Telerik Forums
Kendo UI for jQuery Forum
0 answers
51 views
Hi,

I'm using KendoUI Gauge with Knockout, and it works fine. But when the value is greater than the max value, I'd like to update the max value to my actual value.
I'm using this documentation  Kendo-Knockout
I build a simple demo to ilustrate: Example

How could I do something like that using Knockout?
Thanks.

EDITED:
Forget about that. I was trying to update a single property from my ScaleOptions object, but when I recreate the entire object, it works.

myViewModel.ScaleOptions().max = newValue;
myViewModel.ScaleOptions({
   min: 0,
   max: newValue,
   ranges: [{
      from: 0,
      to: 40
   }, {
      from: 40,
      to: 80
   }, {
      from: 80,
      to: newValue
   }]
});


Marcelo
Top achievements
Rank 1
 asked on 25 Mar 2013
0 answers
67 views
I implemented a dashboard view containing Kendo bar charts and Kendo gauges.  I added CSS for "hover" to these, and am displaying a upper right hand corner "X" character allowing the user to close a chart out so that they can remove it from their dashboard.  All of this works perfectly fine on any desktop browser, OR on Android.

Apple is being the annoying one.  The bar charts work fine, however the gauge does not.  The hover event does not work for this.  After some online research I found that Apple had remove hover from the supported CSS for their mobile devices.  OK, that answers that, but why on earth do the bar charts work?  How can I fix this behavior?

[EDIT] - Now that I think about it, the bar charts have tooltips on hover.  So you guys must have fixed the hover behavior for the iPad.  Can anything be done for the gauges?
Paul
Top achievements
Rank 1
 asked on 27 Aug 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?