Browse Forum Posts by Tags

Showing related tags and posts for the Forums application.

  • Re: Hook TreeView Up to Remote SOA Service?

    Posted to SOA.UI for .NET by milos on Apr 16, 2010
    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...
  • Re: Is there any changes to Web.UI in 2010?

    Posted to Web.UI for ASP.NET AJAX Beta Discussion by milos on Feb 1, 2010
    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.
  • Re: How to change chart legend font size?

    Posted to Chart for ASP.NET AJAX by Chris on Oct 27, 2009
    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,
  • Re: Create a Silverlight data grid

    Posted to DataGrid for Silverlight by milos on Oct 8, 2009
    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.
  • Selected Node using ClientTemplates

    Posted to TreeView for ASP.NET AJAX by joshuadavidlee on Sep 24, 2009
    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 am unable to use TreeView ClientTemplate to bind data

    Posted to TreeView for ASP.NET AJAX by joshuadavidlee on Sep 24, 2009
    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() ##
  • Very strange behavior with multiple UpdatePanels and Dialog

    Posted to ComboBox for ASP.NET AJAX by sdavis on Sep 24, 2009
    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...
  • Grid DataBind

    Posted to DataGrid for ASP.NET AJAX by InfoShan on Sep 24, 2009
    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
  • DATA SOURCE

    Posted to DataGrid for ASP.NET AJAX by amitbhatnagar.21 on Sep 24, 2009
    To which datasource grid can be bound?
  • SpellCheck Add to Dictionary

    Posted to SpellCheck for ASP.NET AJAX by Seenufrdf on Sep 22, 2009
    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
Page 1 of 2 (17 items) 1 2 Next >