Highlighted Row in Edit,insert Mode(Datagrid) - Question -

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can i higlight a row when i click on Edit,insert or Update modes when
using a Datagrid?
Any ideas?
 
Hi Patrick,
You have a SelectedItemStyle property for datagrid. Try using it. If that
doesnt suffice your requirement then create a seperate style and assign that
style to the selected row programmatically.
HTH
srini
 
Can you forward me an example pls?


srini said:
Hi Patrick,
You have a SelectedItemStyle property for datagrid. Try using it. If that
doesnt suffice your requirement then create a seperate style and assign that
style to the selected row programmatically.
HTH
srini
 
Back
Top