asp.net mvc - Jquery components not working with Telerik JQuery(false) -


i add telerik treeview page , noticed treeview not expanding. noticed in _layout file, had line

 @html.telerik().scriptregistrar().defaultgroup(group => group.combined(true).compress(true)).ondocumentready(                  @<text>                      prettyprint();                  </text>).jquery(false); 

i removed .jquery(false) in line , treeview works fine,but other components on page use jquery (like date picker) stopped working. how can ensure works?


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -