Grid Animasyon kaldırıldı
This commit is contained in:
parent
9ea656349d
commit
b8a6970eaf
2 changed files with 1 additions and 5 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue