jQWidgets Forums

jQuery UI Widgets Forums Grid grid column resize cursor change

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • grid column resize cursor change #121277

    Serdar
    Participant

    Cursor does not appear when resize column.But it was showing cursor before.And how can i change cursor image ?

    example cursor working
    https://jseditor.io/?key=javascript-app-ver-6

    but it doesn’t appear in my code, could it be from the settings?
    thank you

    $(gridID).jqxGrid({
    
            source: dataAdapter,
            sortable: true,
            //filterable: true,
            //showfilterrow: true,
            columnsresize: true,
            columnsreorder: true,
            altrows: true,
            editable: false,
            showToolbar: false,
            pageable: true,
            enabletooltips: true,
            showstatusbar: true,
            groupable: true, 
            theme: "energyblue",
            statusbarheight: 40,
            autowidth: false,
            pagesize: 50,
            keyboardnavigation: true,
            virtualmode: false, 
            enablehover: true,
            showaggregates: false,    
            pagerrenderer: pagerrenderer,
            renderstatusbar: function (statusbar) {
                statusbar.empty().append(statusBar)
            },
            rendergridrows: function () {
                dataadapter.records;
    
            },
        });
    grid column resize cursor change #121280

    Serdar
    Participant

    cursor problem fixed, only how can I change resize icon?

    grid column resize cursor change #121288

    ivanpeevski
    Participant

    Hi Serdar,

    Please have a look at the example here: https://jseditor.io/?key=javascript-app-ver-535
    Note that you need to apply changes in the Array.forEach (at line 160) and in the CSS
    In the example, the cursor is set to “cell”, you can follow this guide on how to set custom images as cursor.

    If you have any other questions, please do not hesitate to contact us again!
    Best regards,
    Ivan Peevski
    jQWidgets Team
    https://www.jqwidgets.com

    grid column resize cursor change #121306

    Serdar
    Participant

    thank you

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

You must be logged in to reply to this topic.