When I copy xls's cell with border , and paste on Editor , but I check Html, it generate <table with border ="0", I hope to know where to fix it and let <table with
border='1'
Best Regard
1 Answer, 1 is accepted
0
Dimo
Telerik team
answered on 08 Nov 2013, 04:08 PM
Hi Chia Hao,
You can use the Editor's paste event and customize the pasted content, while it is still in the clipboard, according to your preferences (by modifying the value of the e.html argument).