There is an HTML UL list in my aspxgridview
column. This column Encodes HTML and show the full list properly.
But some grid rows can be very wide to show. So I would like to truncate the texts in some columns and users can view all text with "show more" button?
How can I manage it on a aspxGridView
cell ?