I have a table within the RadEditor, when I try to copy a bullet-ed item that has bold text from within the cell, add a new row, and paste into the new cell one of the following two things happen.
1) it copies the text, but strips the bullet and the bold and leaves it as plain text *strips HTML encoding
2) on paste the indent doesn't happen (like when you put a bullet point on an item, an indent will automatically happen more like when
you paste a normal <li> instead of the ordered list mark) *HTML still there, it just doesn't show in design mode
is there a way to either capture the event when something gets added to the clip board, that way I can tell if it has styles while in the clip board, but they are stripped on paste? Or is there a way to copy the list item with the ordered or unordered list tag?
1) it copies the text, but strips the bullet and the bold and leaves it as plain text *strips HTML encoding
2) on paste the indent doesn't happen (like when you put a bullet point on an item, an indent will automatically happen more like when
you paste a normal <li> instead of the ordered list mark) *HTML still there, it just doesn't show in design mode
is there a way to either capture the event when something gets added to the clip board, that way I can tell if it has styles while in the clip board, but they are stripped on paste? Or is there a way to copy the list item with the ordered or unordered list tag?