Hi Guys,
I have a GridClientSelectColumn and I don't want to display at the start, and we a user click on a button, the GridClientSelectColumn should show.
Few problems:
1. I can hide the column at the start using visible or display property. But I am unable to display the column back using
2. When I hide the column, the space still occupied!
Basically, I would like to hide and show a column using client API.
Is this possible? Please advise me!
Cheers,
Shane
I have a GridClientSelectColumn and I don't want to display at the start, and we a user click on a button, the GridClientSelectColumn should show.
Few problems:
1. I can hide the column at the start using visible or display property. But I am unable to display the column back using
| var column1 = $find("<%=rg.ClientID %>").get_masterTableView().get_columns()[0]; |
| column1.set_visible(true) |
2. When I hide the column, the space still occupied!
Basically, I would like to hide and show a column using client API.
Is this possible? Please advise me!
Cheers,
Shane