I want to cut the text in my columns if they exceed the column's width (to display them in a tool-tip) .
My columns are all GridBoundColumns, ive tried to set their width on the WIDTH propriety but it didn't work.
Technically it should be doing this automatically since it has "text-overflow:ellipsis" defined on the columns. Setting the width doesn't do anything. The technique I've used is changing those columns into a GridTemplateColumn and then in the ItemTemplate I place div that restricts the height/width and have the content contained in that div. Like so: