News in the Category:
GridView
Total posts: 353 | Sort by Views | Sort by Hits
The Code Project Latest Articles, February 17, 2010
Views: 293 | Hits 61
Extended GridView with Fixed Header and Pager...
4GuysFromRolla.com Headlines, February 3, 2010
Views: 294 | Hits 39
Like every Web control in the ASP.NET toolbox, the GridView includes a variety of style-related properties, including CssClass, Font, ForeColor,
BackColor, Width, Height, and so on. The GridView als...
the telerik blogs, February 1, 2010
Views: 238 | Hits 5
One more RadGridView behavior frequently requested by our clients is to display a message when there are no records to display. A typical real life scenario would be a RadGridView displaying a list of...
the telerik blogs, February 1, 2010
Views: 275 | Hits 5
A common scenario when entering data is a cascade of comboboxes , where the list in the next combo is populated after selecting a value in the previous. A typical example is selecting a countr...
the telerik blogs, January 22, 2010
Views: 303 | Hits 4
The Q1 2010 release is approaching fast, and we are working overtime to deliver major new features into RadControls for WinForms. A brand new Visual Style Builder is on its way, as well as an updated ...
the telerik blogs, January 22, 2010
Views: 254 | Hits 3
If you are familiar with the RadGridViews Custom Filtering Functionality you probably know that you can create any kind of user control to replace the default one which looks like this: Very often, ...
The Code Project Latest Articles, January 21, 2010
Views: 215 | Hits 35
Extracting Values from a Gridview...
The Code Project Latest Articles, January 21, 2010
Views: 216 | Hits 38
Accessing a DropDownList and its events inside a GridView....
the telerik blogs, January 19, 2010
Views: 258 | Hits 6
Earlier this week while working on another blog entry, I ran into a unique situation involving the RadGridView. Basically, what I am doing is retrieving user status data from Facebook using the Facebo...
the telerik blogs, January 8, 2010
Views: 430 | Hits 10
Inspired by Brad Abrams marvelous series of blog posts, I have decided to create a simple project demonstrating how to harness the enormous power of RIA Services with Telerik RadGridView for Silverlig...
the telerik blogs, January 6, 2010
Views: 242 | Hits 5
Earlier this week, I posted a video on Telerik TV explaining the different techniques you can use to create a hierarchical RadGridView. Today I thought I would take some time out to explain those tech...
The ASPx Blog, December 30, 2009
Views: 271 | Hits 29
The DevExpress ASP.NET pivot grid now supports row caching with the DXperience 2009 volume 3 release. Good For Scalability This feature was first introduced for the ASPxGridView and heres how row...
the telerik blogs, December 28, 2009
Views: 334 | Hits 5
Using FixedDocument, DocumentViewer and PrintDialog you can easily create your own print and/or print preview for RadGridView for WPF. Ive made two extension methods Print() and PrintPreview() ...
The Code Project Latest Articles, December 23, 2009
Views: 258 | Hits 40
This article describes how you can use ComponentOnes PDF and Excel components to export the content of Grid controls, so users can easily analyze, annotate, and distribute the data. The GridView, PDF,...
the telerik blogs, December 15, 2009
Views: 258 | Hits 2
As you probably know, RadControls for WinForms are built on top of our own Telerik Presentation Framework. This especially designed framework gives you the ability to extend the existing RadControls...
the telerik blogs, December 11, 2009
Views: 384 | Hits 2
In one of my previous blog posts I have explained how to display hierarchical data with Row Details. Now, if you are familiar with Row Details features, you know that you are not limited to showing th...
the telerik blogs, December 11, 2009
Views: 344 | Hits 1
It was time to spend a little time to update the UI of the Tools included in the RadControls for WinForms suite. Not because we did not like the old design - quite the contrary - the green Telerik the...
the telerik blogs, December 1, 2009
Views: 301 | Hits 2
In the last couple of weeks we have received several requests for a new feature. Imagine that you want to display RadGridView already filtered by a certain criteria. You could always do this in the pa...
the telerik blogs, November 24, 2009
Views: 468 | Hits 4
As you may already know, RadGridView received a "filtering" boost with our latest release. As a developer, you are no longer stuck with the default filtering user interface. With the introduction of...
The Code Project Latest Articles, November 20, 2009
Views: 463 | Hits 67
This article talks about inserting a new record in the Listview which has user interface as a gridview. It also explains inline edit and delete functionality....
The Code Project Latest Articles, November 14, 2009
Views: 417 | Hits 45
Edit individual GridView cells without putting the entire row into edit mode.Examples using the SqlDataSource and ObjectDataSource controls are included....
The Code Project Latest Articles, November 12, 2009
Views: 493 | Hits 90
Give users the ability to show or hide GridView columns as they require...
DevX: .NET Feed, October 30, 2009
Views: 556 | Hits 53
Programmatically adding an image command field to a GridView is relatively easy. This tip shows how....
ScottGus Blog, October 23, 2009
Views: 502 | Hits 53
This is the tenth in a series of blog posts Im doing on the upcoming VS 2010 and .NET 4 release. In todays blog post Im going to cover a small but really nice improvement to code intellis...
the telerik blogs, October 22, 2009
Views: 724 | Hits 11
Ive made small example on how to load on demand RadGridView hierarchy child data using MVVM and RIA service: Using partial classes you can extend very easily generated code with...
The Code Project Latest Articles, October 20, 2009
Views: 808 | Hits 127
GridView inside GridView with master detail edit delete insert option...
the telerik blogs, October 13, 2009
Views: 713 | Hits 9
We received a question today in regards to a binding issue with RadGridView, or rather an issue with an Image in a custom cell template that the customer was trying to bind to a custom value. They had...
The Code Project Latest Articles, October 12, 2009
Views: 609 | Hits 116
ASP .NET GridView with search option in the footer...
the telerik blogs, October 12, 2009
Views: 546 | Hits 7
The Asset Manager Module
The asset manager module is a basic CAB module that contains one view, the AssetListing view. The AssetListing view contains a RadGridView bound to a list ofasset business obj...
the telerik blogs, October 7, 2009
Views: 611 | Hits 5
PART II [example: Conditional formatting of cells in RadGridView for WPF and Silverlight] Lets say we have a list of products and we need to mark higher prices (>15.00) with a red colo...
the telerik blogs, October 1, 2009
Views: 453 | Hits 8
PART I [example: Adding an Insert new row button to RadGridView ] Certain scenarios require adding additional behaviors and/or visuals to RadGridView. Implementing these as integrated features in RadG...
the telerik blogs, September 30, 2009
Views: 449 | Hits 4
PART I [example: Adding an Insert new row button to RadGridView ] Certain scenarios require adding additional behaviors and/or visuals to RadGridView. Implementing these as integrated features in RadG...
The Code Project Latest Articles, September 24, 2009
Views: 563 | Hits 93
A slightly different way to look at GridView Edit...
the telerik blogs, September 22, 2009
Views: 305 | Hits 20
Howdy folks! The RadControls for XAML Q3 Beta1 is out and it features an updated version of the RadChart control. We receive dozens of feature requests every day and one of the more substantial ones i...
The ASPx Blog, September 22, 2009
Views: 615 | Hits 45
Check out this short article on how to use the row caching property of the ASPxGridView and an upcoming feature of the ASPxPivotGrid: What is EnableRowsCache? In general, this is a good feature bec...
the telerik blogs, September 18, 2009
Views: 399 | Hits 5
Howdy folks! The RadControls for XAML Q3 Beta1 is out and it features an updated version of the RadChart control. We receive dozens of feature requests every day and one of the more substantial ones i...
The ASPx Blog, September 14, 2009
Views: 758 | Hits 26
I have good news for Visual Basic developers interested in the DevExpress Dynamic Data Grid called the ASPxDynamicGridView. After getting several of your requests, I finally had a chance to sit down...
The Code Project Latest Articles, September 14, 2009
Views: 486 | Hits 47
A bit different way to look at GridView Edit...
The Code Project Latest Articles, August 30, 2009
Views: 650 | Hits 90
If you hate naming controls in the footer row of your gridview to do an insert this article is for you....
The Code Project Latest Articles, August 27, 2009
Views: 608 | Hits 87
Reference GridView cells using column names....
ASP.NET Announcements, August 3, 2009
Views: 987 | Hits 79
I just published a blog post with my implementation of a paging gridview in MVC. I hope you find it useful!http://www.brightmix.com/blog/asp-net-mvc-gridview/...
the telerik blogs, July 30, 2009
Views: 1,374 | Hits 19
The main goal of the Row Details feature is to let you present additional information about a row. This makes row details the perfect candidate for presenting hierarchical data. My sample uses...
Mehfuzs WebLog, July 19, 2009
Views: 474 | Hits 57
Now , it happens that you go to McDonalds website order an item for you. It could happen that price of the menu changed or new one comes to the menu. Now, generally it can happen that admin can go tho...
The ASPx Blog, July 10, 2009
Views: 1,080 | Hits 155
Check out this neat new style thats added to the ASPxGridView: Hot-tracking for data rows: Hot-tracking means that a grid row is highlighted when the end-users mouse moves over the row. Grid rows ...
Telerik News RSS Feed, July 8, 2009
Views: 620 | Hits 19
New Controls: RadColorPicker official edition - Select from the 25 color
palettes coming with Telerik WPF ColorPicker. A lightweight UI
component, yet highly configurable and customizable, RadColorPic...
Telerik News RSS Feed, July 8, 2009
Views: 486 | Hits 14
New Controls:
RadScheduler official edition The Q2 release features the official version of RadScheduler for
Silverlight. With RadScheduler, a Microsoft Outlook-style scheduler can
be easily create...
The Code Project Latest Articles, July 6, 2009
Views: 621 | Hits 57
How to display remote CSV file and bind it to a gridview without downloading or storing temporary...
The Code Project Latest Articles, July 4, 2009
Views: 967 | Hits 159
This article describes how to expand and collapse columns of a GridView using JavaScript....
the telerik blogs, June 30, 2009
Views: 940 | Hits 18
After we prepared our data service it is time to put some client UI into it. We will use 2 grids and a context menu. To start with, add a SilverLight application in your solution: In the process of...
The Code Project Latest Articles, June 10, 2009
Views: 1,838 | Hits 345
Client Side Gridview Paging using Jquery...