PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
datagrid operation
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
datagrid operation
![]() |
datagrid operation |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
Implemet a DataGridTextBox, add a double click event for the same and then try to capture...here is the sample code private DataGridTextBox dgTxtBox; DataGridTextBoxColumn dgPanicCol = new DataGridTextBoxColumn(); dgPanicCol.HeaderText="Panic Data"; dgPanicCol.MappingName="Panic Data"; dgPanicCol.ReadOnly = true; dgTxtBox = (DataGridTextBox) dgPanicCol.TextBox; dgTxtBox.DoubleClick +=new EventHandler(dgTxtBox_DoubleClick); Raj "sai" wrote: > hi friends, > I am working on datagrid in windows application, I need to > retrieve row from datagrid whenever I double clicked on it . so plz suggest > me how to proceed. > > Regards > Sai. > > > |
|
|
|
#2 |
|
Guest
Posts: n/a
|
hi friends,
I am working on datagrid in windows application, I need to retrieve row from datagrid whenever I double clicked on it . so plz suggest me how to proceed. Regards Sai. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

