Click here to Skip to main content
16,017,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to implement HTML Text Editor inside Gridview multiple columns. That Editor Should have All the functionaity of Text Editing Inclusive Insert Table.

Whatever the Text or table has been added in TextArea that has to be saved in Database as well.
Posted

1 solution

Use TemplateField[^] and inside that declare the HTMLEditor Control for a TextArea.
 
Share this answer
 
Comments
ravi kumar Mishra 23-May-14 4:46am    
Actually I don't have the code or say Control for HTML Editor which can be declared within TemplateField. I can find simple jquery text editor standalone which couldn't be added under gridview , and have the problem for access the data within these editors.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900