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

multithreading - Exception in Application constructor -

React Native allow user to reorder elements in a scrollview list -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -