Hi - I have a simple CMS that I am building for my users, and I would like to allow them to embed a datagrid (bound to a table in our SQL db) into content within RadEditor - is this possible? If so, how would I go about it?
1 Answer, 1 is accepted
0
Tervel
Telerik team
answered on 09 Jan 2009, 09:48 AM
Hello Charles,
Please note that the editor only deals with HTML - it is not possible to add server controls to its content area. What you need to do is provide it with HTML.
In case you want to somehow insert a datagrid in the editor content area you will need to convert the grid to pue HTML and then assign this HTML to the RadEditor.Content property.
Best regards,
Tervel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.