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
140
- (NSInteger)numberOfFixedLeftColumnsInGridView:(IGGridView *)gridView NOT CALLED
posted

Hi,

I am not using the DataSourceHelper in our scenario.

So I am implementing the IGGridViewDataSource protocol, and would like the left 2 columns to be fixed.

However the - (NSInteger)numberOfFixedLeftColumnsInGridView:(IGGridView *)gridView is not called, and the other methods are called so I am setting the dataSource property of the grid properly. 

How do I get this method to be called?

Thank you.