There is a List<Class> bound to the ListView, and the data in the list is changed from time to time by the user's. At that time, I want to apply Auto Elipsis, which is shown as... when the letter of the item is longer than the column width with each column width fixed, but I don't know how.
1 Answer, 1 is accepted
0
Nadya | Tech Support Engineer
Telerik team
answered on 06 Nov 2023, 02:13 PM
Hello, Kim,
Following the provided information I suppose you are using RadListView in DetailsView which provides grid-like interface with columns. To achieve auto ellipsis you should handle the CellFormatting event: