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
1233
Pinning multiple bands without column headers
posted

I have a grid with 3 bands, but only the top band displays a column header.  I want to allow the user to pin columns and have all three bands freeze.  What events do i need to register to hook up the 2nd and 3rd band to the pinning of a column in the first band?

Parents
  • 469350
    Offline posted

    I think you should use the AfterColPosChanged event. You will probably want to use the EventManager to disable the event while you are looping through the other bands and fixing their columns, so as to prevent recursion.

Reply Children
No Data