News in the Category:
GridView
Total posts: 235
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...
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...
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...
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...
The Code Project Latest Articles, June 23, 2008
Enhancements and Fixes that add features like more control over column widthes and preventing wrapping....
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.&...
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...
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 ...
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...
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...
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....
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 (...
The Code Project Latest Articles, May 12, 2008
This article describes how to apply hover effects on the GridView rows using CSS....
The Code Project Latest Articles, May 11, 2008
This article explains how to display totals in the GridView....
The Code Project Latest Articles, May 5, 2008
A GridView control with custom paging....
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....
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....
The Code Project Latest Articles, April 19, 2008
How to implement sorting and paging of an generic gridview...
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...
The Code Project Latest Articles, April 8, 2008
Very Simple article to show how to add columns to gridview in runtime...
The Code Project Latest Articles, April 3, 2008
CustomizeGridviewControl...
The Code Project Latest Articles, March 27, 2008
How to Create TreeView Type GridView...
The Code Project Latest Articles, March 24, 2008
How to bind the object array from NHibernate HQL result in a GridView...
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....
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...
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....
The Code Project Latest Articles, March 5, 2008
Export/Print data from gridview...
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'...
The Code Project Latest Articles, February 19, 2008
A custom web control to add radio button selection to the gridview control...
The Code Project Latest Articles, February 12, 2008
Programmatically selecting a selection on a GridView using only the DataKey value...
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 ...
The Code Project Latest Articles, February 9, 2008
Comfort editing of a gridview row...
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...
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...
The Code Project Latest Articles, January 28, 2008
This article describes how to select / unselect all the checkboxes inside the GridView control...
The Code Project Latest Articles, January 23, 2008
This article describes how to count selected checkboxes inside a GridView 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...
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...
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...
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...
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...
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...
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...
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 ...
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. ...
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...
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...
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....
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...
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...