Hi,
Please bear with me as I am a newbie to WPF and we are evaluating RadGridView as part of a new development project. I
Name Phone1 Phone2 Contact Using
Joe 123412 432112 Phone1
Jane 999999 777777 Phone2
Jack 666666 333333 Phone1
So the Grid would look something like
Name Contact No
Joe 123412
Jane 777777
Jack 666666
Hope that make sense :)
Any help would be greatly appreciated.
Please bear with me as I am a newbie to WPF and we are evaluating RadGridView as part of a new development project. I
a question on how to use conditional values within a row on the grid.
I have a grid which is bound to a simple data table, contacts. Now contacts has several different columns that represent different phone numbers. I also have a column that has a "default contact mode" that does what it basically says it is used to identify which phone number should be used as a default contact number.
How do I define a column that shows the default contact number, that is I do not want to show say all the different phone number columns, just the column that is defined in the "default contact mode". Bearing in mind that this default contact mode will be different for different records.
For example I have a data set that looks like:
Name Phone1 Phone2 Contact Using
Joe 123412 432112 Phone1
Jane 999999 777777 Phone2
Jack 666666 333333 Phone1
So the Grid would look something like
Name Contact No
Joe 123412
Jane 777777
Jack 666666
Hope that make sense :)
Any help would be greatly appreciated.
Glen