jQWidgets Forums
Forum Replies Created
-
Author
-
August 30, 2016 at 7:58 am in reply to: custom apply filter on column check box dropdown list in not checked custom apply filter on column check box dropdown list in not checked #86968
Hi Christopher,
sorry for late answer, this is an example of my problem here and it demonstrate the part of my code that cause this problem .
https://jsfiddle.net/tanhabad/Lm0rku2e/16/
each time that user apply filter it will add one (select all ) to the filter list.like this link.
https://www.dropbox.com/s/v90vwzdtymghhti/Capture2.PNG?dl=0* this is happening just in the case when i have key value list customized apply filter.
*if I use this line of code $(“#jqxgrid”).jqxGrid(‘addfilter’, “countryCode”, filtergroup,true); without refresh filter row it will not add the extra (select all) to my list but also will not mark(check) the costume filter applied from another event.
*this will happen in the case if I use apply filter as wellThank you,
NajmeAugust 24, 2016 at 12:13 pm in reply to: custom apply filter on column check box dropdown list in not checked custom apply filter on column check box dropdown list in not checked #86806Hi Christopher,
Thanks for quick answer , It will work but not in my case i reported before a bug here :
http://www.jqwidgets.com/community/topic/apply-filter-add-new-please-choose-to-dropdown-and-checkbox-list/
and your solution again will cause me same problem and still this is not resolved.
please help me what can i do?thanks,
NajmeJune 23, 2016 at 8:50 am in reply to: Apply filter add new Please choose to dropdown and checkbox list Apply filter add new Please choose to dropdown and checkbox list #85384Hi Ivailo,
Thank you so much, now it is working properly, thank you again so much it made my dayBest wishes,
NajmeJune 22, 2016 at 8:15 am in reply to: Apply filter add new Please choose to dropdown and checkbox list Apply filter add new Please choose to dropdown and checkbox list #85346please this is emergency for me I will have soon release and I need to use this combination , I have this application one year and since I updated jqxwidget I got this bug , I have few other key value filter columns and when ever I apply costume filter it is adding new “please choose” or “select all” to my filter list.
June 22, 2016 at 6:52 am in reply to: Apply filter add new Please choose to dropdown and checkbox list Apply filter add new Please choose to dropdown and checkbox list #85343Ivailo,
Thank you for the answer,I studied all jqwidget documentation before and i am afraid this is not my case , as I send my example I have key value chekbox list filter and costume filter causing an issue which is add every time new “please choose” to my check box list filter.
here you have my example:
https://jsfiddle.net/tanhabad/Lm0rku2e/12/Regards,
Najme -
AuthorPosts