ShadowStorm
Posts: 1
|
| Posted: 09/17/2012, 6:29 AM |
|
Hello everyone,
First of all, I wasn't really sure where to post my issue, so forgive me if I've got the wrong section.. :p
I'm currently having some trouble, and I would really appreciate some help, being very new to codeharge and all.
I think that posting a screenshot would help explaining, so:

As you may already guess from the image, I want the user of this thing to be able to insert rows manually, if needed.
If the plus button is clicked, then I would like it to insert a row with again 2 textboxes, just like the row above it, and then move the row with the plus button in it downwards.
So, yeah. That's my current problem. I hope that any of you is willing to help me.
Thanks in advance.
P.S. I'm really having difficulties explaining matters regarding technical stuff in English, so if anything isn't clear, please feel free to ask me. That also applies to needing more information, of course. :p
|
 |
 |
solesz
Posts: 137
|
| Posted: 09/25/2012, 3:04 AM |
|
Hi
It is heavily depends on, how you would like to store the multiple rows. Like comma separated list in one field (in terms of database engineering it is discouraged) or in a master-detail tables.
Have you checked this: http://examples.codecharge.com/ExamplePack/EditableGrid...idAddButton.php
But you can also check master detail examples there.
Or if you are using CCS5 then master-detail soultion can be your friend.
Solesz
|
 |
 |
|