jQuery UI Widgets Forums Grid Wrapping an empty data string.

This topic contains 2 replies, has 2 voices, and was last updated by  nab054371 10 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Wrapping an empty data string. #56753

    nab054371
    Participant

    Hi there,

    I am looking for a way to wrap an empty datastring. I have defined a custom empty data string in my grid localization object. However the string is too large to fit in the grid row and it doesn’t appear that inserting a <br/> or \\n in the string is helping my cause.

    Any help would be highly appreciated.

    Regards.

    Wrapping an empty data string. #56762

    Dimitar
    Participant

    Hello nab054371,

    Unfortunately, this cannot be achieved. A possibility is to change the message’s font-size (if this is appropriate in your case) like so:

    <style type="text/css">
        .jqx-grid-empty-cell span
        {
            font-size: xx-small;
        }
    </style>

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Wrapping an empty data string. #56791

    nab054371
    Participant

    Thank you Dimitar. I guess this still doesnt fix my issue on a responsive website with smaller screen sizes but appreciate your feedback.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.