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
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