|
-
Jul 11th, 2005, 02:54 AM
#1
Thread Starter
Addicted Member
DataGrid KeyPress
DataGrid KeyPress Event When Execute
we write this code but this code not excute at run time
plzzzzz Help me
private void grdSpinPlan_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
if (e.KeyChar ==13)
{
SendKeys.Send("{Tab}");
}
}
-
Jul 11th, 2005, 03:47 AM
#2
Re: DataGrid KeyPress
You have definitely added the handler to the object's event, right?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|