This is a migrated thread and some comments may be shown as answers.

Grid pagination numbers formatted as decimal (IE only)

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 28 Aug 2012, 01:05 PM
We are seeing a problem where the pagination numbers (page X of Y) and number of rows (1 - A of A items) are being formatted as decimals. See the attached screenshot. This appears to happen only when viewing the application in Internet Explorer.

Does anyone have any advice on what's causing this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Ed
Top achievements
Rank 1
answered on 29 Aug 2012, 09:45 PM

I had the same issue not certain whats causing it but this fixed it for me.

I told it to treat it as a decimal but show 0 places after the zero

 

pageable: { messages: { display: "{0:d0} - {1:d0} of {2:d0} items" } }

Tags
Grid
Asked by
Alexander
Top achievements
Rank 1
Answers by
Ed
Top achievements
Rank 1
Share this question
or