Alexey Lazarev
Alexey Lazarev
[Forum post](https://forum.bryntum.com/viewtopic.php?f=51&t=28790&p=144949#p144949) TaskBoard shows "3", but Gantt in that case will show "+2". Need to be changed to format that Gantt uses. 
Should be possible to configure component and make `resourceAssignmentClick` to be `resourceAssignmentDblClick` [Forum post](https://forum.bryntum.com/viewtopic.php?f=51&t=28790&p=144949#p144949) Lastly, is there any chance a corresponding double click event could be implemented for the resourceAssignmentClick...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28306&start=10) Install Salesforce Application on iPad. Open our demo. Try to zoom or open context menu. It didn't work.
[Forum post](https://forum.bryntum.com/viewtopic.php?f=51&t=28243&p=141939#p141939) Hi, We have a use case for unplanned work/ unplanned tasks to revert the changes when the backend returns an error on the save event. This all works...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=52&t=28475&p=143227#p143227) Hi there, We're currently working on loading new Gantt data following a fetch from the server. Here's our approach: we place the response data into the Redux store....
[Forum post](https://forum.bryntum.com/viewtopic.php?f=44&t=28668&p=144356#p144356) https://bryntum.com/products/schedulerpro/examples/nested-events-configuration/ Enable STM using config for ProjectModel ``` stm : { autoRecord : true } ``` Drag and drop event, call in console ``` schedulerPro.project.stm.undo() ``` See: nothing...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=43&t=22840&p=112959#p112959) [bryntum-nuxt3-main.zip](https://github.com/bryntum/support/files/9932134/bryntum-nuxt3-main.zip)
[Forum post](https://forum.bryntum.com/viewtopic.php?t=27780&e=1&view=unread#unread) Here is our Advanced demo with the only change - `convertPinchToMousewheel` is enabled. [advanced (2).zip](https://github.com/bryntum/support/files/14835361/advanced.2.zip) Open in Safari on iPhone, zoom the app very fast, see the page...
``` features: { rowReorder: { dropOnLeaf: true }, cellCopyPaste : true, fillHandle : true, search: true, }, ``` ``` columns : [ // ... { type : 'check' }, ]...
[Forum post](https://forum.bryntum.com/viewtopic.php?f=51&t=26910&p=134386#p134386) Hello- With the additional typings for TypeScript in the 5.6.0 release, we have noticed that we need to override some of them in order to get things to...