jQWidgets Forums

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: slider sizing slider sizing #25835

    markcarpe
    Member

    What I meant by mobile friendly is for the buttons to be big enough for the fingertip.

    The end buttons seem to be hard coded to 14px in the jqxslider.js while the sliding button size is set in the jqx-base.css.
    The height attribute doesn’t work as I would expect as it just increases the div size making the end buttons move down from the slider bar and sliding button.

    Maybe end button components of slider could be added to css instead of js in future release?

    in reply to: Hide Row Hide Row #25432

    markcarpe
    Member

    Hi Peter,

    While not in the API, I am successfully using:

    $(“#JqxGrid”).jqxGrid(‘showrow’, itemindex);
    $(“#JqxGrid”).jqxGrid(‘hiderow’, itemindex);

    Is this unwise, maybe deprecated or slated for removal at some point?

    I am using v 2.9.2.

    Regards,

    Mark

    in reply to: cellvaluechanged cellvaluechanged #20264

    markcarpe
    Member

    No, just manual entry – all three below fire with 2.8 only begin and end edit in 2.8.2. No other change than version.

    $(“#inspectGrid”).on(‘cellvaluechanged’, function (event)
    {alert(“change”);
    });

    $(“#inspectGrid”).on(‘cellbeginedit’, function (event)
    {alert(“begin”);
    });

    $(“#inspectGrid”).on(‘cellendedit’, function (event)
    {alert(“end”);
    });

    in reply to: jqxcore errors jqxcore errors #20210

    markcarpe
    Member

    Correction:

    $(“#myGrid”).jqxGrid(‘getrows’); works returns all record data objects as expected


    markcarpe
    Member

    You guys have great support. Thanks a lot!


    markcarpe
    Member

    Any feedback on this?
    Asking because I am not sure if I should repost or if you catch additional posts in existing post.


    markcarpe
    Member

    Is this issue is more generally related to the ability to have multiple foreign sources attached to a single jqxgrid?
    I find the same problem in trying Foreign Key and Keys /Values experiments.

    Will this be enabled in the April time or possibly in a release before then?

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