-
I had assumed that it was TreeView for Silverlight that you were referring to. In the case of the AJAX TreeView, SoaService must be set to the contract name, and it's web.config (and the ScriptManager) which are used to configure the service to ensure that proper JS proxy classes are generated on the client. To answer your second question: Yes, you can use any kind of service, as long as it is registered with the ScriptManager. Use the WebService and WebServiceMethod properties of the TreeView...
-
ladams, the main new addition to the AJAX controls is the powerful new AutoTheming system. You can see this functionality in action in our MVC demo application . The functionality is also present in the AJAX controls, and we will be updating the AJAX demos to showcase it. Let us know what you think.
-
If you are using the Wizard, click Other, then click the ... button next to Font...then select the font you want. If you are setting this in code behind: Chart1.Legend.Visible = true ; Chart1.Legend.Font = new System.Drawing.Font(" Arial ", 16); Hope this helps. Cheers,
-
memmelaar, the Silverlight controls can only be used within the context of a Silverlight application. Note that the Silverlight application doesn't necessarily have to span the entire screen - you can have "islands" of Silverlight functionality within your AJAX application. You would still use the same approach as seen in our demos (and, yes, you will need a XAP); it's only the size of the Silverlight plugin on the aspx page that would be reduced. I hope this helps.
-
I would like to be able to have a SelectedNode Template for my treeview.
So far I have made a SelectedNode Template and using the onSelect event I have changed its template using javascript and it works fine.
However I do not know how to get the PREVIOUS node so I can reset its client template to the normal template?
Any examples or advice on this one?
-
I always get this error when trying to bind to a ClientTemplate: Microsoft JScript runtime error: Object doesn't support this property or method here is my code: ## DataItem.GetProperty('Text').get_value() ##
-
I have ran into a strange issue with the ComboBox combined with multiple UpdatePanels and the ComboBox being hosted in a Dialog. If the dialog, which is contained an UpdatePanel, is displayed by setting the IsShowing property equal to true during a partial page postback initiated by a button in a different UpdatePanel, the ComboBox dropdown arrow does not work initially. If you place the cursor in the textbox and press the down arrow key on your keyboard and THEN click the dropdown arrow it begins...
-
I have a problem with grid data bind during manual paging.All the page data are displayed except the 2nd page data.
I can see that datasource has the 2nd page data but for some reason its not displayed.Let me know if there is a solution for this.
Thanks
-
To which datasource grid can be bound?
-
Hi, Add to dictionary is not working fine. we want to add a word to user-defined dictionary. Sugession list must be shown from both dictinary & user-defined dictionary. Please help me its urjent. Thanks Sreenivas