This question is locked. New answers and comments are not allowed.
I have 2 queries:
1. I am trying to make a grid which should work with Ajax.. I need to display a dropdown in one of the grid column.. I could add the clienttemplate("select..."), but the dropdown would not have capabilities of a telerik drop down. Is it possible to add a telerik dropdown using client template? I used UI hint on the entity but it works only on a row basis when user clicks on edit. Can a similar thing be done without a edit button.
2. THe user will update values in the dropdown list of multiple rows and click a button to perform a batch update.
I am facing challenge to show a dropdown with the capabilities of a telerik dropdown in the grid column and would batch update be able to capture the rows whose dropdown values have changed.
Please share a sample if any for the same.
Thank you.
1. I am trying to make a grid which should work with Ajax.. I need to display a dropdown in one of the grid column.. I could add the clienttemplate("select..."), but the dropdown would not have capabilities of a telerik drop down. Is it possible to add a telerik dropdown using client template? I used UI hint on the entity but it works only on a row basis when user clicks on edit. Can a similar thing be done without a edit button.
2. THe user will update values in the dropdown list of multiple rows and click a button to perform a batch update.
I am facing challenge to show a dropdown with the capabilities of a telerik dropdown in the grid column and would batch update be able to capture the rows whose dropdown values have changed.
Please share a sample if any for the same.
Thank you.