This is a migrated thread and some comments may be shown as answers.

openCellForEdit opens cell but doesn't always give focus

2 Answers 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeremy Yoder
Top achievements
Rank 1
Jeremy Yoder asked on 01 Apr 2016, 08:28 PM

 

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.

2 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 06 Apr 2016, 07:49 AM
Hello Jaremy,

Could you please share the markup of your template column and the logic behind the custom opening of the cells for editing. Additionally, could you elaborate on the exact scenario when you are manually opening the cells for editing?

On a side note, if the issue is replicated in IE only, could you please try to upgrade to our latest versions and see if this resolves the problem, because we had similar issue in older versions that was observed in IE.

Looking forward to your reply.



Regards,
Konstantin Dikov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Jeremy Yoder
Top achievements
Rank 1
answered on 06 Apr 2016, 03:39 PM

I'm backing up and posting a support ticket with the various issues I've been posting on the forum as they're quite intertwined, with the hope that turnaround is faster, so never mind. Hope to see you there.
Tags
Grid
Asked by
Jeremy Yoder
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Jeremy Yoder
Top achievements
Rank 1
Share this question
or