Hello,
Just for kicks I tried the new jQuery 1.3, and I must say, it's a lot faster in jqGrid.
But somethings don't work in IE6.
I have a function that adds a link to every row in my datagrid, and i use some values from the datarow to construct this url.
var caseID = $("#list1").getRowData(cl)["CASE_ID"];
var caseModule = $("#list1").getRowData(cl)["type"];
var message="my case-id:"+caseID+"\nmy case-module:"+caseModule;
In FF2&3 it works, in Safari 3 also.
But in IE6, $("#list1").getRowData(cl) gives me an empty object!! So all my caseID and and caseModule are undefined!
I looked at the code used in getRowData, but it looks to me rather basic jQuery stuff.
Anyone has an idea?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top