Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Values in cell of ListGrid are auto trimmed?

    Hi, The values I am passing to the listGrid cell are getting auto Trimmed.
    Ex: " "+ SomeString is passed and When rendered its trimming the spaces.

    But for my current requirement I need the spaces...

    Help Pl.
    Thankyou

    #2
    They aren't being trimmed, the value is simply being dispayed as HTML, where multiple spaces are collapsed to a single space.

    To create spacing you could use "  " + value. Alternatively, consider increasing the CSS padding-left for the cell.

    Comment

    Working...
    X