Hi All
We are new to Kendo, hence this might be a simple scenario that we are not able to get around.
We have a grid, in which Employee Name column is actually a DropDown selection with in column that uses DropDownFor. We initially bound our column to Employee Object in the Model, but then Filtering, Export to Excel etc features didn't work. Upon some research we found that we need to bind to a view model that has only basic data types and not any complex data types.
We then created a view model on top of our Model and bind that to grid, but doing this we have lost the Employee Id which was earlier being set properly. Grid now shows Employee Name only which is not a unique field, we need to know the ID of selected member.
Can you please help us understand how we bind an object to column and still preserve all features of the grid like Filtering etc.
If that is not possible can you suggest a way where in we can set ID of selected employee within viewmodel and not just name.
Please let me know if I can explain any further.
Thanks
M.