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

Row not selecting when using column template

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nathan
Top achievements
Rank 1
Nathan asked on 29 Nov 2016, 03:54 PM

Hi,

Just upgrading from an old (2013) version and am having a problem with our grids. We are using a template for a column for things like editing or deleting a row, but with the latest version the row is not being selected when the template column is clicked.

Here is a sample of the behavior between the versions (2013.3.1119 and 2016.3.1028)

http://jsbin.com/medekixonu/edit?html,js,console,output

I know that on the click of the edit button I could just go find the closest row instead of using grid.select but was this behavior change expected? I would prefer not to have to go update code for every grid in the system for us to upgrade the version.

Any help would be appreciated!

Nathan

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 01 Dec 2016, 09:47 AM
Hello Nathan,

The described discrepancy between the Kendo UI versions is a documented breaking change in the Grid selection behavior, introduced in the 2014 Q1 SP1 (2014.1.416) release:

http://docs.telerik.com/kendo-ui/backwards-compatibility/2014/2014-backward-compatibility#changes-from-2014-q1-sp1-20141416

Unfortunately, the only way to retain the previous behavior will be to change the custom logic implementation. Thank you for the understanding.

Regards,
Dimiter Topalov
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
Tags
Grid
Asked by
Nathan
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or