Categories | Question details Back To List | ||||||||
grid drag drop with combo I have a grid with drag and drop of rows enabled. One of the columns in the grid is a combobox. When I click the combobox it works correctly and brings up the edit mode for the combobox within the grid. When I try to click and highlight the data shown in the combobox, the grid thinks I'm doing a drag and drop instead of letting me highlight the text within the editable portion of the combobox. Whats the best way to turn off grid drag and drop in this situation? Answer posted by Support on Dec 03, 2008 02:20 If you mean "combo" column type, please use attached js file instead of original one, it will work correctly in desribed scenario. Attachments (1)
Answer posted by Steve Schreiner on Dec 03, 2008 06:28 Okay, that worked...thanks. Question is, is this in the latest build or next build? or is this a special fix? If I upgrade to next release, will this fix be included? Answer posted by Support on Dec 04, 2008 04:27 Currently such change is not included in next version yet ( file attached above - is a custom fix ) Most probably similar fix will be added to the next version as well. |