Categories | Question details Back To List | ||
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 Please see more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc |