Is there a way to use a RadEditor for editing a radgrid item. So for intance I only have 1 column but I need to allow the user to edit using a radgrid to add images etc in and formatting. IS there a way to do this easily? Also it's a heiarchy, 3 layers
Thanks
3 Answers, 1 is accepted
0
Pavlina
Telerik team
answered on 03 Mar 2009, 10:53 AM
Hello Adrienne,
Telerik RadGrid supports all widely used column types as well built-in columns with other RadControls as editors (RadDatePickers, RadDateInput, RadNumericTextBox, RadMaskedTextBox, RadComboBox and RadEditor). Thus you can define that the new data entries input by the end user will have an automatic filter criteria set and at the same time expose richer user experience. In addition, two-way data-binding is supported out-of-the-box and you do not need to write a single line of code to update/insert/delete records in the grid having any column editor type.
Detailed descriptions regarding the column types and column usage you can find in the Grid columns chapter from product's documentation: Column types Using columns
Hi, thought this was going to be exactly what I needed but the link no longer works: http://www.telerik.com/support/kb/aspnet-ajax/grid/using-radeditor-as-editor-in-template-column-of-radgrid.aspx
Can't find any info on using radeditor in the docs, does it still exist?
I actually want to use one in a NestedViewPanel..
Cheers