Hi
Is there some way to bind the field.Visibility property to the data in my business object?
Thanks
Hello,
You can find more information on how to do this in this blog post by Josh Smith:
http://blogs.infragistics.com/blogs/josh_smith/archive/2008/06/06/binding-a-xamdatagrid-field-property.aspx
Hope this helps.
Thanks Alex.
The blog does explain alot but I have another question.
Can I do the same binding as described in the blog, but in the code-behind?
I could not find the SetBinding method on Field.
I need to set the binding in code-behind since I dynamicaly configure the fields layout in fieldlayoutinitializing event.
Thanks.