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

Is there a way to trigger the EditForm Popup event from an asp:button?

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David Robbins
Top achievements
Rank 1
David Robbins asked on 12 Mar 2009, 06:17 PM
I would like to trigger the RadGrid EditForm Popup when an <asp:button> is clicked.  In other words, I would like to use the auto-generated form that is created when the "Add a Record" on the grid is selected.  The location of this button is not near the grid itself, otherwise I would use the Toolbar option.

Is this possible?  Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
David Robbins
Top achievements
Rank 1
answered on 13 Mar 2009, 01:15 AM
Found it:

this.RadGrid1.MasterTableView.InsertItem();
Tags
Grid
Asked by
David Robbins
Top achievements
Rank 1
Answers by
David Robbins
Top achievements
Rank 1
Share this question
or