Categories | Question details Back To List | ||
Not able to edit a dragged row Hi I have two grids with dnd enabled. In both the grids first column is editable but as i drop a row to the second grid the first column of the dropped row does not allow me to edit the content. What could be the reason? Regards, Rishu Answer posted by Support on Nov 10, 2008 01:31 The problem can't be reconstructed locally , if it still occurs for you - please provide any kind of sample, where it can be reconstructed or demo link ( you can send such info directly to support@dhtmlx.com ) In common case the above situation may occur when a) non-unique ID used ( it must not be a problem with d-n-d if you not setting new row ID manually ) b) column configuration for second grid, during d-n-d between grids , new row created by rules of target grid, and its editability fully depends on it. |