The DropDownList does not do anything but "Selected category ID:" index number change. Is it possible to use the DropDownList to select a Data Grid Table? If so, are there any tutorial examples to follow to learn how?
Am hoping to modify the existing beginning tutorial, how would one remove the dropdown? Is it possible to modify to have editing in the cells?
0
Stefan
Telerik team
answered on 08 Oct 2019, 07:21 AM
Hello,
The DropDownList is also filtering the Grid by Category.
It can be used to load different Grids as well.
It will require on the onChange event of the DropDownList to load different configurations of the Grid mainly the data and the columns.
For example, you can have different Grid options in the state, and then the value is changed to apply the different settings.
Also, if you want to remove it, just delete the code where it is initialized.
Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items