hi,
I work on custom control(inherit RadComboBox) with multi column combobox. For header is used HeaderTemplate and on ItemsRequested I create RadComboBoxItem for each element. For each element I want to display a picture from Table. If put in RadComboBoxItem an Image control and fill ImageUrl with path it works exactly what I want.
The question is how to show picture from table? I'm able to read the picture into System.Drawing.Image control and make some extra changes on the image but I don't now how to display the image in the RadComboBox.
Any suggestions how to do it?
I work on custom control(inherit RadComboBox) with multi column combobox. For header is used HeaderTemplate and on ItemsRequested I create RadComboBoxItem for each element. For each element I want to display a picture from Table. If put in RadComboBoxItem an Image control and fill ImageUrl with path it works exactly what I want.
The question is how to show picture from table? I'm able to read the picture into System.Drawing.Image control and make some extra changes on the image but I don't now how to display the image in the RadComboBox.
Any suggestions how to do it?