How to close another groupBox when it is opened (JavaScript)
0
Hi everyone, I would like to use JavaScript code in HTML snippet to achieve the following about GroupBox, but I would greatly appreciate it if you could provide me with the JavaScript code. (1) Place a GroupBox in the column header of DataGrid2 (place a text filter in it) (class of column:.filter) (2)Automatically close other open groupBoxes when a GroupBox in a column is opened. (class:mx-Groupbox) (3)Close the open groupBox even when clicking anywhere on the screen. Best regards