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
185
Infragistics : Grid , how to show html string in column
posted

I'm facing problem in infragistics Grid, i've html string which i'm showing in grid it is showing properly in column BUT i'm facing below two problems

  1. Ellipses are not showing.
  2. Tooltip is showing html string instead of actual matter/string. 

Parents
No Data
Reply
  • 16310
    Offline posted

    Hi Kumar,

    Which elipses is not showing ?

    Please try the following, howevrr have in mind that the font-family style will be overwritten by grid's defaults:

    template:"<p><span style='font-family:Segoe UI, helvetica, arial, sans-serif, font-size: 16px !important; line-height: 21px; background-color: rgb(255,255,255);'>some text.......</span></p>"},

    The difference is thatSegoe UIis not wrapped in ' '.

Children