Rank: Member Groups: Member
Joined: 6/2/2008 Posts: 27
|
I have a dropdown in my grid and I only want the user to be able to select from it if they are add a new row. If the row already exits I don’t them to change the selection. Is there a way for me to disable the column?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
I assume that you use a custom column. In that case check you on_begin_edit client side JavaScript handler. You would then perform whatever logic there and then return false if you do not want the cell to enter edit mode.
Thanks
|
Rank: Member Groups: Member
Joined: 6/2/2008 Posts: 27
|
Okay, that works. Thanks
|