Categories | Question details Back To List | ||
tree and comboboxen Good morning DHX Team, I've created in my grid comboboxen and I would like by press of a button that all combo boxes unchecked. I read the docu and tested some function but without success. Regards Ersin Answer posted by dhxSupport on Sep 18, 2009 05:44 Please check this example. http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/08_filtering/03_pro_filter_num.html Answer posted by Ersin Kaplan on Sep 21, 2009 09:22 the problem is that i need to know how i unlock single combobox Answer posted by dhxSupport on Sep 22, 2009 03:48 Please describe what do you mean under "unlock single combobox". Do you mean dhtmlxCombo with checkboxes in the options? Or you want check\uncheck single checkbox in the column with "ch" type? Answer posted by Ersin Kaplan on Sep 22, 2009 04:24 ups sorry i mean checkbox...i want check\uncheck single checkbox in the column Answer posted on Sep 22, 2009 05:00 To check\uncheck single checkbox you can use setValue() cell's method: mygrid.cellById(ROW_ID,COLUMN_INDEX).setValue(0); Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:methods_common_for_all_types_of_excells |