Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Namrta on Feb 26, 2009 10:06
open dhtmlx forum
drop down image in co/combo type

Hi,

I'm using co and combo cell types in my grid, the problem is that it doesn't show the dropdown combo image until i click on it. It simply look like an edit field. How would the user come to know that it is a combo box? Please tell me is there any way to bring the drop down image co co/combo cell type.

Thanks,
Namrta.
Answer posted by dhxSupport on Feb 27, 2009 02:29
The correct solution - create a custom excell, which can be reused later. But if you need just render select inside some cell, you can use inline HTML

<cell type="ro"><![CDATA[ <select><option value="1">One</option></select> ]]></cell>
Answer posted by Namrta on Feb 27, 2009 04:08

Hi,

How can i create custom excell "co" or "combo" types. Could u please provide any sample code.

Thanks

Answer posted by dhxSupport on Feb 27, 2009 04:17