silvercover
Posts: 26
|
| Posted: 06/30/2006, 5:36 AM |
|
Hi coders:
I am newbie to CCS and these days i am working on its samples. My problem is about ShoppingCart page of store sample. Can anyone describe how deletion checkbox works? I saw its properties but got nothing!
Does it mean for example, whenever I want to have summery table, i have to use this method?
I mean by placing simple checkbox in summery table.
_________________
The more I learn, the less I know! |
 |
 |
silvercover
Posts: 26
|
| Posted: 07/02/2006, 8:57 AM |
|
IS IT THAT HARD?
_________________
The more I learn, the less I know! |
 |
 |
WKempees
|
| Posted: 07/02/2006, 11:44 AM |
|
Hard?
In the shopping cart, the delete1 checkbox is the controller for the delete
procedure.
The grid has a delete procedure, that will be executed if the checkbox =
true thus checked.
|
|
|
 |
WKempees
|
| Posted: 07/02/2006, 11:48 AM |
|
additional info:
It is an "editable grid" which in fact does have a delete checkbox (or
button or link) per row.
So the answer to your second question might be yes.
|
|
|
 |
|