Hi
I have a kendo grid that can be changed user method and I have and option that automatically sets the values from a certain column if have a certain conditions.
My problem actually is when I do the automatic option, I need to launch the save event, because it validates certain data via server, and I need to access to my custom editor (is a combobox) and change his value and then launch the save event. The problem is if I change the combobox via code, the save event never launches. What I do is:
1. Click the "td" that contains the combobox
2. Change the combobox value
3. Click in another place to launch the save event
4. Nothing happens, that column on the grid is actually empty
Any ideas what can I do?