Hi @all,
in my app I've a List of business objects to a grid with no layout definition like this:
Dim liBO as List(Of CD) = BO.GetCDList()UltraGrid1.SetDataBinding(liBO, "")
In the InitializeLayout Event of the Grid I want to add a WinDropDown, which was previous initialized with some other data, to a column of the grid like this:
e.Layout.Band(0).Columns("Media").ValueList = uddMedia
But after all the WinDropDown doesn't appear in the column.What am I missing here?What must be done for this scenario to work?
Any help is appreciated.
RegardsHowieD
Hello HowieD,
I believe that this topic has already been discussed in the following forum thread:
http://community.infragistics.com/forums/t/70818.aspx.
Please feel free to let me know if a question about our toolset comes up on your mind.
Hi Boris,
yes, sorry. Your Site reported errors so I entered it twice in error.
Regards
HowieD