jQWidgets Forums
Forum Replies Created
-
Author
-
May 12, 2015 at 4:11 am in reply to: Adding Totals to a Stacked Bar Chart Adding Totals to a Stacked Bar Chart #70950
Nice tutorial.
But I still have one problem.
When I click the legend, my labels are disappeared.
How can I set my labels always appear when I click the legend?April 22, 2015 at 3:13 am in reply to: Month Picker for jqxDateTimeInput Month Picker for jqxDateTimeInput #70128Do you have plan to create this feature?
April 14, 2015 at 1:32 am in reply to: enableBrowserSelection on jqxDataTable is not working enableBrowserSelection on jqxDataTable is not working #69819Hi Peter Stoev,
This is my fiddle: https://jsfiddle.net/harunmahfud/16v2mpL2/
April 13, 2015 at 12:50 am in reply to: enableBrowserSelection on jqxDataTable is not working enableBrowserSelection on jqxDataTable is not working #69790I found the problem in your fiddle when I set selectionMode: ‘singlerow’
How can I enable singlerow selection and enableBrowserSelection together?November 21, 2014 at 12:34 am in reply to: enablebrowserselection is enabled automatically when I set showfilterrow to true enablebrowserselection is enabled automatically when I set showfilterrow to true #63106So, there’s no solution for my issue?
A little bit disappointed but thanks for information.
I hope it’ll be fix on next release.November 20, 2014 at 9:43 am in reply to: enablebrowserselection is enabled automatically when I set showfilterrow to true enablebrowserselection is enabled automatically when I set showfilterrow to true #63061Sorry, I mean default value of enablebrowserselection in jqxgrid is false.
So, it’s strange when I don’t set it to true but magically enabled. And it still enabled although I set it to false.November 20, 2014 at 8:17 am in reply to: enablebrowserselection is enabled automatically when I set showfilterrow to true enablebrowserselection is enabled automatically when I set showfilterrow to true #63057Hi Nadezhda,
I just want to enable showfilterrow and disable browser selection.
As far as I know, default value of showfilterrow in jqxgrid is false.
It’s strange to see browser selection is enabled when I don’t set it to true.If this a bug? Or the example is misconfigured?
November 20, 2014 at 12:22 am in reply to: enablebrowserselection is enabled automatically when I set showfilterrow to true enablebrowserselection is enabled automatically when I set showfilterrow to true #63036Thanks, but I need filter row is showed. That’s why I ask for this issue.
Do you have any solution for this issue? I want to show filter row and browser selection is disable in Firefox.November 19, 2014 at 1:10 am in reply to: enablebrowserselection is enabled automatically when I set showfilterrow to true enablebrowserselection is enabled automatically when I set showfilterrow to true #62987After some research I found that it happens only on Firefox. Everything is normal in Chrome and Internet Explorer.
Try to open your example page with Firefox and this is what happened when I select multiple cells
Trying your fiddle here but problem still exist.October 9, 2014 at 12:34 am in reply to: jqxValidator for jqxDateTimeInput is not working jqxValidator for jqxDateTimeInput is not working #60838It works. Thanks.
October 6, 2014 at 4:19 pm in reply to: remote search at page load remote search at page load #60730For your information, the first and the second request is sent simultaneously after the second string’s typed
October 6, 2014 at 2:55 pm in reply to: remote search at page load remote search at page load #60724Oh..okay, but why first request sent empty string?
October 6, 2014 at 2:21 pm in reply to: remote search at page load remote search at page load #60721Try debugging your example and I found this issue happened to your example when I type two characters with delay time.
Example I type “s” and two seconds later I type “a” then I it send two request to
http://api.geonames.org/searchJSON?callback=jQuery111109458951379638165_1412604943855&featureClass=P&style=full&maxRows=12&username=jqwidgets&name_startsWith=&_=1412605029744
and
http://api.geonames.org/searchJSON?callback=jQuery111109458951379638165_1412604943856&featureClass=P&style=full&maxRows=12&username=jqwidgets&name_startsWith=sa&_=1412605030248
The first link sent “name_startsWith” with empty string and the second link sent “name_startsWith” with “sa”.
Is this related with my problem?October 6, 2014 at 12:48 pm in reply to: remote search at page load remote search at page load #60712hello,
I have same problem with remote search.
The first call to server search string value is empty and second call is current string.
Is there any solution to this problem? -
AuthorPosts