slider in a cell

Hi,



I want to include dhtmlx slider in a cell. Is this supported in cell?



I tried with CDATA.

eg: <![CDATA[

]]>



Defined a div in CDATA and tried to convert that div into dhtmlx slider. But it’s not working.



Is there any other way to do this?



Thanks in Advance,

Saida

Technically it possible, but without native integration you will not have access to current value of slider through grid’s API.
Most probably problem related to the moment of initialization - init code of slider need to be called after row in question already rendered.

Please check attached sample.

1242642193.zip (93.7 KB)