Grid Animasyon kaldırıldı

This commit is contained in:
Sedat Öztürk 2026-01-04 21:14:11 +03:00
parent 9ea656349d
commit b8a6970eaf
2 changed files with 1 additions and 5 deletions

View file

@ -63,7 +63,7 @@
"Url": "/dil/", "Url": "/dil/",
"Method": "GET", "Method": "GET",
"DataSourceCode": "Default", "DataSourceCode": "Default",
"Sql": "SELECT * FROM P_P_Language WHERE IsEnabled = @IsEnabled AND CultureName = @CultureName", "Sql": "SELECT * FROM Plat_H_Language WHERE IsEnabled = @IsEnabled AND CultureName = @CultureName",
"ParametersJson": [ "ParametersJson": [
{ {
"Type": "P", "Type": "P",

View file

@ -942,10 +942,6 @@ const Grid = (props: GridProps) => {
height: gridDto.gridOptions.editingOptionDto?.popup?.height, height: gridDto.gridOptions.editingOptionDto?.popup?.height,
resizeEnabled: gridDto.gridOptions.editingOptionDto?.popup?.resizeEnabled, resizeEnabled: gridDto.gridOptions.editingOptionDto?.popup?.resizeEnabled,
fullScreen: isPopupFullScreen, fullScreen: isPopupFullScreen,
animation: {
show: { type: 'fade', duration: 0 },
hide: { type: 'fade', duration: 0 },
},
toolbarItems: [ toolbarItems: [
{ {
widget: 'dxButton', widget: 'dxButton',