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
630
Fixed column on left side when not using IGDataSourceHelper
posted

Anyone implement a fixed column in an IGGrid when implementing the data source methods themselves?

The examples I've seen of adding a fixed column on the left side of the grid all appear to use the IGGridViewDataSourceHelper. How would I fix a column to the left side if I am implementing the data source methods myself and not using the helper?

As a quick test, I tried just implementing numberOfFixedLeftColumnsInGridView (returning 1) and widthForFixedLeftColumnAtIndex (returning a width), but they are never called even though I have the delegate set and my other data source methods are called fine, ex: numberOfRowsInSection, cellAt, titleForHeaderInSection, numberOfColumnsInGridView, etc...

Thanks.

Parents Reply Children
No Data