Sign In
Vincent Sibal's Blog
WPF Programming Topics
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Alternating Rows
BindingGroups
ControlLocalValues
ControlVerifier
DataGrid
DataGrid Concepts
DataGrid Samples
IEditableCollectionView
Item Container Recycling
MVVM
Non-live Scrolling
StringFormat
TestApi
ToolTip
Virtualization
Visual State Manager
WPF 3.5 SP1
wpf 4.0
WPF Application Quality Guide
WPF Learning Resources
Archive
Archives
August 2009
(1)
May 2009
(3)
April 2009
(4)
March 2009
(2)
January 2009
(1)
December 2008
(3)
November 2008
(3)
October 2008
(5)
September 2008
(5)
August 2008
(11)
July 2008
(1)
June 2008
(1)
May 2008
(10)
August, 2008
MSDN Blogs
>
Vincent Sibal's Blog
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vincent Sibal's Blog
WPF DataGrid: Tri-state Sorting sample
Posted
over 4 years ago
by
Vincent Sibal - MSFT
16
Comments
Here is a short sample on how to create a tri-state sorting experience with the WPF DataGrid . In the current design, when clicking on a column header it will toggle sorting of the column starting from ascending to descending. Unfortunately you cannot...
Vincent Sibal's Blog
WPF DataGrid: Working with DataGridComboBoxColumns CTP (Part 2)
Posted
over 4 years ago
by
Vincent Sibal - MSFT
23
Comments
UPDATE: DataGridComboBoxColumn has been updated from CTP to V1. See the post here for the updates to the DataGridComboBoxColumn as well as an updated sample. Previously I started a post on DataGridComboBoxColumns where I introduced the APIs specific...
Vincent Sibal's Blog
More DataGrid Samples: Custom Sorting, Drag and Drop of rows, Column Selection, and Single-click Editing
Posted
over 4 years ago
by
Vincent Sibal - MSFT
14
Comments
Jossef just wrote this great post on improving sorting in the DataGrid through a custom sort. Check it out here . Ben Carter also added another sample that includes row drag-and-drop and column selection through cell selection. You can download that...
Vincent Sibal's Blog
WPF DataGrid: Working with DataGridComboBoxColumn CTP
Posted
over 4 years ago
by
Vincent Sibal - MSFT
12
Comments
UPDATE: DataGridComboBoxColumn has been updated from CTP to V1. See the post here for the updates to the DataGridComboBoxColumn as well as an updated sample. If you haven’t already, you can download the binaries and source for the DataGrid v1 here...
Vincent Sibal's Blog
WPF DataGrid sample: Add a preview ToolTip to a ScrollViewer
Posted
over 4 years ago
by
Vincent Sibal - MSFT
19
Comments
A customer was asking for a sample of a preview ToolTip on scrolling for the DataGrid and Ben Carter, one of our awesome Devs, wrote a sample here for any general ItemsControl. If you haven’t already, you can download the binaries and source for the DataGrid...
Vincent Sibal's Blog
BindingGroups and IEditableCollectionView
Posted
over 4 years ago
by
Vincent Sibal - MSFT
4
Comments
Recap In a previous post I introduced the BindingGroups. Well now I want to get into some of the things you may run into when trying to use IEditableCollectionView with BindingGroup. BindingGroups and IEditableCollectionView So now with the BindingGroup...
Vincent Sibal's Blog
WPF DataGrid: Stock and Template Columns
Posted
over 4 years ago
by
Vincent Sibal - MSFT
28
Comments
Overview The DataGrid uses a set of DataGridColumns to describe how to display its data just like a GridView has a set of GridViewColumns to describe its data. In my first post , the sample I used auto-generated the columns for you but this time I...
Vincent Sibal's Blog
Another nice DataGrid "getting started" resource
Posted
over 4 years ago
by
Vincent Sibal - MSFT
1
Comments
Jamie Rodriguez has this really nice series on getting started with the WPF DataGrid . Part1 is a brief introduction and overview of the features, Part2 digs a bit deeper into the features, and Part3 goes over styling in the DataGrid. Be sure to check...
Vincent Sibal's Blog
WPF DataGrid: Dissecting the Visual Layout
Posted
over 4 years ago
by
Vincent Sibal - MSFT
28
Comments
I’m going to be dissecting and discussing the DataGrid visuals and how they are all assembled together to form the overall DataGrid. Note: This is really more of a post for people who want to understand how the DataGrid works internally. I’m not going...
Vincent Sibal's Blog
WPF 3.5 SP1 Feature: BindingGroups with Item-level Validation
Posted
over 4 years ago
by
Vincent Sibal - MSFT
39
Comments
Motivation Before 3.5 SP1, the binding validation system worked with only one binding at a time. What made this difficult in some scenarios was when validation was required on a set of bound objects. Some typical examples that come to mind are a form...
Vincent Sibal's Blog
.NET 3.5 SP1 and WPF DataGrid CTP are out now!
Posted
over 4 years ago
by
Vincent Sibal - MSFT
97
Comments
UPDATE: the WPF DataGrid v1 has just released. For more information, see this post . The information below still applies, but the new post contains the additional features as well as an updated sample. Check it out! As you might have heard, .NET Framework...
Page 1 of 1 (11 items)