Telerik blogs
  • Web ASP.NET AJAX

    JavaScript >> Get Any CSS Property Value of an Object using $style

        This is the first of a series of blog posts providing Javascript and CSS tips and tricks aimed to help you in your day-to-day work with web user interfaces. Anyone who needs to polish a user interface and make it truly cross-browser has hit the wall of browser differences, bugs and inconsistencies. There are plenty of resources on the Internet discussing workarounds to some of those problems - but our team's front-end developer Martin and I believe that in "our" bag of tricks there are some interesting ones as well. We will try to roll out at least 20...
    September 16, 2008
  • Web ASP.NET AJAX

    How To: Telerik RadGrid for ASP.NET AJAX client-side data-binding to WCF

    In continue to my previous posts related to RadGrid for ASP.NET AJAX client-side data-binding, I've created new example how to bind the grid to a WCF service: web.config service registration: <system.serviceModel>     <behaviors>         <serviceBehaviors>             <behavior name="ServiceBehavior">                  <serviceMetadata httpGetEnabled="true"/>                  <serviceDebug includeExceptionDetailInFaults="false"/>...
    September 16, 2008
  • Productivity

    Showing "tooltips" for list items in RadComboBox

    There are two ways of doing this: The first approach is to assign directly the text to be displayed to every ComboBoxItem. This is done through the API or through the design time. You must assign the required text to every item’s ToolTipText.     The second approach is to handle the ToolTipTextNeeded event where custom logic can be applied: private voidTestComboBox1_Load(objectsender, EventArgs e) {     ComboPopupForm parent = this.radComboBox1.ComboBoxElement.ListBoxElement.ElementTree.Control asComboPopupForm;     if(parent != null)     {         parent.ToolTipTextNeeded += newTelerik.WinControls.ToolTipTextNeededEventHandler(radComboBox1_ToolTipTextNeeded);     } } Add...
    September 15, 2008
  • Release

    Another Free RadWebinar: RadGridView for WinForms

    WinForms developers, mark your calendars! Telerik and Falafel have teamed up to bring you another FREE RadWebinar on October 1, 2008 from 12:30 PM - 2:30 PM EST. In case you've never attended a previous RadWebinar, I highly recommend you check it out. They are a great way to get up to speed with the RadControls or to get your questions answered by Telerik experts. This next RadWebinar will be a 2-hour session demonstrating how to use the RadGridView for WinForms and will be taught by none other than Falafel President and CEO Lino Tadros. Some of the main topics Lino...
    September 15, 2008
  • People

    Skin Exchange Contest Winners

    Our Community Skin Contest is over! A big thank you goes to all members who generously shared their skins with the rest of the community. The winners of the Skin Exchange Contest, as voted by our community, are:1st place - an Xbox and a free RadControls for ASP.NET AJAX + WinForms + Telerik Reporting license goes to Daniel Jonsson in Iceland for his D1040 RadControls Common Skin. 2nd place and a free RadControls for ASP.NET AJAX + WinForms + Telerik Reporting license goes to Miglena Nikolova from Bulgaria for her RadMenu Shade Skin.3rd place and a free RadControls for ASP.NET AJAX license...
    September 15, 2008
  • Web ASP.NET AJAX

    JavaScript >> Get Any CSS Property Value of an Object using $style

        This is the first of a series of blog posts providing Javascript and CSS tips and tricks aimed to help you in your day-to-day work with web user interfaces. Anyone who needs to polish a user interface and make it truly cross-browser has hit the wall of browser differences, bugs and inconsistencies. There are plenty of resources on the Internet discussing workarounds to some of those problems - but our team's front-end developer Martin and I believe that in "our" bag of tricks there are some interesting ones as well. We will try to roll out at least 20...
    September 16, 2008
  • Web ASP.NET AJAX

    How To: Telerik RadGrid for ASP.NET AJAX client-side data-binding to WCF

    In continue to my previous posts related to RadGrid for ASP.NET AJAX client-side data-binding, I've created new example how to bind the grid to a WCF service: web.config service registration: <system.serviceModel>     <behaviors>         <serviceBehaviors>             <behavior name="ServiceBehavior">                  <serviceMetadata httpGetEnabled="true"/>                  <serviceDebug includeExceptionDetailInFaults="false"/>...
    September 16, 2008
  • Productivity

    Showing "tooltips" for list items in RadComboBox

    There are two ways of doing this: The first approach is to assign directly the text to be displayed to every ComboBoxItem. This is done through the API or through the design time. You must assign the required text to every item’s ToolTipText.     The second approach is to handle the ToolTipTextNeeded event where custom logic can be applied: private voidTestComboBox1_Load(objectsender, EventArgs e) {     ComboPopupForm parent = this.radComboBox1.ComboBoxElement.ListBoxElement.ElementTree.Control asComboPopupForm;     if(parent != null)     {         parent.ToolTipTextNeeded += newTelerik.WinControls.ToolTipTextNeededEventHandler(radComboBox1_ToolTipTextNeeded);     } } Add...
    September 15, 2008
  • Release

    Another Free RadWebinar: RadGridView for WinForms

    WinForms developers, mark your calendars! Telerik and Falafel have teamed up to bring you another FREE RadWebinar on October 1, 2008 from 12:30 PM - 2:30 PM EST. In case you've never attended a previous RadWebinar, I highly recommend you check it out. They are a great way to get up to speed with the RadControls or to get your questions answered by Telerik experts. This next RadWebinar will be a 2-hour session demonstrating how to use the RadGridView for WinForms and will be taught by none other than Falafel President and CEO Lino Tadros. Some of the main topics Lino...
    September 15, 2008
  • People

    Skin Exchange Contest Winners

    Our Community Skin Contest is over! A big thank you goes to all members who generously shared their skins with the rest of the community. The winners of the Skin Exchange Contest, as voted by our community, are:1st place - an Xbox and a free RadControls for ASP.NET AJAX + WinForms + Telerik Reporting license goes to Daniel Jonsson in Iceland for his D1040 RadControls Common Skin. 2nd place and a free RadControls for ASP.NET AJAX + WinForms + Telerik Reporting license goes to Miglena Nikolova from Bulgaria for her RadMenu Shade Skin.3rd place and a free RadControls for ASP.NET AJAX license...
    September 15, 2008