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
75
How to create Unbound columns
posted

Hi,

Is there a way to create unbound columns in the grid? I want to create a button column. I followed the example in the docs and successfully got it to work using the DataTemplate. But I noticed in the output window an error that says:

System.Windows.Data Error: BindingExpression path error: 'MyButton' property not found on 'Silverlight.UI.MyService.MyRecord' 'Silverlight.UI.MyService.MyRecord' (HashCode=64553311). BindingExpression: Path='MyButton' DataItem='Silverlight.UI.MyService.MyRecord' (HashCode=64553311); target element is 'Infragistics.Silverlight.Controls.Cell+c' (Name=''); target property is 'FilterActionValue' (type 'System.Object')..

Is this normal? All the properties in my object are bound in the grid and duplicate keys are not allowed.

Thanks!