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.
-
Author
-
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’ });
}
},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 StoevjQWidgets Team
http://www.jqwidgets.com/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.
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 StoevjQWidgets Team
http://www.jqwidgets.comI 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.
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 StoevjQWidgets Team
http://www.jqwidgets.comHi ,
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? -
AuthorPosts
You must be logged in to reply to this topic.