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

howto use inform to edit and editform to add a record

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gert Petersen
Top achievements
Rank 1
Gert Petersen asked on 25 Feb 2015, 07:21 AM
In my grid, i want to use editform when adding a new record and inform when edit a record.

I have tried it like this:



If TypeOf e.Item Is IGridInsertItem Then

  RadGrid1 .MasterTableView .EditMode = GridEditMode.EditForms

else 

  RadGrid1.MasterTableView.EditMode = GridEditMode.InPlace

End If



If i try to add a new record it does not Work, a Little Wheel is just turning around and around

When i try to edit it Works ok, and show INplace edit.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 27 Feb 2015, 08:27 AM
Hello Gert,

I believe this requirement has already been resolved in your ticket with ID:903008. I suggest that we continue our conversation in the mentioned threat if new questions arise.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Gert Petersen
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or