|
|
Checkbox in Grid
Posted: 08 Aug 09 1:45 AM
|
Hi all,
I have a grid in my application which displays the collected data based on the filter value. I need to have a checkbox added to all the rows of the grid , so that user can select multiple row in the grid by selecting the checkbox. Please help to add checkbox to grid.
Many Thanks.
|
|
|
| |
Bev Connor
Posts: 93
|
 |
|
Re: Checkbox in Grid
Posted: 11 Aug 09 3:14 PM
|
Multiple rows cannot be selected in a grid, nor can check boxes be added to a grid. Only one row (record) can be selected in a grid to further process that record (such as when using the function UpdateCollect or DeleteCollect).
What is the action or process that you need the program to perform when selecting a previously-saved record?
|
|
|
|
Re: Checkbox in Grid
Posted: 12 Aug 09 2:28 PM
|
Hi Connor,
In the Program, the user needs to select multiple rows from grid and the selected rows will be printed , when they click the "PRINT" button. Thanks |
|
|
|