Categories | Question details Back To List | ||||||||
slider in a cell Hi, I want to include dhtmlx slider in a cell. Is this supported in cell? I tried with CDATA. eg: <cell><![CDATA[<div id="slider" name="slider" />]]></cell> 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 Answer posted by Support on May 18, 2009 03:08 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. Attachments (1)
|