jQWidgets Forums

jQuery UI Widgets Forums Grid Grid cells float left using css

This topic contains 1 reply, has 2 voices, and was last updated by  Stanislav 7 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid cells float left using css #99615

    dan123
    Participant

    Hi I want the rows to align as columns using css method.
    I tried using ‘jqx-grid-cell’ class, and set float to left and changed the width of the cell so each row will align next to each other.

    Kind of like this;

    Column Firstname:
    Row1 Row 2 Row 3 Row 4

    Currently i know the grid is built for doing next line row like
    Row 1
    Row 2
    Row 3
    Row 4

    But trying to see if there was a way to achieve this where each row is floating left and next to each other.
    Column Firstname:
    Row1 Row 2 Row 3 Row 4

    Here is my jsfiddle:
    http://jsfiddle.net/4zAHJ/993/

    Grid cells float left using css #99643

    Stanislav
    Participant

    Hello dan123,

    You cannot have multiple rows in the same row.
    They always start on below one another.

    You can only have multiple cells in the same row, like how the grid is constructed.

    Best Regards,
    Stanislav

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

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

You must be logged in to reply to this topic.