Hi,
I have a selectable grid which has one locked column.
When using select() method to get selected rows, I get duplicated results.
If I select one row the result will contain two jQuery objects, beside the row there will also be separate jQuery object containing just the selected locked column.
Check this example: http://dojo.telerik.com/EyEMO
Is this how it should work or is this a bug?
In my case I would like to get the same results as I would get without locked column.