Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retreiving current field value from current grid row
Message
 
To
02/10/2002 13:26:40
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00706960
Message ID:
00707094
Views:
24
May this can help

DataGrid.HitTestInfo oHitTestInfo;
oHitTestInfo=grd.HitTest(e.X,e.Y);
grd[oHitTestInfo.Row, ClmnYouNeed].ToString();
Previous
Reply
Map
View

Click here to load this message in the networking platform