Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
iggrid template format
posted

Hi,

I have this iggrid template:

<script id="ColTmpl" type="text/template">
    <div>
        <span>${column1}</span>
    </div>
</script>

I need to format the number in the form #,###,###.#

How can I do?