Hi
I am working on a datagrid where the data is populated from an arraylist or collection. My requirement is the arraylist has 3 columns but on the datagrid I want to display only two columns.
I mean the datasource that I am using is a collection or arraylist:
Dim objCollInst/ArrayListInst as collection/ArrayList =getCollection/ArrayList ()
DataGrid.Datasource=objCollInst/ArrayListInst
Please help