Rank: Newbie Groups: Member
Joined: 5/24/2011 Posts: 9
|
I am using two EO grid in a web page. I have handled on ClientSideEndEdit on each Column
ClientSideEndEdit event should fire on Grid1 cell but it can't return a current cell value; function check_allcell(cell) { var schmID = 0; var value = cell.getValue();
return value; }
FullRowMode="false"
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please read the documentation for this property first. It clearly addressed your case.
Thanks!
|