Razor Component
<RadzenDataGrid ... PagingSummaryFormat="@PagingSummaryFormat" />
C#
public string PagingSummaryFormat { get; set; } = "第 {0} 頁,共 {1} 頁(總計 {2} 筆資料)";
Result
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!