Will they dance together? Well, guess not that easy. When you are using RadToolTipManager and set its ‘AutoTooltipify’ property to “true”, every element on the page that has a 'title' attribute will be automatically “tooltify” with RadToolTip instead of the yellow default one. The RadToolTip and RadDock integration problem: The expected behavior is to have only one tool tip, the telerik’s one, absolutely not double tooltips (telerik’s and the default). Updated to the current version of the...
In our current project we are using the RadControls toolkit for ASP.NET AJAX from Telerik at the presentation layer. One of the controls we were used the most was the RadComboBox for its wide client side API, enables you to make changes at the client side without bothering the server with tasks like filling new list of items, remove some etc. I had few cascading combo boxes and I was using AJAX web-service to add items to the one depends on the other selected value on the client-side. Everything...