Hi,
I have a grid which is editable. On focus on the cell of the grid if the cell is editable it will show a textbox or a combobox . This works fine. I have put required field validator on the combobbox and that also works fine. That is if I press tab key on an empty combobox in the grid the message is displayed and the focus is set to the combobox itself. Now coming to my problem. If the combobox has invalid data I need to validate it using the kendo validator and custom validation. But I am unable to set the focus on to the combobox and hence the focus goes to the next cell and the message is also not displayed. Please help.
Thanks in advance.
Regards,
Vijay
I have a grid which is editable. On focus on the cell of the grid if the cell is editable it will show a textbox or a combobox . This works fine. I have put required field validator on the combobbox and that also works fine. That is if I press tab key on an empty combobox in the grid the message is displayed and the focus is set to the combobox itself. Now coming to my problem. If the combobox has invalid data I need to validate it using the kendo validator and custom validation. But I am unable to set the focus on to the combobox and hence the focus goes to the next cell and the message is also not displayed. Please help.
Thanks in advance.
Regards,
Vijay