Hello,
I am unable to find an example that will do inline insert and update or form insert and update for radgrid.
I found an example http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx
and implemented that feature and works fine with WCF. But what i really want it to do inline insert and update or
form insert and update from clientside.
Is there any example available or a blog entry for this?
Regards
Mac
I am unable to find an example that will do inline insert and update or form insert and update for radgrid.
I found an example http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx
and implemented that feature and works fine with WCF. But what i really want it to do inline insert and update or
form insert and update from clientside.
Is there any example available or a blog entry for this?
Regards
Mac
7 Answers, 1 is accepted
0
Such a scenario is not supported by the RadGrid control.
Greetings,
Tsvetoslav
the Telerik team
Greetings,
Tsvetoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Mac P
Top achievements
Rank 1
answered on 27 Jul 2010, 01:49 AM
Thanks for your response. Is there an alternative available for this kind of functionality?
I can convert inline edit or insert to usercontrol if that is possible on client side.
Regards
I can convert inline edit or insert to usercontrol if that is possible on client side.
Regards
0
Hi Mac,
The only alternative is to use an external edit form as demonstrated in the example you have already visited.
Regards,
Tsvetoslav
the Telerik team
The only alternative is to use an external edit form as demonstrated in the example you have already visited.
Regards,
Tsvetoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Phil Hadley
Top achievements
Rank 1
answered on 27 Oct 2011, 07:53 PM
This can be done using custom client-side code, can it not?
0
Hello Phil,
It can be done but you cannot go without a web service to update the underlying grid's data-source. So, what you need is client-side code + web service calls as the example actually demonstrates.
Regards, Tsvetoslav
the Telerik team
It can be done but you cannot go without a web service to update the underlying grid's data-source. So, what you need is client-side code + web service calls as the example actually demonstrates.
Regards, Tsvetoslav
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Mac P
Top achievements
Rank 1
answered on 28 Oct 2011, 02:48 PM
How do I do a file upload when I edit the item?
There is no postback and update is with client side call to wcf
0
Hi Mac,
Then you will need the RadUpload control and server-side execution.
Greetings,
Tsvetoslav
the Telerik team
Then you will need the RadUpload control and server-side execution.
Greetings,
Tsvetoslav
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now