Skip to content

Commit

Permalink
Enable columnFixing.legacyMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyar committed Jul 22, 2024
1 parent b7d64f3 commit fe82a92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ export const columnFixingModule = {
return {
columnFixing: {
enabled: false,
legacyMode: false,
legacyMode: true,
texts: {
fix: messageLocalization.format('dxDataGrid-columnFixingFix'),
unfix: messageLocalization.format('dxDataGrid-columnFixingUnfix'),
Expand Down

0 comments on commit fe82a92

Please sign in to comment.