WPF DataGrid RowDataBound?
Posted
by SiN
on Stack Overflow
See other posts from Stack Overflow
or by SiN
Published on 2010-06-10T09:37:41Z
Indexed on
2010/06/10
9:43 UTC
Read the original article
Hit count: 847
Ok this is driving me mad, I feel like a total Newbie.
I'm using WPF's DataGrid control from Dynamic Data Display with .NET 3.5.
Link on Codeplex here
I want an equivalent to the classic GridView's RowDataBound event, and I can't find any. I tried working with LoadingRow
, but it fires every time I scroll.
I'm trying to change the background color of certain cells in my grid based on a database values.
I'm new to WPF. Should I be using the XAML binding?
© Stack Overflow or respective owner