News in the Category: GridView Subscribe to the rss of this category.

Total posts: 221

GridView Custom Paging with PageSize Change Dropdown

The Code Project Latest Articles, May 5, 2008

A GridView control with custom paging....

GridView Rows Navigation Using Arrow (Up/Down) Keys.

The Code Project Latest Articles, April 29, 2008

This article describes how to navigate GridView rows with the help of arrow (up/down) keys using JavaScript....

About GridView, HyperLinkField, UrlEncode

The Code Project Latest Articles, April 22, 2008

If you're puzzling how to deal with UrlEncode for a HyperLinkField of GridView, you should read it....

Sorting and Paging of an Generic GridView

The Code Project Latest Articles, April 19, 2008

How to implement sorting and paging of an generic gridview...

Breaking changes in RadGridView for WinForms Q1 2008

the telerik blogs, April 17, 2008

We at Telerik know that you, our clients, do not like breaking changes. With each release we get complaints that something has changed, even when it as small as a change in the name of a single proper...

Add Columns to GridView Programmatically

The Code Project Latest Articles, April 8, 2008

Very Simple article to show how to add columns to gridview in runtime...

CustomizeGridviewControl

The Code Project Latest Articles, April 3, 2008

CustomizeGridviewControl...

How to Create TreeView Type GridView

The Code Project Latest Articles, March 27, 2008

How to Create TreeView Type GridView...

Gridview Data Binding with not mapped NHibernate HQL result.

The Code Project Latest Articles, March 24, 2008

How to bind the object array from NHibernate HQL result in a GridView...

Using Linq to paginate your ObjectDataSource.

The Code Project Latest Articles, March 19, 2008

In this article I walk through an example that binds a gridview control to an ObjectDataSource and uses Linq queries to paginate to achieve true data pagination....

ASPxGridView: Improve Filter by Adding an '(All)' item

The ASPx Blog, March 13, 2008

Here is useful tip that can help you improve user experience. When filtering the ASPxGridView with an ASPxComboBox, you can add a new item to the top labeled "All". This can be useful when f...

How to Check/Uncheck All CheckBoxes of GridView Using One CheckBox At Header row of GridView & Delete all checked records on btnDelete Click.

The Code Project Latest Articles, March 8, 2008

How to Check/Uncheck All CheckBoxes of GridView Using One CheckBox At Header row of GridView & Delete all checked records on btnDelete Click....

GridView - Exporting and Printing

The Code Project Latest Articles, March 5, 2008

Export/Print data from gridview...

Recycling code: GridView custom control to change the row color on Mouse Over event

Al Pascual, March 4, 2008

Many people still emails me about this article I posted on codeproject on May 24th 2004. I like that still people reads old articles, however I'm not that proud of that article, really, I don'...

Simple GridView Radio Button Row Selector

The Code Project Latest Articles, February 19, 2008

A custom web control to add radio button selection to the gridview control...

GridView selection by key

The Code Project Latest Articles, February 12, 2008

Programmatically selecting a selection on a GridView using only the DataKey value...

ASP.NET - Sorting a GridView Bound to a Custom Data Object

EggHeadCafe.com New Articles, February 12, 2008

This article presents a technique for sorting a GridView populated from a list of custom data objects. It relies on the view state and does not require additional calls to the database.  read moreBy ...

GridView with edit form (template)

The Code Project Latest Articles, February 9, 2008

Comfort editing of a gridview row...

Editable Gridview in ASP.NET 2.0

The Code Project Latest Articles, February 6, 2008

This article will give you a overview how can we use a asp:gridview completely and how to use RowEditing, RowUpdating, RowDeleting, RowCommand, RowDataBound, RowCancelingEdit and Pagination in datagri...

Improving the Sort Arrows GridView Control

4GuysFromRolla.com Headlines, February 6, 2008

While the GridView control offer built-in, bi-directional sorting support, there is no visual feedback as to what column the data is sorted by. To remedy this shortcoming, I showed how to create a cu...

Selecting / Deselecting all checkboxes inside the GridView

The Code Project Latest Articles, January 28, 2008

This article describes how to select / unselect all the checkboxes inside the GridView control...

JavaScript for ensuring at least one CheckBox is checked among checkboxes inside the GridView.

The Code Project Latest Articles, January 23, 2008

This article describes how to count selected checkboxes inside a GridView control....

Using ASP.NET 3.5's ListView and DataPager Controls: Sorting Data with the ListView Control

4GuysFromRolla.com Headlines, January 16, 2008

When binding data to a GridView using a data source control, enabling sorting is as simple as ticking the "Enable Sorting" checkbox in the GridView's Smart Tag. Enabling sorting turns each GridView...

Accessing ASPxGridView's Serverside Properties From ClientSide

The ASPx Blog, January 15, 2008

Last month I was creating a sample with the ASPxGridView when I needed to access the PageIndex property from the client side. The PageIndex property holds the current page index number. I needed to u...

ASPxGridView Screencast: Initializing New Rows

The ASPx Blog, January 10, 2008

Many of you have asked how to initialize rows with custom data in the ASPxGridView. So I've created a short screencast which shows how easy it's to implement. In the screencast I demonstrate h...

Enable the back button in ASPxGridView - Experimental

The ASPx Blog, January 9, 2008

First the disclaimers/warnings. The following uses preview technology. It requires VS2008 and the ASP.NET AJAX Extensions 3.5 Preview. You asked in the forums about using the back button with the ASPx...

ASPxGridView Screencast: Filter Data

The ASPx Blog, December 27, 2007

