Hi there!
The following code returns null in IE10 but returns values in Chrome and Firefox.
I have debugged the internal method and I have found that there is data there. But for whatever reason I am getting null values in IE.
I have attached a screencast to highlight the issue fully.
Screencast showing error
The following code returns null in IE10 but returns values in Chrome and Firefox.
var
grid = $(
"#saleGrid"
).data(
"kendoGrid"
);
row = grid.select();
item = grid.dataItem(row);
I have debugged the internal method and I have found that there is data there. But for whatever reason I am getting null values in IE.
I have attached a screencast to highlight the issue fully.
Screencast showing error