jQWidgets Forums
This topic contains 37 replies, has 2 voices, and was last updated by Apeksha Singh 11 years, 7 months ago.
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Grid › Issue in applying toolbar in grid.
Tagged: cellsformat, date, filter, filtering, grid, jqxgrid, local data, search, toolbar
This topic contains 37 replies, has 2 voices, and was last updated by Apeksha Singh 11 years, 7 months ago.
Hi Dimitar,
One more issue is there on filtering any string that contains “&” it filter and change the string “&”
For example :-
If the string was – “PROFIT & LOSS ACCOUNT”
It filters and show – “PROFIT & LOSS ACCOUNT”
Please guide me regarding this as soon as possible.
Thanks & Regards,
Apeksha
Hi Dimitar,
One more issue is there on filtering any string that contains “&” it filter and change the string “& amp ;”
For example :-
If the string was – “PROFIT & LOSS ACCOUNT”
It filters and show – “PROFIT & amp ; LOSS ACCOUNT”
Please guide me regarding this as soon as possible.
Thanks & Regards,
Apeksha
Hi Apeksha,
This issue has been fixed in the latest version of jQWidgets (3.0.3).
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/
Hi Dimitar,
If you can tell me the fix I will be really thankful to you as I cant update my jQWidgets version right now.
Thanks & Regards,
Apeksha
Hi Apeksha,
Unfortunately, there is no workaround for this issue, it can only be resolved by updating jQWidgets. However, if you experience the same issue with cell values, you can use cellsrenderer as a workaround. Please check out the forum topic JSON and newline char for a code example.
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/
Hi Dimitar,
I read the forum topic JSON and newline char, but I am confused as cellsrenderer is used for HTML tags and “&” is not an html tags.
So how I can use cellsrenderer for the above issue.
Thanks & Regards,
Apeksha
Hi Apeksha,
The same workaround is also useful for your “&” issue (if it concerns grid cells). The code does not have to be changed.
Best Regards,
Dimitar
jQWidgets team
http://www.jqwidgets.com/
Hi Dimitar,
Yes you were right , I implemented the exact code and it resolved my issue.
Thanks a lot.
Thanks & Regards,
Apeksha
You must be logged in to reply to this topic.