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

Kendo Grid Bug in 2013.1.319 - Unable to select row

3 Answers 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
s
Top achievements
Rank 1
s asked on 28 Apr 2013, 10:27 PM
I just started using Kendo today and really appreciating the docs and examples.

However I think found a quite scary regression bug in the grid control.

This jsfiddle is the original working example I found : http://jsfiddle.net/EaNm4/ 
It is based on a 2011 version of the product.
You can click rows with a single click and it will select the row reliably each time.

This is a modified version using the latest 2013 version (yes I realize I'm still using the old stylesheet)
http://jsfiddle.net/jfzxa/
* If you try to click a row it cannot be reliably selected. Sometimes it selects it and sometimes it doesn't
* If you then change selectable to 'multiple row' you can reliably select rows again.

So in summary :
version 2013.1.319 grid control
cannot reliably select rows unless 'selectable' is set to 'multiple row' 

thanks

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 30 Apr 2013, 07:33 AM
Hi,

 We can't reproduce any selection problems in the attached jsfiddle. Clicking a grid row selects it every time. We need more info in order to reproduce the issue:
  - Browser version
  - Procedure to follow which predictably causes selection to fail

Greetings,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nicholas
Top achievements
Rank 1
answered on 13 Nov 2013, 02:35 PM
Hi,

I'm having the same problem. I have a kendo grid with single select that works in IE, but in Chrome (Windows 7, Version 31.0.1650.48 m) no select.

I also seem other clicking bugs in Chrome that may be related:
  • When dragging a Kendo Window, once you let go of the mouse, the window sticks to the cursor until you either close the window or move the cursor outside of the window.
  • When using the Kendo color picker, once you click on a color the color picker sticks to the cursor (changing the selected color) until the cursor moves out of the window.
  • Kendo grid multi-select, once you click, the selection box appears and stays in selection mode.
In a past version of Chrome/Kendo, I was able to use Grid selection, but I cannot recall which version. The window bug has been there even when I was able to do Grid Selection.

Any help would be appreciated.

0
Nicholas
Top achievements
Rank 1
answered on 13 Nov 2013, 04:05 PM
Found my problem. Someone else in my project had attached to mouseup on all events:

$("*").mouseup(function (e) { ... }
Tags
Grid
Asked by
s
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Nicholas
Top achievements
Rank 1
Share this question
or