jQWidgets Forums

jQuery UI Widgets Forums Getting Started curve grid table

This topic contains 2 replies, has 2 voices, and was last updated by  Hristo 4 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • curve grid table #114916

    Kyvaldenius
    Participant

    good afternoon I ran into a problem. I am using jqxTreeGrid to display data and noticed that the header and the body itself do not match on the grid. (that is, the border line of the header does not coincide with the border line of the data column)

    $(“#treegrid”).jqxTreeGrid(
    {
    height:’500′,
    width: ‘100%’,
    source: dataAdapter,

    altRows: true,
    sortable: true,
    filterable: true,
    columnsResize: true,
    theme: ‘energyblue’,
    ready: function () {
    $(“#treegrid”).jqxTreeGrid(‘expandRow’, 1);
    $(“#treegrid”).jqxTreeGrid(‘expandRow’, 2);

    },
    columns: [
    { text: ‘Label’, dataField: ‘Label’, align: ‘center’ },
    { text: ‘DolName’, dataField: ‘DolName’, align: ‘center’, cellsAlign: “center” },
    { text: ‘Kab’, dataField: ‘Kab’, align: ‘center’, cellsAlign: “center” },
    { text: ‘Fio’, dataField: ‘Fio’, align: ‘center’, cellsAlign: “center” },
    { text: ‘DateBirth’, dataField: ‘DateBirth’, cellsFormat: “dd.MM.yyyy”, align: ‘center’, cellsAlign: “center” },
    { text: ‘Decret’, dataField: ‘Decret’, align: ‘center’, cellsAlign: “center” },
    { text: ‘InnerPhone’, dataField: ‘InnerPhone’, align: ‘center’, cellsAlign: “center”, columnGroup: “JSTCorp” },
    { text: ‘WorkPhone’, dataField: ‘WorkPhone’, align: ‘center’, cellsAlign: “center”, columnGroup: “JSTCorp”},
    { text: ‘Email’, dataField: ‘Email’, align: ‘center’, cellsAlign: “center” },
    { text: ‘Note’, dataField: ‘Note’, align: ‘center’, cellsAlign: “center” }
    ],
    columnGroups:
    [
    { text: “Phone”, name: “JSTCorp”, align: “center” }
    ]
    });

    curve grid table #114917

    Kyvaldenius
    Participant

    I wanted to know if there is some setting that I missed or I did not correctly describe grid

    curve grid table #114924

    Hristo
    Participant

    Hello Kyvaldenius,

    Could you clarify it?
    I tested this demo below and it seems to work fine:
    https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/javascript-tree-grid-binding-to-array.htm?energyblue
    We have an issue related to the mentioned case but it should be fixed with the newer versions.
    Before I send the message I try to recreate your case and it seems to persist again for the latest columns.
    Thank you for the feedback.
    I will create a work item for this.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.