DataGrid print record

ComputerMike

New member
Joined
Jan 1, 2008
Messages
1
Programming Experience
1-3
Hello All, I am new user in this forum

i have problem

i have FORM includes Datagrid, the Datagrid includes alot of record .

I want when click on any record by mouse then press print button, print this record only

How to do this?

regards
 
I'm not sure if you can print just the one record with the built in grid component.

You may have to create a sub grid or another dataTable that stores the values from that one row, and you can then print from this.

I use a 3rd party grid (ComponentOne) and this allows me to print one row at a time.
 
Back
Top