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

Total posts: 235

RadControls for WPF -- Now with Filtering Support

the telerik blogs, July 2, 2008

Boy, am I excited! We managed to push our second public beta out of the door, getting ready for the big Q2 release. Here is what's new: I am especially proud with the new filtering support in Ra...

Improved ASPxGridView Exporting for 2008 vol 2

The ASPx Blog, June 27, 2008

Weve made some major improvements to the exporting features for the ASPxGridView. The suggestions you provided was the main reason behind these improvements. So it pays to track and create suggestions...

From Nothing to Binding a Collection in 5 Minutes with Entity Framework

Chris Love's Official Blog - Professional ASP.NET, June 27, 2008

So I thought I would just do it, use the Entity Framework, I mean how bad can it be? Well, pretty easy to be honest. Granted I just bound a collection to a GridView, but it was super easy. So I wanted...

HelpDesk ready for action

the telerik blogs, June 24, 2008

So much has been going on lately, I almost forgot to tell everyone about the integration application we released a while ago. We wanted to deliver an application which is built entirely with our RadCo...

GridView Enhancements and Fixes

The Code Project Latest Articles, June 23, 2008

Enhancements and Fixes that add features like more control over column widthes and preventing wrapping....

ASP.NET DynamicData: An Introductory Demo

Brad Abrams, June 20, 2008

I had a bit more time on my travels, so I cooked up this brief introduction to Dynamic Data.  I tried a different approach this time by showing what Dynamic Data adds to our existing data story.&...

Export and Printing RadGridView using Telerik Reporting

the telerik blogs, June 11, 2008

Hi everyone, by means of introduction my name is Martin Vassilev and I am a support officer with the Windows Forms team here at Telerik. As of late, we noticed increased interest towards RadGridView d...

RadGridView unleashed

the telerik blogs, June 9, 2008

Hello everyone, my name is Kiril Matev and I'm a software developer for the Windows Forms team at Telerik. We're all pretty excited about the newly reengineered RadGridView, which is a part of our Q1 ...

ASPxGridView's Cool New Feature: Header Filter

The ASPx Blog, May 22, 2008

A cool new feature was recently added to the ASPxGridView in the 2008 volume 1 release. 'Header Filter' is an alternative to the standard filter toolbar. Column headers can be displayed as fil...

ASPxGridView Screencast: Templates

The ASPx Blog, May 16, 2008

Templates are a great way to extend the look and feel of many ASP.NET controls. You can extend  the ASPxGridView using several different templates such the HeaderTemplate, EditFormTemplate and ma...

Scrollable Gridview with Freeze header and sort image.

The Code Project Latest Articles, May 14, 2008

this is an easy way to get Freeze GridView header and add image sort. And it works on IE,Firefox and Others. work inside and outside of updatepanel....

Telerik CAB Enabling Kit Got Rid of Its Beta Tag

the telerik blogs, May 12, 2008

Now that the 2008 Q1 release is out the door, I finally managed to spare a couple of hours for blogging. Telerik is one of the few vendors that offer support for the Composite UI Application Block (...

Hover Effects To The GridView Rows Using The CSS

The Code Project Latest Articles, May 12, 2008

This article describes how to apply hover effects on the GridView rows using CSS....

This article explains how to display totals in the GridView.

The Code Project Latest Articles, May 11, 2008

This article explains how to display totals in the GridView....

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...

Product Spotlight