Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Usercontrol events
Message
From
20/07/2004 16:31:24
 
 
To
20/07/2004 15:40:39
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00926275
Message ID:
00926299
Views:
12
Steve,

Inside of the grid (in the userControl), connect the DoubleClick event to a method of the usercontrol. In that method, invoke a call to OnDoubleClick(). For example:
private void DataGrid1_DoubleClick(object sender, System.EventArgs e)
{
   this.OnDoubleClick(e);
}
HTH.

>However, this only fires when the userControl container is doubleClicked...not the grid that is inside the container.
>
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform