This is a migrated thread and some comments may be shown as answers.

[Solved] "Mixed" Grid Editing

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 08 Jun 2009, 06:11 PM
Not sure if this is possible but here is a client request.
We have a grid that uses in-line editing and it works ok.  Within the row however there are 2 comment fields.  The user wants a image button in the field for each comment to appear when the row goes into edit mode instead of the typical textboxes.  When the click the button the rich editor pops down.  When they close the rich editor, the rest of the row is still in edit mode.  Upon save, the value that was entered in the rich textbox is saved to that field.  The HTMLColumn is not exactly what they want because it makes the row's height increase too much with the editor within the edit row

Thanks in advanced
John

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 11 Jun 2009, 07:43 AM
Hello John,

You can use a GridTemplateColumn to implement your image button in the column's EditItemTemplate. RadWindow's radprompt() functionality can also help you show an editor in a popup window by defining a custom template for your prompt window.

All the best,
Veli
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
John
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or