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
All,
I got this to work through CSS.
<style type="text/css">
.HiddenColumn
{
display: none;
}
</style>
And on the bound hidden column at different hierarchical level set the CssClass and Header-CssClass properties.
<ig:BoundDataField DataFieldName="ItemID" Key="ItemID" Header-Text="Item ID" Hidden="true" CssClass="HiddenColumn" Header-CssClass="HiddenColumn" />
Thanks!
Hi Lyuba,
I am having the exact same problem. Is there a solution or a workaround for this issue? I would appreciate if someone from Infragistics respond to the problem.
AutoGenereateColumns is set to false on all bands
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.