I have a WebhierarchicalDatagrid with paging enabled, with each band having a few hidden columns set at design time.
When the grid is first loaded all hidden columns remain hidden however when the user selects the next page number, the grid shows all columns (including hidden columns).
Is there a field or something that i need to toggle or do i need to programmatically set each hidden column during a paging event?
Thanks
Rodiel
Hi,
Do you have AutoGenerateColumns set to true, if so turn it off and try again.
If the issue persists you can submit it to our Dev Support.
AutoGenereateColumns is set to false on all bands