Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to change wpf datagrid DataGridTextColumn background color based on if search combo box changed index

my datagrid doesn't have background color and its column bind to linq to entity query and get its binding path from it ,
i have another outer cobmo box for search and by its selected index , datagrid display search result set
I want : if combo box1 is selection changed , its binding column changes its background
Posted
Updated 2-Sep-13 0:48am
v2

1 solution

use converter to map search field with textcolumn backgroung color and bind this textcolumn with seleteditem of search box
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900