I am using Kartik GridView in yii2 project.
When I specify column format as decimal it shows the output as 112,233,335.
I want this number as 11,22,33,335.
How can I do so ? I also want page summery for this column in the same comma separated format.