in dataGrid,
a action can open a dialog,
doubleClick the column in dataGrid,the colum is edited,
then click mouse right show actions,click the action open o dialog,
when close the dialog,alert a IllegalStateException: Cannot change column editable status while the editor is active
so should i close the editor before open the dialog?and how close it
it’s just a datagrid table and a action,
the action while open a edit window,
when the table is in edit state as video,
then ,right click to open action at this ,
after action window close ,the action refresh datasource and set the cloumn of datagrid visible is true or false
if the column “qty1” is editing and qty1 visible is true,
then i set visible is false when qty1 is editing, it will throw the message: IllegalStateException: Cannot change column editable status while the editor is active
may be ,i should close the editor or commit it before i set visible is false