Hi ,
I have written the following custom formatter to draw column an an image in jqgrid.
While clikcing that column image I want to call one function with particular cell values in that row.
Here Arg_value will have column number using that I have retrieved cell values from rowobejct.
It is working properly when I am using json data type and not works with xml datatype.
Please provide a solution for how can I acheive the same with xml data type .
function Draw_Button ( cellvalue ,options, rowobject, image_path , func , arg ) {