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

KendoEditor UI is not applied to only first row of Grid

4 Answers 187 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dharmavaram
Top achievements
Rank 1
Dharmavaram asked on 25 Apr 2017, 06:56 AM

Hi, 

I have a aspgrid for which i am applying kendo grid ui. There are 2 columns in the grid, 1. BoundField 2. TemplateField in which i want to show KendoEditor control.

But KendoEditor UI is applied to only first row. I am expecting this will get applied to all the rows.

I have attached my aspx and aspx.cs code snapshots. 

 

4 Answers, 1 is accepted

Sort by
0
Dharmavaram
Top achievements
Rank 1
answered on 25 Apr 2017, 09:39 AM

Problem title is KendoEditor UI is applied to only first row of Grid.

I was not able to edit the post.

0
Dharmavaram
Top achievements
Rank 1
answered on 26 Apr 2017, 04:41 AM
Any update ?
0
Accepted
Nencho
Telerik team
answered on 27 Apr 2017, 01:04 PM
Hello Dharmavaram,

The reason for the only one proper initialization is the fact that the iduserData it gets modified when the Grid is initialized. This is applied for each row so that the IDs could be unique.

I would suggest you add a class to the and use this class for the Editors initialization. Please consider the implementation in the dojo below:

http://dojo.telerik.com/@nenchef/eWorI/2


Regards,
Nencho
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Dharmavaram
Top achievements
Rank 1
answered on 01 May 2017, 04:39 AM

Hi Nencho,

This is working. Thanks for the response.

 

 

Tags
Editor
Asked by
Dharmavaram
Top achievements
Rank 1
Answers by
Dharmavaram
Top achievements
Rank 1
Nencho
Telerik team
Share this question
or