After verification, the DataItem contains the data just after I set the Grid.DataSource property.
But after a postback the DataItem is null. I have set the Grid.ViewState = true and Grid.DataViewState = true. I thought that it would keep those values in the ViewState.
That would be REALLY annoying to have to retrieve the index of each columns to retrieve the data. I have about 20 columns I need to retrieve values.
Isn't there any other way to do that? 🙁
Thanks
Daniel