Hey guys,
I'm having trouble setting the focus to a column after I've just added a new row to my grid.
When I add a new row, I want to set the focus to a custom drop down editor I've implemented. However, if I override the edit function of the grid and set the focus to the drop down list, once the edit function is complete, the focus will be reset to the first editable cell in the row.
I have an example here: http://dojo.telerik.com/@gmeulendyks/eFinI/3
Clicking the "Add New Record" button should set focus to the Category drop down list.
Can someone tell me what I'm doing wrong in the edit function?
Thanks,
Graham