7 Answers, 1 is accepted
0
Serrin
Top achievements
Rank 1
answered on 01 Oct 2008, 08:47 PM
Hey Jon,
Good timing, I was just looking into this myself today for an in-house project.
Starting with this online demo, you can look into the aspx and code-behind to see these commands in action:
FormTemplate Update and more
You can also go to these directly in the documentation to get into functions needed themselves:
Updating values in FormTemplate
Inserting values in form template
Let me know if that helps. :)
Good timing, I was just looking into this myself today for an in-house project.
Starting with this online demo, you can look into the aspx and code-behind to see these commands in action:
FormTemplate Update and more
You can also go to these directly in the documentation to get into functions needed themselves:
Updating values in FormTemplate
Inserting values in form template
Let me know if that helps. :)
0
Jon
Top achievements
Rank 1
answered on 01 Oct 2008, 08:55 PM
Yes...
But they use custom UPDATE buttons.
How do you use the built in Edit, Update, Delete
thanks
But they use custom UPDATE buttons.
How do you use the built in Edit, Update, Delete
thanks
0
Jon
Top achievements
Rank 1
answered on 01 Oct 2008, 08:55 PM
Yes...
But they use custom UPDATE buttons.
How do you use the built in Edit, Update, Delete
thanks
But they use custom UPDATE buttons.
How do you use the built in Edit, Update, Delete
thanks
0
Jon
Top achievements
Rank 1
answered on 02 Oct 2008, 09:03 PM
Hi..
Any ideas????
thanks
Any ideas????
thanks
0
Hello Jon,
You can set CommandName for desired button and if this command is one of predefined grid commands the grid will perform desired action.
Greetings,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can set CommandName for desired button and if this command is one of predefined grid commands the grid will perform desired action.
Greetings,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jon
Top achievements
Rank 1
answered on 03 Oct 2008, 11:23 AM
How do you display the built in buttons when using Template columns in a Grid???
The example show custom buttons - I'd like to use the built in ones
thanks
The example show custom buttons - I'd like to use the built in ones
thanks
0
Hi Jon,
With custom edit forms (FormTemplate in this case) you do not have built-in update/insert/cancel buttons and you have to define them on your own inside the custom edit form. If you would like to use built-in buttons, consider using the auto-generated edit form of the grid with EditMode="EditForms" (default value).
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
With custom edit forms (FormTemplate in this case) you do not have built-in update/insert/cancel buttons and you have to define them on your own inside the custom edit form. If you would like to use built-in buttons, consider using the auto-generated edit form of the grid with EditMode="EditForms" (default value).
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.