Welcome Guest Search | Active Topics | Sign In | Register

Javascript Grid readonly status Options
Camarate
Posted: Wednesday, February 9, 2011 11:42:04 AM
Rank: Advanced Member
Groups: Member

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

I need to change the readonly status of a grid cell (or column) at runtime. How do I do this in javascript?

Thanks in advance, Camarate
eo_support
Posted: Wednesday, February 9, 2011 12:54:51 PM
Rank: Administration
Groups: Administration

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

You will need to handle the Column's ClientSideBeginEdit event and return false to cancel the edit. That event is called every time a cells is about to enter edit mode. If you returns false, then it will not enter edit mode.

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.