Hi Tony,
I'm using a unique id made by a custom encoding that means I can have two different records with the same charater but one in lower case and the other lower case.
I saw in the setSelection method that you use $t.rows.namedItem(String(selection)); but this will return the first name that macth with case insensitive.
Why don't use jQuery selector [id=?] or getElementsByName and loop to compare
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top