knackje
Posts: 30
|
| Posted: 05/27/2007, 4:54 AM |
|
Hi all,
Already searched but can't find a good answer for it. I had made a editable grid with always 3 empty rows. They where shown under the filled rows. But i want them to be above. How can i fix this. No standard option for it in the grid menu as i saw.
tnx for helping in advanced.
knackje
|
 |
 |
knackje
Posts: 30
|
| Posted: 06/01/2007, 2:29 AM |
|
anyone?
|
 |
 |
Wkempees
|
| Posted: 06/01/2007, 4:37 AM |
|
Not today, sorry.
Already checked:
Not in Html
No standard option in CCS.
Asked support ?
WALTER
|
|
|
 |
ab5ni
Posts: 177
|
| Posted: 06/01/2007, 11:19 AM |
|
Howdy Walter (& knackje),
Well, I was thinking that he could probably do it server-side, say like
in the BeforeShow event (or whichever event has the ds segment
populated). That is, he could just grab the populated rows, save
them to an array, and just reverse the data. That is, the last empty,
blank row replaces the popuated data in the first row and vice versa.
Now, I didn't say this was going to be pretty! OTOH, it should
work, although he'll prolly have to reverse it back when doing
an insert/update. Damn -- this is an ugly hack! 
Hmmm. Forget I mentioned this kludge. ( It would probably work,
though! )
Regards,
Randall
_________________
Randall Jouett
Amateur Radio: AB5NI
I eat spaghetti code out of a bit-bucket while sitting at a hash table! And yes, I paid for the meal in cache!
|
 |
 |
knackje
Posts: 30
|
| Posted: 06/08/2007, 12:06 AM |
|
Tnx for the answer....
I can follow the the way you thinking. but have no idea how to work it out in praktic. Could you (or maybe someone else) help me doing this step by step. Really appriciated if you will / can ...
greetings
knackje
|
 |
 |
knackje
Posts: 30
|
| Posted: 06/14/2007, 10:05 PM |
|
Someone who can help me to solce this issue...tnx
|
 |
 |
knackje
Posts: 30
|
| Posted: 06/14/2007, 10:05 PM |
|
Sorry double post
|
 |
 |
Wkempees
|
| Posted: 06/15/2007, 6:14 AM |
|
I would love to help, but it is not an issue.
It is something you want to do, and it needs to be done programmatically.
It will take some extensive research into the internals of the EditGrid
and analysis of making something like this possible.
Either you ask support to help you or wait for anyone to have the time
to do this, and I am too busy.
Walter
|
|
|
 |
|