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
605
How to get Header cell in grid
posted

hi,

please, i want to know how can i retrieve header cell in getCell method in Custom Column Class 

Parents
No Data
Reply
  • 34510
    Offline posted

    Hi ueldeep,

    The header cell is not exposed to the getCell method.  You should override the getHeaderCell method and use that to work with the header cell in your custom column class.

Children