Hi,
I'm trying to figure out how to add columns to the gridview, and be able to access them afterwards, without using a DataSourceHelper, but haven't been able to figure that out.
Thanks
Dave.
Hey Dave,
Columns are a construct of the DSH. Its just an easy way for a user to customize cells, since the DSH takes over of the creation of cels for you.
If you're implementing the DataSource protocol yourself, then those columns don't make sense. You can use whatever construct you'd like, since you're specifying how many columns, how many rows, how many sections, and the creation of the cells yourself.
-SteveZ