HI,
In IE 10 row selection is not happening. Grid Change event is not firing. In chrome and in other browser its working fine.
Below the code what we are using.
Even we tried grid demo page in ie 10 there also selection not working.
http://demos.telerik.com/kendo-ui/grid/api
$("#gridEqpCompositions").kendoGrid({
filterable: true,
scrollable: true,
dataSource: {
//data: JSON.parse(dataResult.JsonObj),
schema: {
model: {
fields: gridFields
}
}
},
selectable: true,
change: function (e) {
Compositions.COMP_EDITABLE_ROW = this.select();
Compositions.HISTORY_EDITABLE_ROW = null;
},
columns: gridColumns
});
Change event is not at all firing when selecting a row in grid. Please help me on this ASAP
Thanks in advance
Regards,
Prasadh V
In IE 10 row selection is not happening. Grid Change event is not firing. In chrome and in other browser its working fine.
Below the code what we are using.
Even we tried grid demo page in ie 10 there also selection not working.
http://demos.telerik.com/kendo-ui/grid/api
$("#gridEqpCompositions").kendoGrid({
filterable: true,
scrollable: true,
dataSource: {
//data: JSON.parse(dataResult.JsonObj),
schema: {
model: {
fields: gridFields
}
}
},
selectable: true,
change: function (e) {
Compositions.COMP_EDITABLE_ROW = this.select();
Compositions.HISTORY_EDITABLE_ROW = null;
},
columns: gridColumns
});
Change event is not at all firing when selecting a row in grid. Please help me on this ASAP
Thanks in advance
Regards,
Prasadh V