Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 28, 2007 21:47
open dhtmlx forum
The child of a tree gets the HTML Code when the single click option of the button using mygrid.enableEditEvents(true,true,true) is given.

Im getting the following HTML code inside the child of tree datatype grid when i input "Hello" string in the grid.


<TEXTAREA class=dhx_combo_edit title=Hello style="BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; MARGIN: 0px; OVERFLOW: hidden; BORDER-LEFT: 0px; WIDTH: 100%; PADDING-TOP: 2px; BORDER-BOTTOM: 0px; FONT-FAMILY: Arial; HEIGHT: 14px" type="text">Hello</TEXTAREA>

Can anybody help me out

To be more clear i have a child of tree datatype in the grid . When i enable single click option using the mygrid.enableEditEvents(true,true,true) command i get the HTML code shown above in the grid
Answer posted on Jun 29, 2007 12:19
The situation is not reconstructable locally - please provide info which version of grid use and in which version of browser situation occurs.
The similar behaviour possible in case of really old tree version used, but the latest one works correctly in described situation.
To solve issue you can use   
    mygrid.enableEditEvents(true,false,true)

Answer posted on Jun 29, 2007 14:44
Yes got it . Actualy the issue was i was trying to drag it by issueing a MoveRowto command  when i had the grid oopen for editing. Now that before Moverowto command I used editStop() command so that the problem got solved . Thanks for the reply ..
Answer posted by Embre (Support) on Dec 05, 2014 13:38

Not much can be said in addition to the reply above, but you also can check file upload progress bar and web page and find out what we have probably missed in our explanation.