Dynamic hierarchy levels in the scheduler

Hello, 

is it possible to display resources with any number of hierarchy levels in the scheduler?

The simplified resource class looks like this:


public class Resource
{
     public int Id { get; set; }
     public string ResourceName { get; set; }
     public int? ParentResourceId { get; set; }
}

1 Reply

SK Satheesh Kumar Balasubramanian Syncfusion Team August 25, 2023 05:55 AM UTC

Hi AF,

Yes, it is possible to display resources with any number of hierarchy levels. Please refer to the documentation below for your reference.


Regards,
Satheesh Kumar B

Loader.
Up arrow icon