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:
Glen
<
telerik:RadComboBox IsTextSearchEnabled="True" TextSearchMode="StartsWith">
<telerik:RadComboBoxItem Content="Xavier1"/>
<telerik:RadComboBoxItem Content="Xavier2"/>
<telerik:RadComboBoxItem Content="Xavier3"/>
<telerik:RadComboBoxItem Content="Xavier4"/>
</telerik:RadComboBox>