Collapse all the resources at startup

Hi,

Is it possible to have all the resources collapsed at startup? I am talking about the horizontal grouping like in the sample:  http://mvc.syncfusion.com/demos/web/schedule/horizontalresourcegrouping.

Thanks,
Cornel.

3 Replies

KK Karthigeyan Krishnamurthi Syncfusion Team March 10, 2017 04:58 AM UTC

Hi Cornel,    
 
Thank you for contacting Syncfusion support. 
 
Kindly use the below code example in your sample to initially collapse the resource group. 
 
<Code> 
.ScheduleClientSideEvents(evt => 
            evt.Create("onCreate")) 
 
function onCreate() { 
        $(".e-parentnodecategory").click(); 
    } 
</Code> 
 
Regards, 
Karthigeyan 



CA Cornel Amarandei March 10, 2017 08:26 AM UTC

Hi Karthigeyan,

Thanks for your information.

It works but I cannot use it because I have a lot of resources and it takes too much time to render the Schedule.

Regards,
Cornel.


SE Sellakumar Syncfusion Team March 13, 2017 04:45 PM UTC

Hi Cornel

 

 

Thanks for your update. 

  

We deeply regret for the inconvenienced cause. Currently there is no default option to collapse resources at startup. We already logged as a improvement task, which will be available in forthcoming release. Kindly be patience until then. 

  

Regards, 

Sellakumar K 



SIGN IN To post a reply.
Loader.
Up arrow icon