Spinner or numeric up down cell in WebGrid in MVC

The following code shows how to insert jquery spinner control in your WebGrid in MVC project. For it i am showing you a simple example of WebGrid.

The following example contains a webgrid with the employee’s details including their department and salary. The code is implementing spinner into salary field so that user can change the salary through up and down buttons. Continue reading “Spinner or numeric up down cell in WebGrid in MVC”

Filtering records in WebGrid using dropdownlist in MVC

The blog entry demonstrates how you can filter the data on the basis of another control selection such as dropdown list.

The following example contains a dropdownlist with all department names and a webgrid that will contain employee’s details including their department that will be changed on the to dropdownlist selection change. Continue reading “Filtering records in WebGrid using dropdownlist in MVC”