jQWidgets Forums
Forum Replies Created
-
Author
-
May 26, 2015 at 6:36 pm in reply to: Mouse over chart when values are shown on chart Mouse over chart when values are shown on chart #71590
Hello Dimitar,
Thanks for the answer and sorry for reviving this thread. The solution works in your example, but in my case, I don’t use jqxDataAdapter for my data source. I use a sample data like in the following page (on the bottom):
I replaced your jqxDataAdapter info by a simple sample and it doesn’t work still in IE8.
In that case, it doesn’t work. Is there a workaround that I can do?
P.S The chart is generated inside an iframe.
January 22, 2015 at 2:43 pm in reply to: Getting grid values after group by (level 3+) Getting grid values after group by (level 3+) #65858Hello,
Then, how am I supposed to get the values? If it only works at level 0, then I can’t get my values, because the subrows are not defined.
Can’t the getgroup function call a recursive function to get all subgroups until there is no more?
Great! For now, it is not a problem, I’ll just do a loop until a better API exists
Thank you Peter! It is always a pleasure to talk with you guys!
RegardsMarch 14, 2014 at 1:12 pm in reply to: Data and encoding, what's the way to go? Data and encoding, what's the way to go? #51068This is fantastic news! Sorry for not noticing this parameters before, I though it was more like an array with the index of the rows I wanted to be export. Thank you! This will solve my problem!
February 28, 2014 at 2:21 pm in reply to: On set columns, grid keeps sort but lose filters? On set columns, grid keeps sort but lose filters? #50310Hi!
I just retester my jsFiddle (http://jsfiddle.net/8H2bD/2/) to find out that with the new version, the sort and filters are remove when setting new columns. This is fine with me, as the behavior is now consistent. So I’ll handle resetting the sorts and filters on my side.
Regards
February 24, 2014 at 4:55 pm in reply to: DataAdapter doesn't parse empty string ("") of array of arrays DataAdapter doesn't parse empty string ("") of array of arrays #50016Hi Peter! Sorry for that late answer.
I just upgraded jqWidgets from version 3.1.0 to 3.2.1 and it seems to solve the problem. The sort on a column that contains empty values seems more consistent now. The jsfiddle I posted confirm it.
Thank you for your great work!
Regards!January 10, 2014 at 2:17 pm in reply to: On set columns, grid keeps sort but lose filters? On set columns, grid keeps sort but lose filters? #47696Of course I could handle that on my side. I would totally understand if both sorting and filtering where lost when I set an array of columns (my array usually match the old one, but there might be new or deleted columns).
But right now, sorting works fine, and the only problem is the filtered columns that lose their styles. I also tried calling “refreshfilterrow” and “applyfilters” after settings the columns, but it doesn’t seems to re-add the filter style.
To me, this behavior looks inconsistent. Settings columns should keep or delete sorting/filtering, but not an halfway behavior. And right now, keeping it seems to works pretty well, apart for the filter style.
January 10, 2014 at 1:56 pm in reply to: On set columns, grid keeps sort but lose filters? On set columns, grid keeps sort but lose filters? #47689I just took a deeper look at the jsFiddle (http://jsfiddle.net/8H2bD/2/), and I just found out that after clicking the ‘get set columns’ button, the column ‘firstname’ is still filtered! But, it lost the style (background and icon) that tells the user about the filtering. When in that state, the button ‘clear filter’ doesn’t work, but you can replace with a new filter.
Can you see the same problem that I have here?
Thank you for your great work! jqxGrid is a fantastic component!
Regards!January 3, 2014 at 10:14 pm in reply to: Bug? 'groups' returns array of char after reordering groups Bug? 'groups' returns array of char after reordering groups #47227The 3.1.0 seems to solve this issue! Wow, that was fast! Thank you for your great work!
I modified my jsFiddle to show the result :
http://jsfiddle.net/hqs5s/4/December 20, 2013 at 5:10 pm in reply to: Bug? 'groups' returns array of char after reordering groups Bug? 'groups' returns array of char after reordering groups #46848It is me again! Sorry
I just tried it with IE9, and the console won’t show the problem! I don’t know for IE10+, but you have to try it with Chrome or Firefox.
The problem is still presents in IE, it just that their console join the array of chars so it looks like a string.
December 20, 2013 at 4:58 pm in reply to: Bug? 'groups' returns array of char after reordering groups Bug? 'groups' returns array of char after reordering groups #46847Just to add, may be this will be more clear!
Look at this image :
http://hpics.li/cb07f281 – First line, I added ‘firstname’ as a group
2 – second line, I added ‘lastname’ as a group
3 – third line, I added ‘productname’ as a group
4 – last line, I moved ‘productname’ from the third position to the second group position. Then, you clearly see that ‘groups’ didn’t return a string (‘productname’) but an array of chars.Most of my testing are in Chrome. But Firefox give me the same result.
December 20, 2013 at 4:50 pm in reply to: Bug? 'groups' returns array of char after reordering groups Bug? 'groups' returns array of char after reordering groups #46846Sorry Peter, I didn’t want to bother you. May be there is something I didn’t explain well?
I thought the jsFiddle I sent would help. But you didn’t tell me if you looked at the result of the console.log() return in my example?
I’m 99% sure there is a problem, because I have it in my app and in the jsFiddle. Of course, I could just convert the array of chars in a string, but would it just be best to fix it in jqxGrid?
By the way, I know I sent a lot of topics about bugs. But you are doing a fantastic job! And the license we bought for jqxGrid saved us months of development! Thank you for this!
Regards!December 20, 2013 at 4:35 pm in reply to: Bug? 'groups' returns array of char after reordering groups Bug? 'groups' returns array of char after reordering groups #46843Hi Peter!
Yes I did. Look at this jsFiddle :
http://jsfiddle.net/hqs5s/2/On each “groupschanged” event, it outputs two things : a console.log() and an alert().
If you look only at the alert, you’ll always think it is fine. But look at you console, and you will see that the datafield of the column you just reorder isn’t a string, but an array of char.
Regards
December 20, 2013 at 4:22 pm in reply to: Bug? 'groups' returns array of char after reordering groups Bug? 'groups' returns array of char after reordering groups #46837I just tried : if you use “alert(groups[0])”, it will show you the array of chars like a string. Use “console.log(groups)” with Google Chrome Dev Tool instead, you will see that the returned value isn’t a string, but an array of char.
-
AuthorPosts