Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1935
How to add columns to IGGridView without using a DataSourceHelper
posted

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.

Parents
No Data
Reply
  • 40030
    Verified Answer
    Offline posted

    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

Children
No Data