Navneet Chanalia's SharePoint Blog
Thursday, 2 August 2018
How to execute w2ui delete event without warning message?
w2ui.grid.on('delete', function(event) {
event.force = true;
//console.log('No confirmation required');
});
OR
onDelete: function (event) {
event.force = true;
...
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment