I have a grid that I am binding manually using the NeedsDataSource event, rather than using a DataSourceControl.
I am using EditMode="Popup", EditFormType="Template".
The template is working great for editing rows.
I am having trouble figuring out how to get the insert to work. When I click on the "Add New Record" link at the top of the grid, nothing is happening. It acts like it is making a callback, and the OnInsertCommand event is firing, but the popup does not open.
Is there a way to get this to work without using a DataSourceControl and Automatic Inserts?
I am using EditMode="Popup", EditFormType="Template".
The template is working great for editing rows.
I am having trouble figuring out how to get the insert to work. When I click on the "Add New Record" link at the top of the grid, nothing is happening. It acts like it is making a callback, and the OnInsertCommand event is firing, but the popup does not open.
Is there a way to get this to work without using a DataSourceControl and Automatic Inserts?