Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Case 1 :

setWorkHours doesn't work with grouping.

check below sample. The setWorkHours method is given in dataBinding event to set the work hours for particular resource. It doesn't set.


https://stackblitz.com/edit/react-yxmdia?file=index.js


Case 2 : (without grouping)

1. set the separate work hours for resources

2. and then set work hours using setWorkHours method for particular resource

3. The work hours will be changed based on the newly given workHours. But it wont. It is overwrites the existing work hours.

https://stackblitz.com/edit/react-fnwtze-asvwek?file=index.js