Browse by Tags
All Tags »
Telerik (
RSS)
In this demonstration of the U.S. General Services Administration (GSA) BASICS Web Application Reviewers Administration pages, we see the effective use of combining ASP.NET controls with RadControls. This is not a video demonstrating how to use the controls...
This morning I attended the Telerik webinar, "What's New in Q3 2010." It included new features in the ASP.NET AJAX , MVC , and OpenAccess ORM components. I have been waiting for this one for a long time: an ASP.NET Ajax Coverflow option on the Image Rotator...
This project uses C#, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial. In this C# project, I use RadChart to create a 3x3 Heatmap using the Gantt Chart in code-behind...
This project uses VB.NET, 3.5 Framework, and was created using Visual Studio 2008. If you do not own Telerik, please download and install the Telerik free trial. In this VB.NET project, I use RadChart to create a 3x3 Heatmap using the Gantt Chart in code...
In my previous post, I showed how to create a Visual Studio Solution and Web Site . In this post, I'll show how to register the Telerik.Web.UI.WebResource within your Visual Studio Project. If you do not own the Telerik RadControls for ASP.NET Ajax collection...
I have spent the last two weeks researching the latest ASP.net technologies and I have to admit, my mind's been swimming with the mass amount of new things out there to learn. I purchased Visual Studio 2008 with framework 3.5 and SP1 and Windows Web Server...
Telerik VB Dynamic Data Field Templates - DateTime Edit RadDatePicker: datetime_edit.ascx <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <telerik:RadDatePicker ID="RadDatePicker1" runat="server" DbSelectedDate...
Here is a Telerik VB Dynamic Data Field Templates - Foreign Key Edit RadComboBox: foreignKey_edit.ascx <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <telerik:RadComboBox ID="DropDownList1" runat="server...
Here is a customFieldTemplate for Decimal Edit using VB and Telerik controls - RadNumericTextBox : decimal_edit.ascx <%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %> <telerik:RadNumericTextBox runat="server...
More Posts