Hello,
i use VS 2010, .Net 4.0 and NetAdvantage 10.2 with a WebDataTree. I want to add a jquery mobile slider to some 'checkbox' tree node (it is a map-application where the user can select some tile layer by check the node, the slider is for the transparency of each layer).
I try to use templates, but get some error from the microsoft ajax js framework (strange). Is it possible to add such element to some tree nodes? What is the best way to do this?
Btw, the tree is static; i set the structure and all behavior in the aspx code.
Thanks for help
Patric
Hi Patric,
I have tried this out and have gotten the same error. It seems that jQuery Mobile (not the core) causes some conflict/problem in the ajax extensions. This is on top of the fact that the input that is 'hidden' that is used for keyboard navigation of the tree is actually enhanced by jQuery Mobile. Is there a reason that you cannot use the WebSlider to do this in your template?
regards,David Young
Hello David,
i used the jQuery Mobile Slider because the page is for Mobile Devices and i think the WebSlider of Version 10.2 is not touch enabled. Is there the same problem with Version 12.1 ?
Thanks
In a SR of 11.2 I believe, the web slider got touch support for the iPad. So 12.1 RTM will definitely have this.
regards,
David Young