Base solution for your next web application
Open Closed

Amount separators base on country #9691


User avatar
0
kansoftware created

Hi, I want to know, Is any way to manage amount separate base of country or region like in india 1,00,000 and other country 100,000,000


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    If you are using Angular version, you can use currency pipe. For jQuery version, you can use C#'s ToString method with decimal format. Both of those will work according to current language (culture).

  • User Avatar
    0
    kansoftware created

    Thanks for quick .response In our application we are using .net core with jquery and on one of our web pages we are havin dynamic grid which is showing the total and calculations at run time on the page how do we achieve the same in that case.

    Please find the snapshot of web page attached.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    If you are using jQuery, then you need to find/use a jQuery plugin to achieve this functionality. AspNet Zero doesn't provide any feature for implementing this using jQuery.