Hi, I want to programmatically create a Prometheus ComboBox with multiple columns, databound to a datatable and added programmatically to a ASPX page.
Is this possible?
I found references to sample code on creating multicolumn combobox controls (077086_ServerSideMultipleColumnsComboBox.zip) but this is a RadControls for ASP.NET sample that does not work with Prometheus.
In the method :public void InstantiateIn(Control container) on the line of code :DataRowView itemSource = (DataRowView)item.DataItem; the itemSource is NULL.
Thanks, Andy
Is this possible?
I found references to sample code on creating multicolumn combobox controls (077086_ServerSideMultipleColumnsComboBox.zip) but this is a RadControls for ASP.NET sample that does not work with Prometheus.
In the method :public void InstantiateIn(Control container) on the line of code :DataRowView itemSource = (DataRowView)item.DataItem; the itemSource is NULL.
Thanks, Andy