Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vikram on Nov 03, 2008 14:01
open dhtmlx forum
visible <select> element in the rows of a column

Hi,

can you please let me know how to place a visible <select> element in the cells for a particular column (not in the header) with a set of drop down values?

currently the use of "co" eXcell would display the drop down list only on double clicking. But the requirement is to display the drop down arrow mark clicking which the list has to be displayed.

thank you.
Answer posted by Support on Nov 04, 2008 01:55
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>