Filtering is a powerful option which allows you to drill down into your datasource. You can provide filtering functionality by just clicking a checkbox at design time. In this screencast you'll le...

ASPxGridView Screencast: Custom Data Grouping

The ASPx Blog, December 12, 2007

The ASPxGridView allows you to create custom grouping for the data columns. In the screencast below you'll learn how to create a grouping on a price column. Usually a column is grouped by like val...

ASPxGridView Screencast: Data Grouping Basics

The ASPx Blog, December 10, 2007

The ASPxGridView supports data grouping against an unlimited number of columns. Grouping is enabled by default and there are several options for you to customize grouping within your ASPxGridView. Lea...

ASPxGridView Screencast: Custom Sorting

The ASPx Blog, December 5, 2007

The ASPxGridView let's you define custom sorting for the columns by using your own sorting algorithm. This allows you complete control over how sorting is implemented. Say you want to sort by the ...

ASPxGridView Screencast: Data Sorting Basics

The ASPx Blog, November 29, 2007

A short and informative screencast on the data sorting capabilities of the ASPxGridView. By default, sorting is enabled and you can customize the ASPxGridView columns for different sorting purposes. ...

ASPxGridView Screencast: Unbound Columns

The ASPx Blog, November 29, 2007

In this screencast youll learn how to display unbound data using unbound columns. Unbound data is typically data that does not come from your datasource. Data like calculated columns which you can ea...

Code Snip: Getting the values on GridView update event

Al Pascual, November 27, 2007

Microsoft should call it a bug, when using the GridView updating event the arguments received by the method are empty. If you have been using the GridView and to update the value, you'll find that...

Edit Individual GridView Cells (ASP.NET 2.0)

The Code Project Latest Articles, November 26, 2007

Edit individual GridView cells without putting the entire row into edit mode.Examples using the SqlDataSource and ObjectDataSource controls are included....

Display Checkboxes in ASP.NET 2.0 GridView using skins

peterkellner.net, November 24, 2007

This article shows how to take advantage of skin files to make checkboxes show up in gridview as checked, unchecked, enabled and disabled. It's tricky because skin files can not be changed dynamical...

ASPxGridView Screencast: Massive Dataset + XPO = Fast Grid

The ASPx Blog, November 20, 2007

In the DotNetRocks show #246 on ASP.NET scalability, Stephen Forte mentions one of the biggest problems with scalability is loading large datasets in a paged grid. What typically happens when displayi...

A lazy approach to fire a GridView RowCommand event from a child DropDownList control

The Code Project Latest Articles, November 3, 2007

A lazy approach to fire a GridView RowCommand event from a child DropDownList control...

Top 7 ASPxGridView Help Links

The ASPx Blog, October 26, 2007

Looking for help with the ASPxGridView? Here are the top 7 links to a wealth of grid-tastic assistance: The ASPxGridView Knowledgebase has issues, articles, suggestions and more. Chances are good tha...

ASPxGridView Quick Start: Screencasts

The ASPx Blog, October 25, 2007

Today there are four new screencasts available that cover the some of the basics of getting started with the ASPxGridView. The lessons are all short, concise and to the point (under the 3 minute mark)...

How to Fixed GridView's Header and Footer when scrolling?

The Code Project Latest Articles, October 25, 2007

Using CSS, Javascript to Fixed Gridview's Header and Footer...

Creating a Custom Pager for GridView

DotNetJunkies Just Published, October 22, 2007

The inbuilt pager of GridView control is limited to only few navigation options (numbers, next-previous etc.). At times you need to customize the pager to suit your applications requirement. One of th...

Fun With GridView*RowPresenter

Marquee de Sells: Chriss insight outlet, October 19, 2007

I was searching for advanced WPF tree samples the other day and ran into the tree-list-view sample: Notice how the left-most column does the indenting, while the rest of the columns line up nicely. ...

A very nice and complete custom GridView pager with no ViewState.

The Code Project Latest Articles, October 14, 2007

How to implement a custom pager for the Gridview without relying on ViewState or the GridView's paging features at all....

Handle the long data entries in GridView

The Code Project Latest Articles, October 9, 2007

The article descibes how ITemplate interface can be implemented for GridView control....

Building Advanced Modules...

Shaun Walker, October 8, 2007

Lets pretend you just got done with a meeting with a potential new client. After getting a feel for what he was after you compiled the following list of requirements. The module must be efficient...

A very nice and complete custom GridView pager.

The Code Project Latest Articles, October 6, 2007

How to implement a custom pager for the Gridview's PagerTemplate....

Repository Factory, GridView and ObjectDataSource with WebService Layer

EggHeadCafe.com New Articles, October 5, 2007

Repository Factory tutorial with WebService layer feeding an ObjectDataSource and GridView on a web page.  read moreBy Peter Bromberg ...

Repository Factory, GridView and ObjectDataSource with WebService Layer

Peter Brombergs UnBlog, October 4, 2007

Quick Repository Factory tutorial with a WebService data layer feeding an ObjectDataSource on a web page. Also shows how to use the ObjectDataSourceView class to insert a new row in your Gridview.read...

Repository Factory, GridView and ObjectDataSource with WebService Layer

EggHeadCafe.com New Articles, October 4, 2007

Quick Repository Factory tutorial with a WebService layer feeding an ObjectDataSource on a web page.  read moreBy Peter Bromberg...

Take Row-Level Control of Your GridView

Simple Talk, September 27, 2007

The ASP.NET GridView is great for very simple tables, but the real world is not always as straightforward as we would like it to be. Sometimes we need to specify the format of the data from the databa...

Product Spotlight