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

Total posts: 353 | Sort by Views | Sort by Hits

Extended GridView with Fixed Header and Pager

The Code Project Latest Articles, February 17, 2010
Views: 293 | Hits 61

Extended GridView with Fixed Header and Pager...

A Look at the GridView's New Sorting Styles in ASP.NET 4.0

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

Empty data template in RadGridView for Silverlight (and WPF)

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

Cascading ComboBoxes Selection in RadGridView

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

Q1 2010 Telerik RadControls for WinForms Roadmap

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

How To: Customize RadGridView's Default Filtering Control with Attached Behaviors (Silverlight & WPF)

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

Extracting Values from a Gridview

The Code Project Latest Articles, January 21, 2010
Views: 215 | Hits 35

Extracting Values from a Gridview...

Accessing a DropDownList inside a GridView

The Code Project Latest Articles, January 21, 2010
Views: 216 | Hits 38

Accessing a DropDownList and its events inside a GridView....

Formatting Cell Values in the RadGridView

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

Asynchronous Master-Details with RadGridView for Silverlight and WCF RIA Services

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

Techniques for Creating a Hierarchical RadGridView

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

ASP.NET PivotGrid Now Supports Row Caching

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

How To: Easy print and print preview with RadGridView for WPF

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

Add Data Export Functionality to Your ASP.NET Grids

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

Gmail-like labels in RadGridView for WinForms? No problems!

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

How To: Display RadGridView Row Details with RadWindow for Silverlight

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

Telerik WinForms Tools get new slicker theme for Q3 2009

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

Pre-filtering RadGridView for Silverlight

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

Custom Filtering with RadGridView for Silverlight

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

Insert new record using ListView with gridview-like interface

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

Edit Individual GridView Cells in ASP.NET

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

Show / Hide Gridview Columns in ASP.NET

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

Add an Image Command Field to a GridView at Runtime in ASP.NET

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

VS 2010 Code Intellisense Improvements (VS 2010 and .NET 4.0 Series)

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

How To: Silverlight grid hierarchy load on demand using MVVM and RIA services

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

Master Detail GridView with insert option

The Code Project Latest Articles, October 20, 2009
Views: 808 | Hits 127

GridView inside GridView with master detail edit delete insert option...

Quick and painless Byte Array to Image converter for RadGridView for Silverlight

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

ASP .NET GridView with search option (SearchableGridView)

The Code Project Latest Articles, October 12, 2009
Views: 609 | Hits 116

ASP .NET GridView with search option in the footer...

The Telerik CAB Enabling Kit and SCSF - Tutorial 5: The RadPanelBar UIExtensionSite

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

Adding additional power to RadGridView for Silverlight with attached behaviors

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

Adding additional power to RadGridView for Silverlight with attached behaviors

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

Adding additional power to RadGridView for Silverlight with attached behaviors

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

Inplace Edit in GridView

The Code Project Latest Articles, September 24, 2009
Views: 563 | Hits 93

A slightly different way to look at GridView Edit...

RadChart for SL/WPF: Data grouping and aggregation

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

How To Cache Rows In DevExpress ASP.NET GridView

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

RadChart for SL/WPF: Data grouping and aggregation

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

DevExpress Dynamic Data Grid: Visual Basic Version

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

Inplace Edit in GridView

The Code Project Latest Articles, September 14, 2009
Views: 486 | Hits 47

A bit different way to look at GridView Edit...

Quickly insert rows using your gridview with no control naming

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

Reference GridView Cells Using Column Names

The Code Project Latest Articles, August 27, 2009
Views: 608 | Hits 87

Reference GridView cells using column names....

Paging Gridview

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

How To: Display Hierarchical Data with Row Details (RadGridView for Silverlight)

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

Introducing LINQ to M

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

ASP.NET GridView: New Hot-tracked Style for Data Rows

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

WPF Release History : Q2 2009 (version 2009.2.701)

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

Silverlight Release History : Q2 2009 (version 2009.2.701)

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

Reading Remote CSV and display it in gridview

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

Expanding / Collapsing GridView Columns with smooth dynamic effect.

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

Telerik OpenAccess ORM and Ado.Net Data Services Example Refreshed part III

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

Client Side Gridview Pagination using JQuery

The Code Project Latest Articles, June 10, 2009
Views: 1,838 | Hits 345

Client Side Gridview Paging using Jquery...

Product Spotlight