BUG: ignoring dialog footer content, always display heder

Hi.
I find an bug.
Grid :

operacjeGrid = new Grid({

dataSource: operacjeGridRows,
allowRowDragAndDrop: true,
allowSorting: false, //bo dragdropy nie działają jaka trzeba
toolbar: ['Add', 'Edit', 'Delete'],
editSettings: {
allowEditing: true,
allowAdding: true,
allowDeleting: true,
mode: 'Dialog',
template: '#dialogtemplate',
footerTemplate: ' <p>Footer</p>',
headerTemplate: '<p>Header</p>',

},
columns: [
footerTemplate: ' <p>Footer</p>', headerTemplate: '<p>Header</p>',









1 Reply 1 reply marked as answer

TS Thiyagu Subramani Syncfusion Team November 18, 2020 04:03 PM UTC

Hi Tomasz, 

Thanks for contacting Syncfusion forum. 

We have confirmed your reported behavior “Dialog footer content, always display header content” is an issue from our side and logged a bug for same. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle ) and will include the defect fix in our upcoming patch release which is expected to be rolled out on 2nd December 2020. Until that time we appreciate your patience. 

You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.  


Please get back to us, if you need any further assistance. 

Regards,  
Thiyagu S  


Marked as answer
Loader.
Up arrow icon