I'm trying to hide a bunch of columns and display a bunch of columns when clicking print. However, it appears that if the item is visible = false then it does not have an index and therefore I can't use showcolumn. Anyone know a way around this?
MasterTable.showColumn(
"0"
);
<
Columns
>
<
telerik:GridTemplateColumn
FilterControlAltText
=
"Filter TemplateColumn column"
UniqueName
=
"PrintColumn"
Visible
=
"False"
>
<
ItemTemplate
>