Hi,
I am using 12.2 versione and I changed GridEditMode.Row into GridEditMode.RowEditTemplate. Dialog is very cool, but I would like to understand better this kind of updating...
Thank you veru much,
Flavio
Hello Flavio,
Thank you for your interest in Row Edit Template.
1) The event that you have chosed is approproate.
You can use it to invoke saveChanges.
2) It appears to be development issue introduced in the RTM.
125977 - RowEditDialogWidth and RowEditDialogHeight properties are not taken into account
You are right that RowEditDialogOkCancelButtonWidth works properly. You may use RowEditDialogMaxHeight as a temporary workaround for RowEditDialogHeight .
3) You should handle rowEditDialogContentsRendered event and distroy the resizable functionality
rowEditDialogContentsRendered: function (evt, ui) {
ui.dialogElement.resizable('destroy');
},
Hope this helps.
Hello Georgieva,
Is this issue resolved? I am having problem assigning RowEditDialogWidth and RowEditDialogHeight. Workaround RowEditDialogMaxHeight works fine, is there any work around for Width?