Hi!
I'm trying to localize the grouping-messages. In this case this means the following two elements:
I did that like this:
This almost did the trick, except that instead of:
it shows the following:
(on the right hand side there is the part of "Showing 1 of 4 items." which I can't make disappear)
How do I have to do this?
Tanks!!
I'm trying to localize the grouping-messages. In this case this means the following two elements:
- GroupContinuedFormatString
- GroupContinuesFormatString
I did that like this:
<GroupingSettings GroupContinuedFormatString="... Gruppe fortgesetzt von vorhergehender Seite. Zeige {0} von {1} Datensätzen." GroupContinuesFormatString="Zeige {0} von {1} Datensätzen. Gruppe wird auf der Folgeseite fortgeführt." /> |
This almost did the trick, except that instead of:
... Gruppe fortgesetzt von vorhergehender Seite. Zeige 1 von 4 Datensätzen |
it shows the following:
... Gruppe fortgesetzt von vorhergehender Seite. Zeige 1 von 4 Datensätzen.Showing 1 of 4 items. |
(on the right hand side there is the part of "Showing 1 of 4 items." which I can't make disappear)
How do I have to do this?
Tanks!!