Articles : Page 1 of 2
- Filter:
- Telerik
-
Creating Rich View Components in ASP.NET MVC
Mar 1024One of the nice thing of our Telerik Extensions for ASP.NET MVC is, it gives you an excellent extensible platform to create rich view components. In this post, I will show you a tiny but very powerful ListView Component. Those who are familiar with the Webforms ListView component already knows that it has the support to define different parts of the component, we will have the same kind of support in our view component. Before showing you the markup, let me show you the screenshots first, lets...
-
Telerik ASP.NET MVC Grid Preview (Take 2)
Nov 0929In the last post, I have shown you how you can extend the ASP.NET MVC2 templates and some of the issues of the current beta. In this post, I will show you how we are taking advantages of the new DisplayFor/EditorFor in our MVC Grid. One of the benefit of using those statements in our grid is, you can host any kind of component in an individual cell, obviously the first two components will be the DateTimePicker and NumericTextBox that we are going to include in our next release. One of the mo...
-
Telerik Extensions for ASP.NET MVC Survey
Nov 0916Dear readers, as you know that we have released our beta few weeks back, we are currently looking for your feedback on the existing features as well as the features that you would like to see in our next release. This is a very short survey only 4/5 screens to complete, click here to submit your valuable feedback. Thanks in advance for your precious time. ...
-
Web Asset Enhancements in Telerik Extensions for ASP.NET MVC
Nov 0909[Updated: Source code attached] In the recent release, there has been few enhancements in the Web Asset Management. One of the new thing that we introduced which was actually requested by the community is Shared Web Asset. In this post, I will show you, how to use it in your ASP.NET MVC Application. In the previous version, you can only define the web assets either in the ScriptRegistrar or StyleSheetRegistrar like the following: <% Html.Telerik() .ScriptRegistrar() .Scripts(scripts => ...
-
Using Telerik MVC Grid in CRUD Scenario
Nov 0905I am proud to inform you that yesterday we released our Q3 2009 version of Telerik Extensions for ASP.NET MVC. As promised this release includes: Grid Menu PanelBar TabStrip You can find the live version and source codes in the following locations: Live Version Source Code Also checkout the product home page and part-II of Tod’s unofficial faq. In this post, I will show you how to create a basic CRUD(Create/Read/Update/Delete) application with our new MVC Grid. I will be ...
-
Telerik ASP.NET MVC Grid Preview (Take 1)
Sep 0916Those who have seen my tweet, already know that we have started working on our ASP.NET MVC Grid. In post I will show you the very early version of our Grid, so that you can provide your valuable feedback to guide us in the right direction. So far, we have implemented the paging and multi-column sorting. Let me show you the minimum code to set it up. First, we will create an action method which creates some random data for view: public ActionResult Basic() { Random rnd = new Random(); ILis...
-
ASP.NET MVC and Authorization and Monkey Patching
Sep 0906[Update: Maarten Balliauw confirmed that he has applied the suggested fix in MVC Sitemap provider] As you know that we will be including Menu in our final release, when defining the menu, it will allow to specify the Route Name, Controller/Action name and associated route values for an menu item so that we can generate the corresponding url. One of the basic feature that we want to include is, when rendering the Menu it will scan through the controller’s actions and only render the menu item...
-
Telerik Extensions for ASP.NET MVC – Upcoming ScriptRegistrar Preview
Aug 0929[Update: I have updated the images with a recent version which more clarifies the whole picture, the result shows the parallel version is 2x fast comparing to the plain.] In this post, I will give you a sneak preview of the ScriptRegistrar major enhancement. Those who have checked our ScriptRegistrar or followed my blog for last few weeks already know that it has out of box support for Grouping. Combining, Caching, Compressing, Synchronizing statements between Master/Content and as far as I ...
-
Convention over Configuration and Telerik Extensions for ASP.NET MVC
Aug 0927Convention over Configuration is getting more and more popular in the .NET space, especially after the release of ASP.NET MVC. In our extensions, there are quite a few places where you will find this concept, lets consider the following snippet of ScriptRegistrar: <% Html.Telerik().ScriptRegistrar() .Scripts(script => script.AddGroup( "validation", group => group.Add("jquery.validate.js") .Add("xVal.jquery.validate.js") .Combined(true) ) ) .Render(); %> Check that we did not mention any p...
-
Introducing Telerik Extensions for ASP.NET MVC
Aug 0912[Update: We have just upload the source code in CodePlex. Check it out.] [Update: Also checkout the Atanas post where he detailed our plans and goals of this product.] Today, we have released our first public community technology preview of our ASP.NET MVC Extensions. This is a very lightweight framework for developing ASP.NET MVC View Components that we are working for last few months. There are few key points that I like to mention: It is Open Source (dual licensed), yes you heard me. I...
- 1
- 2

