Link to home
Start Free TrialLog in
Avatar of kbalaraju
kbalaraju

asked on

? on DataGrid control

I would like to select the entire row when the user clicks in a cell of datagrid control. I set the recordSelectors property to true. But it selects the record when I click on the record selector area provided by datagrid control. I want the same functionality when I click in any of the cells. Using DataGrid control in my appln., user cannot do additions,changes & deletions. I use it only for displaying data in tablular format(Result of a query).
Thanks in advance,
Raju
Avatar of Informative
Informative
Flag of United States of America image

Which datagrid control are you using?
Avatar of kbalaraju
kbalaraju

ASKER

Microsoft Datagrid Control 6.0(SP3)(OLEDB)
ASKER CERTIFIED SOLUTION
Avatar of Kurvy
Kurvy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You may not like this answer but I would use the MSFlexGrid as it has a lot more to offer and is as it's name suggests Flexible!

Oh! and it displays the record you click on in any cell With the right code.
Lot of programming is already done using Datagrig & I can't replace the control now
Curvy
It works fine
Thank you,
Raju