Search found 67 matches

Yes, Mats, context async is already in use but unfortunately, our validations have multiple return statements from different functions that have to be refactored, because of which is causing the event to jump. So, I was looking out for a synchronous ajax.

thanks for the solution guys, I somehow did a workaround using a concatenated string of all fields into one particular field and using that field as display field and filterOperator as *.

Hello Guys,

Is there a way to enable context menu on both left and right clicks of the mouse, I see the available options as 'contextmenu', 'click', 'dblclick'.
My requirement is to enable and show the context menu on both 'contextmenu' & 'click'.

Is there any way to perform a search on multiple fields on a combo box instead of just displayfield?
Yes, but during appointment drag and drop, there are few validations to be done, an API will handle that. If the request is asynchronous until we get the response from API, the appointment is moved back to the original position and after the response, the appointment is getting moved to the new posi...
It would be nice if there is any config available for ajax request to handle the request synchronously, is there any such config? or any other approach to achieve it?
Also any possibility of overriding the behavior to show a text while dragging and dropping the resource?
Thanks, Mats, that really helped.
But it would be nice if there is an event after the reorder, currently 'gridRowDrop' fires immediately after the drop, the order is still the same, is there any way that we can capture the event after the drop and reorder done.
Is there any similar implementation like this https://docs.sencha.com/extjs/6.0.2/classic/Ext.grid.plugin.DragDrop.html in bryntum scheduler. I want to change the order of the resources using drag and drop.
When I sort the resource store with field name and ascending resourceStore.sort({ field:'name',ascending:false }) the sort is not happening correctly, even when ascending is false, it toggles between true and false. sort with ascending false - displays the records correctly, sort with ascending fals...