Welcome Guest Search | Active Topics | Sign In | Register

getting cell value in clientsideendedit function Options
JMJ Group
Posted: Thursday, May 26, 2011 1:55:39 AM
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"

eo_support
Posted: Thursday, May 26, 2011 7:47:20 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.