Many of the examples that demonstrate how to perform CRUD operations against the WebDataGrid either use the ObjectDataSource mapped to POCOs or implement persistence operations by interfacing with a POCO repository directly.
ASP.NET view state is a touchy subject. In recent years the entire concept of view state has…
Passing an array of values conforming to the schema of the data source to the add function adds data to the data source:
$find(<GRID_CLIENT_ID>).get_rows().add(<NEW_VALUES_ARRAY>);
To remove a row, the…
This article aims to get you acquainted with the very basics when working with the WebDataGrid. The below examples demonstrate how to quickly bind the grid to some data, customize a few columns and change the look and feel of the grid.
Begin…
One of the first issues you encounter when working with a data bound control is the decision of how to provide data to the control. The WebDataGrid works with many data source options and this article will demonstrate how to use three of the most…
A common question I get when customers are working with data bound controls is:
How do I easily access the primary key [or any other piece of extra data] on the client, and still hide it from the user?
The concept lies in placing the…
At least once per week I get the question - “How can I make this page run faster”. We can break down ASP.NET performance into two main categories, size and speed. Not surprisingly, size has a direct correlation with speed. But…
With the release of NetAdvantage 2009.1 the WebDataGrid now features the ability to move columns in the grid. This article demonstrates how to persist the grid layout so you may keep new column sequences for future use by your users.
Note: Make sure…
Watch the video here
This article demonstrates how to implement a WebDataGrid custom pager with the following features:
Read the article here
Learn to customize the WebDataGrid pager template. This video includes the following:
Learn to persist changes users make to the column orderings on the WebDataGrid. See how using extension methods makes it easy to write clean code while adding functionality to Infragistics controls.
Make sure to check out the companion article to this…
Learn to use the Infragistics WebExcelExporter control to export data from WebDataGrid. See how to customize the exporter to:
The default behavior of the Row Edit Template in the WebDataGrid is to appear directly above or below the selected row. This video demonstrates how to set an explicit location on the page for the row edit template.
Duration: 5:22
This video will help you learn how to use some of the basic paging features in WebDataGrid. Topics covered include modifying the look and feel of the paging UI with features like Quick Pages. You will also learn how to customize the page results to change…
Learn to add a WebDropDown control to the WebDataGrid editors to make editing related data a painless experience for the user.
Duration: 8:04
Learn how to include client-side validators in the WebDataGrid during CRUD operations. See how to use stock ASP.NET validation controls as well as working with custom validators. Finally, learn to customize the validation message with a custom style.
This is a video demonstrates how to use the WebDataGrid’s extensible paging functionality. With just a little bit of code, you can add a WebSlider to the WebDataGrid's pager, enabling the user to navigate different pages by simply dragging the marker…
Learn to persist row selections across WebDataGrid paging and virtual scrolling. See how to access in and out-of-scope rows in the codebehid.
Duration: 8:21
In this video you learn how to add, edit and delete data with a few small operations. You also learn to batch updates and add simple Ajax interaction to give your page a smooth streamlined feel.
Duration: 13:18
The Ajax Indicator is control that allows you to display a message or image while the page is making an Ajax request. This videos shows you how to configure the indicator in the WebDataGrid. While this demonstration deals with the WebDataGrid specifically…
Learn to customize the headers and footers in the WebDataGrid. Customizations include creating image headers and using template controls for the headers and footers.
Duration: 5:23
With the release of 2010.2, Infragistics have added a new component to the toolbox called WebExcelExporter. This component enables developers to take the data displayed in either the WebDataGrid or the WebHierarchicalDataGrid and export it to Excel. It…
In this video, you will learn how to enable jQuery templates for the WebDataGrid and use the latest jQuery project official plug-in within your ASP.NET web applications.
Learn to create an Ajax-enabled master/detail page using the WebDataGrid. In this video you will also learn how to implement the equivalent of a hidden column while the Activation behavior is enabled.
Duration: 15:49