How do I get to display a two digit number from a decimal number, e.g. 4.23 in the tooltip over a radial chart?
The environment is CSHTML.
The toFixed(2) jquery function results in a script time-out.
Here's my code:
<script id="tooltipTemplate1" type="text/x-jquery-tmpl"><span id="tooltipValue">${item.val}</span> </script>
Nevermind. I solved the problem by just passing the value to the page after a Math.Round(value,2). It does indeed work within a Linq query.
Hello spaceage,
Thank you for contacting Infragistics!
I glad you are able to move forward with your application. If you have any questions, please let us now as well.