Regarding Auto generated columns
I have few autogenerated columns in a DataGrid.
I know that autogenerated columns are not included in the COlumns collection of datagrid.
But then how do i retrive a value of certain cell in the datagrid?
Like I wud have ideally used
dataGridDisplay.Columns[i].ToString();
to get the ith column in a particular row.
Has anybody done something like this who can throw some light on this?
AMruta

