Hi! I'm new to Telerik controls. I have radgridview control with "Edit" commandcolumn. When I click "Edit" button I want to show/open panel (or other container) with full of primitive controls (such as dropdownlist, textbox, radiobutton etc.) just below row that must be edited. After data entering in the panel i want to click "Save button" (in the panel or elsewhere) and row updated with new values. Is it possible to do it with radgridview? In asp.net ajax Q1 controls there is a NestedViewTemplate that you can insert to RadGrid element. Is there a similiar way in WinForm RadGridView? I am using Q2 Winform controls, Visual Studio 2008, C# prgramming language.
Thanks
Thanks
8 Answers, 1 is accepted
0
Armen
Top achievements
Rank 1
answered on 22 Jul 2010, 04:11 PM
Also I have looked to this link http://www.telerik.com/help/winforms/editors_customeditors.html but as I understand this sample is for cell edit but not for the whole row edit.
0
Adolfo
Top achievements
Rank 1
answered on 23 Jul 2010, 05:01 PM
Hello,
Wiht the version Q2 2009 SP1 and VS 2005 this exemple don't work ??
Tnks
Wiht the version Q2 2009 SP1 and VS 2005 this exemple don't work ??
Tnks
0
Hi Adolfo,
Thank you for writing and sorry for the delayed response, it took me some time to fine tune functionality.
Please refer to the knowledge base article named "Create pop-up user control for row editing".
I hope this is going to be useful. Should you need any other assistance, do not hesitate to contact us.
Stefan
the Telerik team
Thank you for writing and sorry for the delayed response, it took me some time to fine tune functionality.
Please refer to the knowledge base article named "Create pop-up user control for row editing".
I hope this is going to be useful. Should you need any other assistance, do not hesitate to contact us.
Sincerely yours,
Stefan
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
Armen
Top achievements
Rank 1
answered on 30 Jul 2010, 12:16 PM
Hi Stefan. Thank you for "Create pop-up user control for row editing" article. It was very useful.
Also I want to ask, can I insert new row in the same way as for editing row with pop-up control. For example when I click to the top row with text "Click here to add a new row" pop-up user control will appear.
Also I want to ask, can I insert new row in the same way as for editing row with pop-up control. For example when I click to the top row with text "Click here to add a new row" pop-up user control will appear.
0
Hello Armen,
Thank you for writing back.
Please consider the attached project where I have added the desired functionality.
Should you need any further assistance, do not hesitate to contact us.
Greetings,
Stefan
the Telerik team
Thank you for writing back.
Please consider the attached project where I have added the desired functionality.
Should you need any further assistance, do not hesitate to contact us.
Greetings,
Stefan
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
Marcel
Top achievements
Rank 1
answered on 07 Jun 2012, 07:49 PM
Hello Stefan,
is it possible to send me the code for "Create pop-up user control for row editing" in vb?
Thanks
is it possible to send me the code for "Create pop-up user control for row editing" in vb?
Thanks
0
Hi Marcel,
I have updated the article with a VB version of the sample.
For your convenience in future, feel free to use our free online conversion tool: http://converter.telerik.com/.
Regards,
Stefan
the Telerik team
I have updated the article with a VB version of the sample.
For your convenience in future, feel free to use our free online conversion tool: http://converter.telerik.com/.
Regards,
Stefan
the Telerik team
RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>
0
Marcel
Top achievements
Rank 1
answered on 12 Jun 2012, 02:40 PM
Tanks Stefan, much appreciated!