What does the renderer code look like? On 12/9/14, 8:49 PM, "Oleg Konovalov" <[email protected]> wrote:
>Hi, > >I used to have a DataGroup with a Renderer which had a bunch of >TextFields, >CheckBoxes, Dropdowns,... (all Renderer in 1 line) >Worked fine, was using it with VerticalLayout with requestMaxRowCount =4. >It had a button below to add an item or Delete button inside Renderer. >All that worked fine on a Form in TitleWindow popup. > >I added to the Renderer a TextArea with heightInLines=2. >Now it became a total disaster: It does not allocate enough space to have >3-4 items, althought there is more than enough space on the Form. >Tried maxHeight in DataGroup or Scroller or its parent FormItem. Tried to >change requestedMaxRowCount in DataGroup VerticalLayout,... > >Nothing works. > >Any idea how to manage TextArea in DataGroup with Renderers? > > >By default there should be 0 (or max 1) row allocated. > >Need it to work in Add & Edit mode. > > >TIA, >Oleg
