J Jassim Rahma Jun 29, 2005 #1 Hi, How can I FullRowSelect in DataGrid using C#? Many Thanks, Jassim Rahma
M Maqsood Ahmed Jun 30, 2005 #2 Hello, On mouse click, get the active rowIndex and call DataGrid.Select(int rowIndex) method. HTH. Cheers Maqsood Ahmed [MCP,C#] Kolachi Advanced Technologies http://www.kolachi.net
Hello, On mouse click, get the active rowIndex and call DataGrid.Select(int rowIndex) method. HTH. Cheers Maqsood Ahmed [MCP,C#] Kolachi Advanced Technologies http://www.kolachi.net
J Jassim Rahma Jun 30, 2005 #3 Thanks.. But this will change only when using the mouse.. so if I want to have the same when user uses the keyboard I should add it to the KeyUp? right? Many Thanks, Jassim Rahma
Thanks.. But this will change only when using the mouse.. so if I want to have the same when user uses the keyboard I should add it to the KeyUp? right? Many Thanks, Jassim Rahma