Hello -
Is there anything in WebDataGrid that will show the ellipsis for overflow in a cell kind of like what the old UltraWebGrid used to do?
Jeff
Hi jbalcerzak,
If you need any further assistance with the matter, please do not hesitate to ask.
Hello jbalcerzak,
You can accomplish this by adding some CSS styles. In ig_dataGrid.css stylesheet, for tbody.igg_Item>tr>td add the following rule: text-overflow: ellipsis.
Please let me know if this helps.