widget - ExtJS grid-like custom control -
widget - ExtJS grid-like custom control -
i need implement grid command utilizes complex custom widgets viewing , displaying rows. one:
the key point here controls in right column depend on value selected in combobox left column.
does know best way implement using extjs 5.0 components? should create own widgets display row info serve both custom renderers , editors?
i utilize beforeedit function changes editor of right column (seteditor) required widget type depending on set in left column. if utilize editing (rowedit) plugin instead of cellediting, have seteditor in left column's change or select event.
this easiest way, won't show editors @ once, of course.
to have editors displayed @ once, create new field containing multiple fields. can add together multiple instances of these fields fieldset, container, panel or form @ runtime.
extjs widget custom-controls
Comments
Post a Comment