hi, how to assign value to ro/ch in XML file and how to read it in Grid event
<?xml version='1.0' encoding='iso-8859-1'?>
0 ===>How to assign value if Checked value is ‘230202’
0002091188
2682
<?xml version='1.0' encoding='iso-8859-1'?>
0 ===>How to assign value if selected value is ‘230202’
0002091188
2682
How to access the value using Grid Events
You can’t really assign value directly to ch|ra cell , but you can store it as additional attribute and get when necessary
//<= 0 is reserved value
0
on client side
var val=grid.cells(1,0).getAttribute(“myvalue”);