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

Insert on Grid doesnt generate form

2 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hussain
Top achievements
Rank 1
Hussain asked on 15 Jul 2008, 09:45 PM
Hello,
I am trying to insert a record into my radgrid. however when i click on add new record the status bar at the bottom changes to loading... and then it doesnt do anything.
I have my edit records working perfectly, it loads my template inside the grid and updates just fine.
I notice that once i hit insert record the radgrid_needdatasource event is called which it should just like when i select edit record.

any ideas on what to look for?
thanks

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Jul 2008, 07:11 AM
Hi Husssain,

The insert form must open on clicking the AddNewRecord button. Sending your aspx and code behind will be more good. Can you cross check with the following demo and see whether any thing has gone wrong.

Automatic operations
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/CommandItem/DefaultCS.aspx

Princy.

0
Hussain
Top achievements
Rank 1
answered on 16 Jul 2008, 05:13 PM
Thanks for the help I figured it out. I didnt have an editmode = "inplace" in my mastertableview

Thanks!
Tags
Grid
Asked by
Hussain
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Hussain
Top achievements
Rank 1
Share this question
or