Hello,
This should be pretty simple, but I have not found an answer online.
In my grid control, I have a column defined as a GridTemplateColumn. Within this, I have of course: ItemTemplate and EditItemTemplate.
Here's my question: How do I prevent edits for this column --but yet still have it enabled for inserts. Make sense?
I want to prevent the user from editing this column value after the record has been created.
Thanks for anyone's help (been stuck on this for sometime),
John
This should be pretty simple, but I have not found an answer online.
In my grid control, I have a column defined as a GridTemplateColumn. Within this, I have of course: ItemTemplate and EditItemTemplate.
Here's my question: How do I prevent edits for this column --but yet still have it enabled for inserts. Make sense?
I want to prevent the user from editing this column value after the record has been created.
Thanks for anyone's help (been stuck on this for sometime),
John