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

Hide the edit form

2 Answers 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeff Tang
Top achievements
Rank 1
Jeff Tang asked on 22 Dec 2008, 08:36 AM
How to programmically hide the edit form in the grid?

2 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 22 Dec 2008, 08:56 AM
Hello Jeff,

I'm not sure if you actually want to close the form or hide it. You can close it using one of the following approaches:

RadGrid1.MasterTableView.ClearEditItems();  

myEditItem.Edit = false

Let me know whether this helps.

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jeff Tang
Top achievements
Rank 1
answered on 22 Dec 2008, 09:05 AM
Daniel,

Actually I should say I want to close it. And it's works fine by using the first method.

Thanks,
Jeff
Tags
Grid
Asked by
Jeff Tang
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Jeff Tang
Top achievements
Rank 1
Share this question
or