Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Is there something like item data bound configure a field dynamcally?
posted

Is it really necessary to create a  IValueConverter for each field attribute that you might want to customize on the grid? Is there a way to get a 

row or column at load time, interrogate the data and customize the field attributes/settings of that row including events based on the content of the row data?

I want to determine multiple attributes on a field based on the individuals rows content. 

For example disable the field if a value of the row is empty. Set the background color and perhaps the value of text in a column if a rows data is set a particular way. 

thanks - paul