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

grid Filter not working in ie8

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vairamuthu
Top achievements
Rank 1
Vairamuthu asked on 03 Jan 2014, 07:42 AM
Hi
                I am using Kendo grid. the filer java script code not working in ie8.But the same code working with firefox and chrome also .below is my code
<br>function GridFilterChange(svalue, sgridName, sColumnName) {<br>   <b> var grid = $(sgridName).data("kendoGrid");</b><br>    if (svalue) {<br>        grid.dataSource.filter({ field: sColumnName, operator: "contains", value: svalue });<br>    } else {<br>        grid.dataSource.filter({});<br>    }<br>}
Can any one help me


Working environment
OS : Windows xp
Browser :IE8

Regards
Vairamuthu.G.S

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 03 Jan 2014, 08:52 AM
Hello,

This could occur if the grid instance is not initialized at the time the GridFilterChange function is executed but we cannot be sure. Unfortunately the provided code doesn't indicate what the actual cause is. If you need further assistance please provide more context - when is this function executed, with what parameters, how is your grid declared etc.

Regards,
Atanas Korchev
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
Vairamuthu
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or