Welcome Guest Search | Active Topics | Sign In | Register

ClientSideEndEdit event in a CustomColumn Options
Camarate
Posted: Thursday, September 22, 2011 12:26:16 PM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

In a Grid Control, when I have a Checkbox Column, the ClientSideEndEdit event is fired immediately after I ckick it, and it is cool.

But, when I put the Checkbox control into a CustomColumn, the ClientSideEndEdit event is fired only when I left the column. Has any way to fired the ClientSideEndEdit event immediately after the mouse click?

Thanks in advance, Camarate
eo_support
Posted: Thursday, September 22, 2011 4:34:09 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

That is normal. When you use CustomColumn you are in charge of everything. That's exactly what CustomColumn is by definition. If you wish to handle onclick event, you would need to handle it yourself in the HTML you put inside the CustomColumn.

Thanks
Camarate
Posted: Thursday, September 22, 2011 5:43:24 PM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi eo_support,

Thanks for your reply.

I used the OnClick event in the Checkbox control and worked fine.

Regards, Camarate


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.