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

Insert into Grid from External Link

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vic
Top achievements
Rank 1
Vic asked on 02 Apr 2009, 11:15 PM
I am trying to insert a record into a Grid and set that record to "IsInEditMode" so that I can display my custom template. 

I have tried the FireCommand via javascript but the "InitInsert" and "PerformInsert" aren't being caught by the Grid's OnItemCommand.  If I use the same FireCommand to "Edit" an item, the OnItemCommand is triggered.

I have also tried:

Grid.MasterTableView.IsItemInserted = True
Grid.Rebind()

Any Suggestions??

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 06 Apr 2009, 11:33 AM
Hello Vic,

Please test the attached example and let me know whether it behaves as expected on your end.

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Vic
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or