What Changed
We changed the prefix used in the Data Grid's localization strings (DxBlazorStringId enumeration values) from Grid_ to DataGrid_.
Grid_GroupPanel => DataGrid_GroupPanel
Grid_PopupEditFormCaption => DataGrid_PopupEditFormCaption
Grid_UpdateButton => DataGrid_UpdateButton
Grid_CancelButton => DataGrid_CancelButton
Grid_EditButton => DataGrid_EditButton
Grid_DeleteButton => DataGrid_DeleteButton
Grid_NewButton => DataGrid_NewButton
Grid_ClearButton =>DataGrid_ClearButton
Grid_ColumnChooser => DataGrid_ColumnChooser
Grid_ColumnChooser_Header =>DataGrid_ColumnChooser_Header
Grid_ColumnChooser_CommandColumn => DataGrid_ColumnChooser_CommandColumn
Grid_ColumnChooser_SelectionColumn => DataGrid_ColumnChooser_SelectionColumn
Grid_PageSize => DataGrid_PageSize
Grid_AllText => DataGrid_AllText
Grid_EmptyDataRow => DataGrid_EmptyDataRow
Grid_Loading => DataGrid_Loading
Grid_SummaryAvg => DataGrid_SummaryAvg
Grid_SummaryCount => DataGrid_SummaryCount
Grid_SummaryMax => DataGrid_SummaryMax
Grid_SummaryMin => DataGrid_SummaryMin
Grid_SummarySum => DataGrid_SummarySum
Reasons for Change
In v21.1, we released our new Grid component (available as a community technology preview). We changed the prefix of the Data Grid component's localization strings to avoid confusion between the Data Grid and the new Grid and to make the prefix match the component name.
Impact on Existing Apps
If you use the Data Grid's localization string, the project will not compile.
How to Update Existing Apps
Change the prefix in the Data Grid's localization strings from Grid_ to DataGrid_.