Link to home
Start Free TrialLog in
Avatar of hqtrung
hqtrung

asked on

Clickable cell for table C#

Hi,
I'm doing a .NET application (windows application). How can I make a grid view (table) that its cells is clickable. When cell or row was click, return information about that cell. Or at least I can get the row object when select a row. External components are also welcome.
Please, this is urgent.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Hans Langer
Hans Langer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Farshid-Zaker
Farshid-Zaker

Hi,
Take a look at this sample. Its path will be something like this:
C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\QuickStart\winforms\samples\data\masterdetails\cs

It shows two grids as master and detail. When master grid is clicked, the detail grid would be updated.

Farshid