Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vinoth on Aug 19, 2009 01:40
open dhtmlx forum
Regarding selection in dhtmlxGrid

Hi,
1. Is there any way i can drag the mouse and select the contents of the grid and do copy paste in other places.[Normal select
and copy -paste]
2. I am trying to embed a html text box inside a grid . On doing so , I am not able to select the contents typed inside text box.
Is there any way to enable selection.
Answer posted by dhxSupport on Aug 19, 2009 06:15
1. Unfortunately current version of dhtmlxGrid doesn't supprt such functionality. But you can use drang-n-drop events to implement any custom logic you need. Please find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Managed_Drag_and_Drop.html#grid_mandnd

2. You can insert any html in the grid cell:

<cell><![CDATA[
 <input type='button' value='any' />
]]></cell>