Not sure I totally understand what you mean, but here is just an idea. I
had a problem were I could not Bind the columns after placing the grid in a
user control. I solved the issue by making the sure that the property that
exposed the grid columns in the user control had the Bindable attribute set.
I found this was necessary on any property that I needed to bind and also
expose in the user control regardless if the underlining control had the
attribute set as well.
Thanks,
Matt
> (Windows application)
>
[quoted text clipped - 18 lines]
>
> Thanks
Michela - 02 Oct 2007 13:13 GMT
Thank you for reply... Could you send me an example for do this??
use a GridView in a usercontrol and bind a combobox in a specific
column, for see a list of value (and selected items)
Thanks