Rank: Member Groups: Member
Joined: 6/23/2010 Posts: 18
|
I have created a data grid with FullRowMode set to false and RunningMode set to client. I want to be able to change the default edit mode for a row to editable and not editable depend on a condition. Is it possible? And if it is is possible, can you provide a simple example? Thanks in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Please see this thread for more details: http://www.essentialobjects.com/forum/postst4366_Grid-Control--Control-Cell-Editing.aspxYou will need to change "column_edit_handler" in the code to return false based on your own condition. Thanks!
|