jQWidgets Forums

jQuery UI Widgets Forums Grid hide arrow icon

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • hide arrow icon #92391

    jahnvi25
    Participant

    i am using style

    
    #jqxgrid .jqx-grid-cell-pinned{
    background-image: none;
    }
    

    to hide the arrow icon.. it works in all situations.. but when i call

    $(“#jqxgrid”).jqxGrid(‘setcolumnindex’,val,index);

    style does not work any more.. after this call. and i see all arrow back

    how can i fix this

    hide arrow icon #92412

    Hristo
    Participant

    Hello jahnvi25,

    Could you provide us an example for better analyze?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    hide arrow icon #92419

    jahnvi25
    Participant

    i was able to fix this..i was trying to set the ‘setcolumnindex’ starting 0.. but in grouping first column would be arrow column..and my column was trying to override that group expand/collapse icon. and thats why it was not working.. by setting index starting from 1.. everything is working..

    this should have mentioned in documentation somewhere.

    thanks for help.

    hide arrow icon #92440

    Hristo
    Participant

    Hello jahnvi25,

    I assume that everything is fine if you have any other questions please write.

    Best Regards,
    Hristo Hristov

    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.