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

Custom Editor as kendoAutoComplete in Grid ,focus and keyboard navigation not working properly

1 Answer 136 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 21 Feb 2013, 10:07 AM
I am trying to use the custom editor function of the grid to show a kendoAutoComplete control ..Please find the example attached for the same ..i am facing issue with focus and the keyboard navigation's like "tab".
Issue 1: After loading when we click on the cell it should convert to a kendoAutoComplete control .after typing some text .if i click again on the cell it is losing the focus, now if i have to modify the entered text its not possible.
Issue 2:After entering some text if i want to go to next column using key tab or any another key combination --not able to do that .. 


please assist me on this..



Thanks in advance
 

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 25 Feb 2013, 08:17 AM
Hello Steve,

I could not reproduce the problem with the focus on my side. Because the scripts were not included I updated the sample to use the service pack(2012.3.1315) files and tested in all major browsers but the focus seems to be correctly set. Could you clarify which version and browser you are using?
As for using the keyboard to put the next cell in edit mode - you should enable navigation:

$("#" + grid_Id).kendoGrid({
    navigatable: true,
Kind regards,
Daniel
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Peter
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or