The PagingSummaryFormat of Paging in DataGrid has no effect in version 6.4.1 or higher

Razor Component

<RadzenDataGrid ... PagingSummaryFormat="@PagingSummaryFormat" />

C#

public string PagingSummaryFormat { get; set; } = "第 {0} 頁,共 {1} 頁(總計 {2} 筆資料)";

Result
image

When I use the Paging component of DataGrid, the PagingSummaryFormat before version 6.4.0 can display the text I set, but in version 6.4.1 and 6.5.0, the text does not display according to my settings.
Thanks!

Hi @Kyuko79408,

Indeed there seems to be a regression introduced recently. We will fix it with the next release.

Thank you for your reply, I look forward to the fix in the next version, thank you very much!