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
Can any one help me
Working environment
OS : Windows xp
Browser :IE8
Regards
Vairamuthu.G.S
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>}
Working environment
OS : Windows xp
Browser :IE8
Regards
Vairamuthu.G.S