I need to select a specific row in kendoGrid, but NOT using data-uid (since data-uid changes when the grid data source is loaded again), but using the row identifier. I saw the messages, but they only select the line by uid, which is not what I need, I really need to restart the HTML5 application and when the grid is loaded, I need to select a specific element. This is what I saw
Demo: jsfiddle.net/rusev/qvKRk/3/
eg. the object has OrderID as ID , and every time the grid is loaded, it will be the same, unlike uid , I want to know how I can select a row with OrderID instead of uid .
source share