hi,
please, i want to know how can i retrieve header cell in getCell method in Custom Column Class
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.
Hi,
Thanks for reply i make check boxes column and there is check box all in header cell, i want when unchecked one of row check all effect, so i need to get header cell in get cell