Rank: Member Groups: Member
Joined: 3/9/2013 Posts: 16
|
Is there a way to make the read only columns different for the add item that for the rest of the items in the grid?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, No. There is no way to do that. But I believe you can handle the column's ClientSideBeginEdit event with JavaScript so that you can decide when to allow the cell to enter edit mode and when not to enter edit mode: http://essentialobjects.com/doc/1/eo.web.gridcolumn.clientsidebeginedit.aspxThanks!
|