This question is locked. New answers and comments are not allowed.
I have a list of checkboxes and a telerik grid below it.
The page loads the first time with default columns and this works fine.
Now the user can select multiple checkboxes and the grid should now "include" new columns in the dsiplay.
Ex: grid loads with
FirstName
LastName
Gender
as default columns.
User can select checkboxes named :
Salary
Role
Manager
and now the grid should refresh with these new columns.
Is there a way to do this? Can you give me the best apprach to this and I will try to build the code.
Thanks in advance!
The page loads the first time with default columns and this works fine.
Now the user can select multiple checkboxes and the grid should now "include" new columns in the dsiplay.
Ex: grid loads with
FirstName
LastName
Gender
as default columns.
User can select checkboxes named :
Salary
Role
Manager
and now the grid should refresh with these new columns.
Is there a way to do this? Can you give me the best apprach to this and I will try to build the code.
Thanks in advance!