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

Custom editor not working with editCell method

2 Answers 235 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Claudio
Top achievements
Rank 2
Bronze
Iron
Iron
Claudio asked on 11 Mar 2015, 09:55 AM
Hi, i have a kendo grid with custom editor that show comboBox or dropDownList or datePicker.
It work correctly if i manually focus on column.

I need to show cell editor from code, so i call myGrid.editCell(myCol), but i noticed that this method work correcly only with columns without custom editor (it's show inputbox and focus on it).
With custom editor columns it's show the corresponding element (comboBox, dropDownList, datePicker ecc...) but if i click the widget not respond (es. not open comboBox or dropdownList or datePicker window).

my kendo ui version is v2014.2.1008

Any solution?
Thanks

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 Mar 2015, 06:45 AM
Hi Claudio,

I am not able to reproduce the described problem with Kendo UI 2014.2.1008 and 2014.3.1411. I tested in Chrome and IE11. Here is a demo, let me know if I am missing something.

http://dojo.telerik.com/oCIKa

Regards,
Dimo
Telerik

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

0
Claudio
Top achievements
Rank 2
Bronze
Iron
Iron
answered on 19 Mar 2015, 04:22 PM
Hi, i tried with another grid and the problem does not occur, i'm investigating to find the differences..
thanks
Tags
Grid
Asked by
Claudio
Top achievements
Rank 2
Bronze
Iron
Iron
Answers by
Dimo
Telerik team
Claudio
Top achievements
Rank 2
Bronze
Iron
Iron
Share this question
or