I have a RadGridView with a custom template (as seen in the attachment).
How do I make the fields be editable?
Specifically, I want the description field to be editable when a user click on it. Just as a regular GridView with GridViewDataColumn.
Regards,
Daniel
3 Answers, 1 is accepted
0
Dimitrina
Telerik team
answered on 19 Mar 2015, 06:51 AM
Hi Daniel,
Looking at the image, it is not clear how you have defined the custom template. Do you apply it for GridViewDataColumn? Would you please share some more detailed information on your exact setup?
Regards,
Dimitrina
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.
I followed this guide: http://blogs.telerik.com/xamlteam/posts/09-02-03/how-to-use-custom-row-layouts-in-radgridview-for-wpf.aspx
0
Dimitrina
Telerik team
answered on 21 Mar 2015, 03:11 PM
Hi,
This approach is actually 6 years old and it is an outdated one. It applies a custom row layout and the only option you have would be to directly place an editor within this custom layout.
In case you wish to benefit from the editing functionality on the columns, then I may suggest you keeping the default layout. You can also refer to our online documentation on the built-in options RadGridView can suggest.
Regards,
Dimitrina
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.