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
785
IGGridViewDelegate.ResolveSectionHeaderView does not fire with new ServiceRelease I was provided
posted

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.

Parents
  • 785
    Offline posted

    Looks like you now have to override DisplayHeaderForSection and set to true jn order for the ResolveSectionHeaderView to fire.

    Problem solved...

Reply Children