jQuery UI Widgets › Forums › Grid › jqxgrid with filtermode: 'excel' and selectionmode: 'checkbox'
This topic contains 9 replies, has 2 voices, and was last updated by yaline 6 years, 5 months ago.
-
Author
-
jqxgrid with filtermode: ‘excel’ and selectionmode: ‘checkbox’
Hi,
$(“#grid”).jqxGrid(
{
width: ‘80%’,
height: 450,
theme: ‘energyblue’,
source: dataAdapter,
sortable: true,
filterable: true,
filtermode: ‘excel’,
showstatusbar: true,
autoheight: true,
pageable: true,
selectionmode: ‘checkbox’,When i implement the above, after filter and selection in grid, when i press the button, no action is performed.
Please help me.Hi,
Can anyone help me please.
The script works sometimes and not.
Also i have special characters (&,’,-) in my row data.
Any suggestion. Awaiting reply to procees.Thanks
YalineHello Yaline,
I have tested this Example and did not see an issue.
Which button do you mean doesn’t perform action?Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Hello Martin,
Thanks for your reply.
Sorry i couldnt respond immediately as held up with some other work.The example you showed working fine. What if you have & and ‘ in data
E.g: Product Name has “Jasmine & Lotus Tea” and “Jasmin’s Tea”. In that case, filter not working
i also try to change filtertype: ‘checkedlist’ option, but still the same MartinThanks
YalineMartin, is it may be i am using dynamic data?
Trying for hours in many diffenent ways, couldnt fix it.Hi Martin,
Please check the below link
http://www.paarventhan.co.in/sample/text_local/check7.php
try filter 2 column (eg: DEpartment, then division), the button is not workingPlease help me.
Thanks
YalineHello Yaline,
I have tested the previous Example by adding & and ‘ in the data
and it is still working fine.
I have also checked the link that you have sent. Your grid seems to filter the data as expected.
Which button do you mean is not working?Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Hi Martin,
Thank you for your support.
1. filtering department (choose any 5 values)
2. Filter division (any one value)
3. Then click the send mail button
Now the popup won’t open.After your reply, i started to thinking might be I missed something in button coding Martin?
Any suggestions please.
Thanks,
YalineHi Martin,
When i choose any one filter and press send sms or send mail button it works perfectly, but more than one filter and the button not working.
How to proceed? What i am missing?
Awaiting your reply.Thanks
YalineHi Martin,
Thank you so much for your wonderful help.
I found out my mistake in button coding.
Now its working super cool.Many thanks,
Yaline -
AuthorPosts
You must be logged in to reply to this topic.