Hello,
I'm having issues with the RadGrid. I'm loading data in a Grid and at times, certain columns need to be hidden dynamically.
For example, the user selects such by "A" and we want to hide a column because that data is not related to search "A" but the rest of the columns are.
The issue is when the hidden column, using display none (because you may want to interact with the column still; javascript, print, etc.), has successors (columns that follow) everything gets hidden.
For example, a grid has columns A, B, C, D. You set column "B" to be display none via C# in the code behind of an aspx page and now columns B, C, D disappear as well. Think of it as the display none property / setting of column B cascades through columns C and D.
Is this a bug and if so is there a plan to resolve it in the next release?
Thanks, assistance is appreciated.
I'm having issues with the RadGrid. I'm loading data in a Grid and at times, certain columns need to be hidden dynamically.
For example, the user selects such by "A" and we want to hide a column because that data is not related to search "A" but the rest of the columns are.
The issue is when the hidden column, using display none (because you may want to interact with the column still; javascript, print, etc.), has successors (columns that follow) everything gets hidden.
For example, a grid has columns A, B, C, D. You set column "B" to be display none via C# in the code behind of an aspx page and now columns B, C, D disappear as well. Think of it as the display none property / setting of column B cascades through columns C and D.
Is this a bug and if so is there a plan to resolve it in the next release?
Thanks, assistance is appreciated.