This question is locked. New answers and comments are not allowed.
I have a grid with .keyboardNavigation enabled(True) and EditOnTab(True).
When you tab on a cell which clientTemplate is an input type='checkbox', _clearInputSelection function in telerik.grid.js gives an exception in sentence:
range = input.createTextRange()
Is there any workaround?
When you tab on a cell which clientTemplate is an input type='checkbox', _clearInputSelection function in telerik.grid.js gives an exception in sentence:
range = input.createTextRange()
Is there any workaround?