GXT EditorGrid: choose cell editor type on a cell by cell basis
问题 GXT EditorGrid provide a mechanism to set a type of editor for a column. Is there anyway to define the editor type on a cell by cell basis? For the curious minds: I need to create a transposed table; the column become the row and the row is the column. That being the case, a column (from a normal table point of view) will have various editor type, whereby a row will have identical editor type. 回答1: basically, you have to handle the BeforeEdit event and set the editor. Here is a base class