jQWidgets Forums
Forum Replies Created
-
Author
-
November 24, 2015 at 4:00 am in reply to: How to add subitem to a node? How to add subitem to a node? #78473
Hi, the example is great adding single item as subitem, but what if adding multiple sub-subitems into a node? such as from another json into an existing tree node?
November 5, 2015 at 3:53 am in reply to: DropDownList | Binding to JSON | Category DropDownList | Binding to JSON | Category #77775Thanks Ivanov, does that also means the structure has to be with the same column name? “html, title, and group” ?
November 3, 2015 at 7:12 am in reply to: How to make jqxgrid under createeditor How to make jqxgrid under createeditor #77681I have seen the example, but it doesn’t seems to work properly. It does show the grid, but it stuck when we chose single row/cell in the dropdown grid, the primary grid cell value didn’t change unto new selected value from dropdown grid, it even goes blank.
And when investigate its variable by variable, it even shows “row is undefined” even though console.log (row.columnname) is returning correct value but not returning into primary grid. Any idea how to resolve?
Okay, got that covered
thank you very much.
Best Regards,
Yes Peter,
I really would like to do so, but inside the var settings.
Or is this mean that I can’t do something likeformatFunction: function (value, total){ return (value/total*100) + '%'; }
in the var settings?
Best Regards,
HI Peter,
Thanks but that’s not what I meant, I mean in the example the solution for showing number as percentages is only to add the suffix of “%”, which in that example the total of those are 100%, but in many case, the numbers provided as the data source isn’t actually two digits (in which supposedly total of 100).
Original example:
Internet Explorer, 33.3 Firefox, 26.5 Chrome, 25.4 Safari, 7.0 Opera, 4.6 Other, 3.2
What I meant as datasource are:
Internet Explorer, 133.3 Firefox, 126.5 Chrome, 125.4 Safari, 2317.0 Opera, 3414.6 Other, 4513.2
January 9, 2015 at 10:04 am in reply to: Set maximum width for type column in series Groups Set maximum width for type column in series Groups #65179Dear Dimitar,
Has this reach any update? it seems not depended to the width of div containers but something else, since I was accidentally have two version of nice column and the other is ugly, with the same settings, in which I cannot undo it to preferable column bar width.
October 20, 2014 at 7:49 am in reply to: Modify Scatter Symbol Size Modify Scatter Symbol Size #61359I try in
series: [{ dataField: 'specialmentionpercent', displayText: 'Special Mention / Outstanding (%)', color: 'rgba(255,0,0,0.5)', symbolType: 'circle', symbolSize: 1 }]
I also tried it like this too, and still didn’t work
{ type: 'scatter', useGradient: false, showLabels: true, symbolType: 'circle', symbolSize: 1, formatSettings: { negativeWithBrackets: true }, valueAxis: {
please kindly need your advice, I am using the JQWidget 3.5.0
October 20, 2014 at 6:40 am in reply to: Modify Scatter Symbol Size Modify Scatter Symbol Size #61353Thank you for your suggestion, however I tried to apply any number to
symbolSize
didn’t make the symbol change it’s size. I wonder what went wrong?series: [{ dataField: 'percenttoloans', symbolType: 'circle', displayText: 'NPL / Outstanding (%)', color: 'rgba(255,0,0,0.5)', symbolSize: 5 }]
And I have to answer that very last question of mine myself, hehe,
I found how to remove/hide the row lines or as in documentation said a horizontal line byvalueAxis: { showGridLines: false }
Best regards,
___________________
Done is Better than PerfectHmm, I see, well, if that’s the case then how about to loose the horizontal lines? what’s the parameter to set in order to show only horizontal line in the X line at minimum value instead of having horizontal lines each Y values?
Thank you in advance.
___________________
Done is Better than Perfect -
AuthorPosts