I am new to javascript. I am using this http://www.meadmiracle.com/dlb/DLBPlugin.aspx in mvc3.
I don’t need those filters in the above link. If I remove them from my view, I am getting exception. So how to modify the .js file?
I am new to javascript. I am using this http://www.meadmiracle.com/dlb/DLBPlugin.aspx in mvc3. I don’t
Share
Absolute simplest solution: use CSS
display: noneto hide the elements that you don’t want to show.You could also disable filtering with the
useFilters: falseoption. — see this demo page.