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 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -