Hi...
Iam currently working on Kendo UI MVC Grid and have a couple of requirements mentioned below:
1) Kendo grid with a dropdown column in the view mode, i mean its not like the dropdown we see in the edit mode.
2) Dropdown in the grid should be filtered and loaded based on a row primary key data, it should make an ajax call to controller and populate the drop down after data filter.
I tried using the client template and foreign key columns, both the features only give dropdown in the edit mode and the data in the dropdown is loaded on Grid initialization and stored in view data, so no more hits to server after that. I couldn't find any sources for these couple of requirements i have.
It would be great if i can get some code snippets.
Thanks in advance...
-Naren
Iam currently working on Kendo UI MVC Grid and have a couple of requirements mentioned below:
1) Kendo grid with a dropdown column in the view mode, i mean its not like the dropdown we see in the edit mode.
2) Dropdown in the grid should be filtered and loaded based on a row primary key data, it should make an ajax call to controller and populate the drop down after data filter.
I tried using the client template and foreign key columns, both the features only give dropdown in the edit mode and the data in the dropdown is loaded on Grid initialization and stored in view data, so no more hits to server after that. I couldn't find any sources for these couple of requirements i have.
It would be great if i can get some code snippets.
Thanks in advance...
-Naren