Hi all, i'm new to the forum and in jqgrid (and jquery too). So forgive me.
The issue: i would like to retrieve the class attribute from a jqgrid cell
The story: i have a jqgrid with checkboxes and i want to enable or disable those depending if the class “btn_disable” is found or not on a button on the same row.
So I thought , i could go in the loadComplete function and set a loop in all the jqgrid rows . And if in the column “X” the attribute class contain “btn_disable” then set disable on checkbox too.
I'm sorry i know i'm a newbie 🙂
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top