Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Ellipsis for overflow
posted

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

Parents
No Data
Reply
  • 37874
    posted

    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.

Children