I've recently updated my IG.dll file that was provided to me to fix an issue with the Labeling on my Calendar being to light when certain colors are used. Now my entire application does not fire the ResolveSectionHeaderView when I implement a custom IGGridViewDelegate. Not good. What can I do?
This only happens on my new service release DLL. I tried this with the old and the method does fire.
Let me know if you need a sample project, I have one ready, I just didn't want to attach it containing the IG.DLL file I'm using.
Looks like you now have to override DisplayHeaderForSection and set to true jn order for the ResolveSectionHeaderView to fire.
Problem solved...
Kind of worked but not really now. The grid does not scroll properly now seems like an exception is still thrown inside the grid.