I am not sure, but in my understanding, your component looks like a table, where left hand side have "Property Name", and right hand side have different components like text input, numeric stepper etc. Basically like a form, without submit and cancel button. I think you need to use itemRenderer in datagrid. Could you please explain a bit more, if my understanding is correct.
-- Chetan Sachdev www.riageeks.com --- In [email protected], Sefi Ninio <sefi.ni...@...> wrote: > > Hi all. > > I'm looking for a property editor component (or something similar to the > description below): > What I need is a table (DG) based name-value pairs editor, where the value > should be displayed as a label. > When it gets focus, it should be editable according to the value defined > type (text, stepper, combo box etc.) > > Sure, I can implement components (as item editors for the DG) with two > states for text/combo box, text/stepper, text/text editor etc. > I was wondering if there is a component that already has this functionality. > > Anyone has any ideas? > > Thanks >
