DragonRAD Forum
May 23, 2013, 05:55:39 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Expanding embedded grid  (Read 447 times)
DerekPapworth
Member
*
Posts: 46


View Profile
« on: November 29, 2010, 06:51:42 AM »

Hi there,

Is it possible to have an embedded grid in a form, in the middle of a form not bottom, that expands depending on the number of active rows? Currently you can fix the rows or allow it to use screen but if it's in the middle of a form it doesn't quite work so for instance with an Order form having an embedded grid of Items for the order, with other fields after the grid when there's two Items it shows two rows then if another item is added it shows three rows etc., with the following fields appearing immiediately below the grid?

Thanks,

Derek
Logged
Rob Nicol
Seregon
****
Posts: 82


View Profile
« Reply #1 on: November 29, 2010, 07:19:23 AM »

Would a footer/header solve the problem?  The footer/header is fixed on the screen and is always visible so the full screen grid could grow as items are added, but would never cover the footer/header.
Logged
DerekPapworth
Member
*
Posts: 46


View Profile
« Reply #2 on: November 29, 2010, 08:05:26 AM »

Hi Rob,

The header/footer might work, I'll give that a try .. to be honest it's not a big issue, using the fixed row option (set to say 3 or 4) will probably be ok but what would help on that would be some indicator (scroll bar or arrows maybe) that shows when there are more rows than displayed? Currently it's only when you actually scroll down into the grid and then down the rows that you suddenly then see there's more there so with an indicator of sorts that would be fine.

Derek
Logged
Rob Nicol
Seregon
****
Posts: 82


View Profile
« Reply #3 on: November 29, 2010, 09:11:07 AM »

Hi Derek,

Yes, an indicator is a good idea and would make the grid more intuitive. We'll work on adding that into the product.

A field indicating the number of rows in the table could be used as an aid in the meantime. Something like "Items in cart: 9". The field's value could be set with a data change script bound to the grid which simply sets the field's value to the number of rows in the grid.

Rob
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!