Marc,
Sajid's suggestion was correct, but if you mean that row is "full row
selected" and not just row in "current cell" for the event to be fired, I
think modifying 'current cell changed event' was needed. Any other
suggestion ?
Setyo HW
-----Original Message-----
From: Sajid Mahboob [mailto:smahboob@e...]
Sent: Monday, December 09, 2002 6:14 PM
To: pro_VB_dotnet
Subject: [pro_vb_dotnet] Re: DataGrid
Hello
I think u should use current cell changed event instead of firing ur own new
event
Thanks
sajid
----- Original Message -----
From: "marc cardenas" <marclena@h...>
To: "pro_VB_dotnet" <pro_vb_dotnet@p...>
Sent: 10 December, 2002 5:28 PM
Subject: [pro_vb_dotnet] DataGrid
> Hi,
> I;ve done a VB.Net app and I've got a datagrid on it.
> Is there a way to fire an event each time that you select a row
> on the Datagrid.
> Thanks