jQuery UI Widgets Forums Grid slip in the grid

This topic contains 5 replies, has 2 voices, and was last updated by  Serdar 9 months, 4 weeks ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • slip in the grid #134470

    Serdar
    Participant

    Hello, if I add a filter to the grid, there are shifts like in the picture. Yes, I fix it as css, but do I need to do this? Is this a bug? Also, the code below works for cells, but it does not work in the filter part in the grid.
    version I use
    jQWidgets v18.0.0 (2023-Nov)

    .jqx-grid-cell {
        margin-left: 1px; 
    }

    https://ibb.co/M8SjgBn

    slip in the grid #134476

    admin
    Keymaster

    Hi Serdar,

    It looks to me that the style of the columns is customized and this could be the source of the issue here. Could you please, provide a sample so we can take a look?

    Regards,
    Peter

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

    slip in the grid #134478

    Serdar
    Participant

    Hello, now I looked at your demos again, yes, there does not seem to be a problem in your demo. I made customization, but even though I deleted them all, the same problem continues, I think this is happening because of the theme I use or a css plugin, thank you.

    slip in the grid #134479

    Serdar
    Participant

    hello again I found the problem if we use the filterable option and bootstrap it scrolls I tried all versions of bootstrap they all had the same problem if you look at the image you will see I leave the jsfiddle address for you to test thanks

    https://ibb.co/G5mnxXR

    https://jsfiddle.net/anka_test/rdp59jto/2/

    slip in the grid #134489

    admin
    Keymaster

    Hi Serdar,

    To resolve this css conflict, add

    .jqx-grid-cell-filter-row {
    width: auto !important;
    }

    Regards,
    Peter

    slip in the grid #134494

    Serdar
    Participant

    yes it’s fine thank you

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

You must be logged in to reply to this topic.