This is a migrated thread and some comments may be shown as answers.

GridViewLookUpColumn remains in edit mode

1 Answer 59 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 02 Jun 2008, 05:22 AM
Hi, I have a GridViewLookUpColumn placed in the last column of a row.  I need to dynamically turn the grid's ReadOnly property on and off.  So when I set ReadOnly = True, the combobox remains in edit mode.  Has anyone seen this happen to them?

Regards,
David

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 03 Jun 2008, 07:41 AM
Hi David,

Thank you for writing.

You could try ending the current edit operation (if there is one) by calling the EndEdit method of the RadGridView before setting the ReadOnly property.

I hope this helps.

All the best,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or