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

[Solved] Restrict Auto expand of Grid while editing

1 Answer 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mukulesh Buch
Top achievements
Rank 1
Mukulesh Buch asked on 22 Apr 2009, 10:01 AM
Dear All,

While I handled event "RGList_ColumnEdited", I don't want to grid get auto expanded.
Because I used multi-view and using command name and command arguments, I bring all the data on another view.
I want to restrict edit/update facility inside grid itself.

How can I do it ?

Waiting for Reply.

Thanks.



1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Apr 2009, 06:47 AM
Hello Mukulesh,

You can cancel the EditForm from appearing by using the following code in the required event:

c#:
RadGrid1.MasterTableView.ClearEditItems();

Thanks
Princy.
Tags
Grid
Asked by
Mukulesh Buch
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or