The default pager recordtext is as follows –
recordtext: “View {0} – {1} of {2}”
The third parameter {2} is the total record count.
It is currently being formatted where there is a space ” ” between the hundreds and thousands position.
I'd like to change this to a comma.
Example:
Currently: View 1 – 500 of 1 245
Desired: View 1 – 500 of 1,245
I found how to do this at the column model but not the pager. Thanks.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top