Can you let me know if this is possible and how I would achieve it if it is...
I would like to edit my grid with inline editing, but have a popup for Add a New Record. Is it possible to have this type of setup? Thanks.
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 03 Oct 2011, 02:37 PM
Hello Philip,
The grid component supports only one editing mode. It is not possible to use both at the same time.
Regards,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Is it possible to hijack it on the client-side to simulate this? Perhaps prevent the normal Insert behavior and manually manipulate html to get what I need?
0
Atanas Korchev
Telerik team
answered on 25 May 2012, 10:18 AM
Hello,
No this is also not possible. You can prevent the click event of the buttons but you cannot change the editing html that easily.
Regards,
Atanas Korchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.