jeden
Posts: 20
|
| Posted: 06/27/2006, 8:36 AM |
|
I have an editable grid with 1 empty row to add new records.
By default the empty row is displayed at bottom of the grid and above the buttons.
I'd like to move the existing records below the buttons
[NEW ROW]
[BUTTONS]
[ EXISTING ROWS]
since I have a 10 pages wizard and I don't want the user to scroll down to locate the previous/next buttons, and allow quick input of new records.
Does anybody have a suggestion about how to do it, or better already done it?
Thanks
Antonio
_________________
Antonio Bello
Elapsus - Software & Solutions
http://www.elapsus.com
Developer's Corner
http://www.developer-corner.com |
 |
 |
Nicole
|
| Posted: 07/07/2006, 1:16 AM |
|
_________________
Regards,
Nicole
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
jeden
Posts: 20
|
| Posted: 07/09/2006, 2:46 AM |
|
Quote Nicole:
Hello Nicole,
I noticed that you replied, but with an empty content - is it a mistake or have you forgotten anything ? :)
Thanks
Antonio
_________________
Antonio Bello
Elapsus - Software & Solutions
http://www.elapsus.com
Developer's Corner
http://www.developer-corner.com |
 |
 |
marcwolf
Posts: 361
|
| Posted: 07/09/2006, 4:57 AM |
|
Hi Jeden
This would be rather difficult to implement as beforehand it is rather tricky to work out which is the new row.
One alternative (although visually unappealing) would be to have 2 grids.
The first grid will be update only, and the second grid will have no update but an insert.
Its messy but it might work in a pinch.
Take Care
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
|