jQWidgets Forums

jQuery UI Widgets Forums Grid Jqx grid sort gets called automatically

This topic contains 6 replies, has 2 voices, and was last updated by  arunthatham 10 years, 6 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Jqx grid sort gets called automatically #64418

    arunthatham
    Participant

    we use a jqxgrid in a jqxwindow and the screen contains both jqx grid and jqx splitter to customise the filter in jqxgrid we wrote the below code in updatefilterpanel the control automatically goes to sorting once it reaches updatefilterpanel duw to which when i click on header selection panel it automatically sorts.Kindly help me on this issue
    updatefilterpanel: function (filtertypedropdown1, filtertypedropdown2, filteroperatordropdown, filterinputfield1, filterinputfield2, filterbutton, clearbutton,
    columnfilter, filtertype, filterconditions) {
    if (filtertype == “datefilter”) {
    filterinputfield1.jqxDateTimeInput({ ‘dd/mm/yyyy’ });
    filterinputfield2.jqxDateTimeInput({‘dd/mm/yyyy’ });
    }
    },

    Jqx grid sort gets called automatically #64421

    Peter Stoev
    Keymaster

    Hi arunthatham,

    The Grid is not able to automatically sort its data unless a method for sorting is called or you’ve clicked the column’s header or column’s menu item.

    Best Regards,
    Peter Stoev

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

    Jqx grid sort gets called automatically #64435

    arunthatham
    Participant

    I didnt click on grid header i just clicked on columns menu item where i can choose filter and sorting option ,When i clicked on columns menu item the sort event gets triggered.
    It should not happen only when i click on column header or sort in column menu it should call the sort.

    Please let me know your valuable reply.

    Jqx grid sort gets called automatically #64436

    Peter Stoev
    Keymaster

    Hi arunthatham,

    We cannot reproduce this so please provide jsfiddle.net sample which illusrates an issue with the current version of jQWidgets.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Jqx grid sort gets called automatically #64477

    arunthatham
    Participant

    I cannot provide the code in Jsfiddle it is highly secured ,So i Have attached the image on which you could see on clicking on column selection itself the sorting gets triggered.Error scenario

    Jqx grid sort gets called automatically #64481

    Peter Stoev
    Keymaster

    Hi arunthatham,

    I don’t want you to provide me your real app. I want you to provide an example which demonstrates that there is issue with the current version of jQWidgets, because we cannot reproduce such.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Jqx grid sort gets called automatically #64524

    arunthatham
    Participant

    Hi ,
    Do we have an option of sharing screen online ,So we can share the screen and show you the issue.
    Because we used all three Jqwidget item like JqxGrid , JQXwindow and Jqx Splitter.This issue we are not facing in any other screen we are facing only in this screen that is why it is very strange .
    Could you please let me know is there any option to have live sharing and explaining the issue Live?

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

You must be logged in to reply to this topic.