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.
Hey Steve - Looks like were back in business. The Display Section Header is what I needed and my scrolling issue was just my Simulator acting up (which it does every now and then) Once I restarted the Simulator and deployed the scrolling worked again.
Thanks for all you help as always.
Hi
In 14.1 we introduced a new feature for expanding and collapsing section headers, which required that new method to tell it to Display the section header for a particular section. This was necessary, since a collapsed section would basically have no rows, however would then resolve in the section header not being displayed!
I'm not sure why it wouldn't be scrolling properly though. If the sample project you have prepared has the same problem, that would really be useful in identifying the problem.
On a side note, if you delete the bin and obj folders, you won't have to worry about accidentally sharing the IG.dll.
Thanks!
-SteveZ
Kind of worked but not really now. The grid does not scroll properly now seems like an exception is still thrown inside the grid.
Looks like you now have to override DisplayHeaderForSection and set to true jn order for the ResolveSectionHeaderView to fire.
Problem solved...