Hi There, I’m showing some data from database into a DataGrid in which I have almost 20 columns, but I want to have 5 columns default to show on the page and others will appear if I select them with customization. The requirement is to Have a Reset button on click of the button all customized selected columns should be not visible anymore on the UI page. Can anyone help me with some suggestions?
asked
Kaveri S
2 answers
0
You can easily achieve this using datagrid 2.0. It allows user to select columns which they want to see on screen.
answered
Shreyash Mehta
0
Hi Kaveri,
Use Grid2 in combination with the personalization, clear the value to reset to the default setting.