Highlighting Selected row on Edit Mode

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

Guest

Hi Guys,
Is there a way to Highlight selected row when 'm on Edit mode in a
datagrid?
ie. clicking on Edit button i want the row selected and highlighted with a
different color.
Any ideas?
 
Patrick.O.Ige said:
Hi Guys,
Is there a way to Highlight selected row when 'm on Edit mode in a
datagrid?
ie. clicking on Edit button i want the row selected and highlighted with a
different color.
Any ideas?

Set the EditItemStyle appropriately.

John Saunders
 
Thx John..
I guess i was sleeping i was having SelectedItemStyle
instead of EditItemStyle!!
 
Back
Top