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 12 years, 3 months ago.
-
Author
-
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,
ApekshaHi 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,
ApekshaHi Apeksha,
This issue has been fixed in the latest version of jQWidgets (3.0.3).
Best Regards,
DimitarjQWidgets 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,
ApekshaHi 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,
DimitarjQWidgets 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,
ApekshaHi 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,
DimitarjQWidgets 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 -
AuthorPosts
You must be logged in to reply to this topic.