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

How to avoid the default insert form to appear

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sravanthi
Top achievements
Rank 1
sravanthi asked on 09 Jun 2011, 02:48 PM
Hi ,

I had a grid which is coded using the following Example.But when I click the Add new record button the Insert form which i designed is appearing and once when I click Insert the Insert operation is successful and the default insert form is being displayed.


http://demos.telerik.com/aspnet-ajax/ajax/examples/manager/dynamicajaxsettings/defaultcs.aspx?product=grid

I am not getting any idea y the default Insert form is being displayed.
Please help me.

Thanks,
In Advance

Sravanthi

1 Answer, 1 is accepted

Sort by
0
sravanthi
Top achievements
Rank 1
answered on 09 Jun 2011, 03:37 PM
I got it.....Never mind .I knew what is the mistake in my form .....

  employeesGrid.MasterTableView.InsertItem();
This is the statement.that is making the default insert form to be rendered......



Thanks,
Sravanthi
Tags
Grid
Asked by
sravanthi
Top achievements
Rank 1
Answers by
sravanthi
Top achievements
Rank 1
Share this question
or