• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Need to stop padding in Edit Grid

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need to stop padding in Edit Grid

    I am have issues in an edit grid and need to stop the padding of the text. How do I stop it?
    "CC: RICHARDS AVE. SHELTON" must show as
    "CC: RICHARDS AVE. SHELTON"

  • #2
    I cannot even get the spaces to show in this post. I need:
    CC: RICHARDS AVE. SHELTON" must show as
    "CC:_____ RICHARDS AVE._____ SHELTON" with out the underlines.

    Comment


    • #3
      You will need to add custom formatting to your column. The following should work:

      Code:
      return '<div style="white-space:pre;">' + v + '</div>';

      Comment


      • #4
        Thanks. I will try that.

        Comment


        • #5
          It work. Thanks!

          Comment

          Working...
          X