In my grid (set to batch by cell) whenever I call openCellForEdit(myCell) in javascript, it always opens the given cell in edit mode, which is great. But on occasion, it doesn't put the focus on the item within the cell's GridTemplateColumn, if that item has a value. For instance, blank fields always get the focus, but if it has 0.0000 inside a RadNumericTextBox, at times it doesn't give that control the focus. And with the focus gone, the user can no longer navigate with tab and arrow keys until they click somewhere else.
Why is that and how can I make it always work?
Due to the complexity of my page, it's not very practical to post, so I'm hoping this is a general issue you can help me with.