This is a migrated thread and some comments may be shown as answers.

[Solved] Grid selection is not working in IE10

1 Answer 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prasadh
Top achievements
Rank 1
Prasadh asked on 05 Jan 2015, 05:32 AM
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





1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 05 Jan 2015, 02:37 PM
Hello Prasadh,

We are not aware of any issues related to Grid selection and IE10. Here is a screen cast demonstrating the scenario - http://screencast.com/t/boU2q9SzWgO


Regards,
Nikolay Rusev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Prasadh
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or