30 items found in the jQuery Category
Enhancing The WebGrid With Sort Arrows
Mikesdotnetting
-
14 December 2012 19:24
The Web Pages WebGrid offers sorting capability out of the box. However, it's not always obvious to the user on which column the grid data is being sorted at any one time, nor the direction in which it is being sorted. The convention is to provide arrows in the column header to act as a clear visual cue. This article looks at a three ways in which you can enhance your grids with sorting arrows.
Click to read more about Enhancing The WebGrid With Sort Arrows ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
WebGrid
as
Tutorial
Viewed: 5657 times
Inline Editing With The WebGrid
Mikesdotnetting
-
13 November 2012 10:37
Unlike the Web Forms GridView control, the Web Pages WebGrid doesn't offer anything by way of inline editing capability. This article looks at one approach to solving that requirement through the addition of a sprinkling of jQuery.
Click to read more about Inline Editing With The WebGrid ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
WebGrid
as
Tutorial
Viewed: 9810 times
WebMatrix - jQuery Cascading Dropdown Lists
Mikesdotnetting
-
08 September 2012 09:56
I have looked at cascading dropdown lists with WebMatrix previously, but the approach I featured demonstrated the use of jQuery Templates. At the time, the jQuery Templates project looked promising, but since then, the jQuery team have decided not to take them beyond beta stage. So the reason for this article is to illustrate a more "traditional" jQuery approach to managing cascading dropdown lists when developing ASP.NET Web Pages using WebMatrix.
Click to read more about WebMatrix - jQuery Cascading Dropdown Lists ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
as
Tutorial
Viewed: 10102 times
Book Review - jQuery Mobile Web Development Essentials
Mikesdotnetting
-
07 August 2012 21:07
The imminent release of Visual Studio (2012) will include jQuery Mobile as part of the ASP.NET MVC 4 Mobile application template, and some enhancements to the framework to make developing for mobile devices much easier. So it was a well-timed invitation that I received from Packt Publishing to review their latest jQuery title: jQuery Mobile Web Development Essentials.
Click to read more about Book Review - jQuery Mobile Web Development Essentials ...
Filed under:
jQuery
Book Review
as
General
Viewed: 2670 times
Validation In Razor Web Pages 2
Mikesdotnetting
-
14 June 2012 12:47
The new release of ASP.NET Web Pages - version 2 - doesn't include many obvious changes, but the most significant one is an enhanced Validation system. A couple of new classes have been introduced, and Web Pages validation now works with the MVC Unobtrusive jQuery validation library. This article explores the new validation system and sees what it brings to the party.
Click to read more about Validation In Razor Web Pages 2 ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 47950 times
Using Knockout With Razor Web Pages In WebMatrix 2
Mikesdotnetting
-
09 June 2012 11:40
Knockout is an increasingly popular JavaScript UI library. Its popularity is likely to increase among ASP.NET developers soon as it comes as part of some of the new MVC 4 site templates. This article looks at what Knockout is, what problems it is intended it solve and how to use it in an ASP.NET Razor Web Pages site built in WebMatrix.
Click to read more about Using Knockout With Razor Web Pages In WebMatrix 2 ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 12147 times
Efficiently Displaying Hierarchical Data With The jQuery Accordion In Razor Web Pages
Mikesdotnetting
-
03 June 2012 10:30
A frequent requirement is to display data hierarchically, such as products by category. This article shows how to use LINQ to Objects and the jQuery Accordion to display the result of a database query in such a fashion within Razor Web Pages.
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 8974 times
Displaying Search Results In A WebGrid
Mikesdotnetting
-
27 August 2011 16:57
A number of people have run into problems when trying to combine a search or filter form, and a WebGrid. The main issue that arises is when paging or sorting the search result or a filtered subset of it. Here, I look at the cause of the problem and what you can do about it.
Click to read more about Displaying Search Results In A WebGrid ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
WebGrid
as
Snippet
Viewed: 15223 times
How To Maintain Scroll Position When Paging Or Sorting A WebGrid
Mikesdotnetting
-
23 August 2011 21:13
This snippet is one in a series showing how to use jQuery to enhance the behaviour of a Web Pages WebGrid. This example shows how to maintain scroll position on the page when paging or sorting the WebGrid.
Click to read more about How To Maintain Scroll Position When Paging Or Sorting A WebGrid ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
WebGrid
as
Snippet
Viewed: 6917 times
How To Make A WebGrid Row Clickable
Mikesdotnetting
-
23 August 2011 11:23
This snippet is one in a series showing how to use jQuery to enhance the behaviour of a Web Pages WebGrid. This example shows how to make an entire row clickable so that the user is taken to another page that displays details of the selected row.
Click to read more about How To Make A WebGrid Row Clickable ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
WebGrid
as
Snippet
Viewed: 31168 times
jQuery Autocomplete with Razor Web Pages and a SQL CE Database
Mikesdotnetting
-
16 August 2011 09:23
There are a number of autocomplete solutions for jQuery, including the widget that comes as part of the jQuery UI library. This article looks at incorporating the jQuery UI Autocomplete widget into a Razor-based ASP.NET Web Pages site.
Click to read more about jQuery Autocomplete with Razor Web Pages and a SQL CE Database ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 16481 times
WebMatrix and jQuery Forms Part 2 - Editing Data
Mikesdotnetting
-
06 August 2011 17:33
This article continues on from one I wrote a while ago, showing how to use jQuery to create a data entry form in conjunction with the WebGrid. The original article prompted a number of requests to show how to extend the example to provide editing functions, and now I have found some time to answer those requests.
Click to read more about WebMatrix and jQuery Forms Part 2 - Editing Data ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
WebGrid
as
Tutorial
Viewed: 8123 times
Razor, Cascading Select Lists and jQuery Templates - A New Twist
Mikesdotnetting
-
04 January 2011 22:20
jQuery Templates enable easy client-side generation of html. When combined with JSON data or other JavaScript objects, jQuery Templates provide a way to create a dynamic data-driven site without any server-side code whatsoever. However, in this article I will look at how they can be used to produce cascading select lists in a Razor Web Pages site.
Click to read more about Razor, Cascading Select Lists and jQuery Templates - A New Twist ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 22116 times
Building Mobile Apps with WebMatrix and jQuery Mobile
Mikesdotnetting
-
12 December 2010 21:52
jquery Mobile was launched just a month or so ago, and is designed to make it as easy to build JavaScript-enabled web applications for mobile phones as for the desktop browser. Still in Alpha, the library has a way to go, but it already offers a rather interesting experience when used as part of a mobile phone targeted web application. Here's a first look at how to use jQuery Mobile with WebMatrix to build a mobile web application.
Click to read more about Building Mobile Apps with WebMatrix and jQuery Mobile ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
Razor
as
Tutorial
Viewed: 31747 times
WebMatrix - Testing the WebImage Helper With JCrop
Mikesdotnetting
-
17 October 2010 09:06
My original JCrop article which looked at cropping uploaded images in ASP.NET has proven to be the most popular coding article I've ever written, with more views and comments than any other. Revisiting JCrop in the context of Web Pages gives me the opportunity to have a look at the WebImage helper, and see how that might make uploading and cropping images easier.
Click to read more about WebMatrix - Testing the WebImage Helper With JCrop ...
Filed under:
jQuery
ASP.NET Web Pages
WebMatrix
as
Tutorial
Viewed: 9066 times


