RoyBaird
Posts: 115
|
| Posted: 08/21/2008, 10:42 AM |
|
I have read all of the posts and don't see an answer (that I understand) for this scenario.
I have a editable grid with auto row. I want to value of an item in all of the rows to be = to a param (CCGetParm). This is done with the Default property of the item, but the problem is when I press RETURN, I get 30 rows filled out with the value. 30 is the number of rows the example pack wants for the auto row, but I set it to 1 and it works, except when I submit, I get a blank row. I have tried all the events I think would work to set the control value to a Session variable, but same thing happens (empty rows except for the item in question). I am sure I am not the first person with this issue.
HELP...
Thanks in advance,
_________________
Roy |
 |
 |
lachof
Posts: 14
|
| Posted: 11/18/2008, 3:56 PM |
|
I have a similar problem...
I did everything as the example says
(http://examples.codecharge.com/ExamplePack/EditableGridAutoRows/EditableGridAutoRows_desc.php)
But if i add 5 or 6 or any <30 lines then when i submit the grid shows all 30 lines with blank values in fields and each line with error messages saying that those fields are required or invalid
any ideas?
|
 |
 |
|