jQWidgets Forums

jQuery UI Widgets Forums Grid How to change the icon in the nested jqxgrids?

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 11 years, 8 months ago.

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

  • ssp
    Participant

    Hi,

    Is there an option for me to change the icon which expands the nested grids, inorder to maintain the uniformity of icons used throughout my project??

    I have to change it to ‘+’ sign, plz let me know if your functionality supports the option to change the icon for grids expansion?

    Thanks & Regards,
    Sandhya S P


    Dimitar
    Participant

    Hello Sandhya S P,

    To change the icons, please modify the background-image CSS property of the classes jqx-grid-group-collapse and jqx-grid-group-collapse.

    Best Regards,
    Dimitar

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


    ssp
    Participant

    Hi Dimitar,

    Thanks for the solution, one more clarrification!

    I have set the height and width of my N-level nested grid, now if I have few rows of data, the remaining empty rows are displayed like in excel sheet except in the first grid,
    I have to display the rows only the data, is it possible to avoid the empty rows??

     $("#jqxFirstgridHistory").jqxGrid('setrowdetails', i, "<div id='jqxSecGrid" + i + "' style='margin: 10px;'></div>", 350, true);
    secGrid.jqxGrid(
    {
    width : 1170,
    height : '80%',

    Thanks & Regards,
    Sandhya S P


    Dimitar
    Participant

    Hi Sandhya S P,

    Please share what version of jQWidgets you are using?

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.