jQuery UI Widgets Forums Grid Four rendering problems with RTL in grid

Tagged: ,

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 7 years, 4 months ago.

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

  • mbizhani
    Participant

    Hi,

    After rtl:true is set in the grid configuration object, some problems are seen as follows:

    1- In the pagination bar, when pagerMode:default, the “next” button is right and previous button is left. According to RTL layout, the placement of these two buttons must be replaced with each other.

    2- After setting rtl:true, a CSS class, “jqx-grid-cell-rtl”, is added to the div. This class doesn’t have “direction:rtl;” part, so when the text is composed of both arabic and english words, the output render is incorrect in the browser.

    3- When grouping feature is used, “jqx-grid-cell-rtl” class is not added to the cells div.

    4- In RTL mode, the “text-direction” must be set “right” as default for both header and cells (it is set “left” as default).

    Thank you for your wonderful widgets and time


    Peter Stoev
    Keymaster

    HI mbizhani,

    1. We consider the current implementation to be correct.
    2. We do not think that this is necessary.
    3. Which CSS classes are added and are not added depends on our Grid design.
    4. You can edit the CSS if you wish.

    Best Regards,
    Peter Stoev

    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.