tags:

views:

20

answers:

0

Hi, In my windows forms application. I'm using a DataGridView control to show my list. The properties it supports are multiselection and full row select. During multi select, I wanted to show the last selection in different style than previously selected rows. As of now, all selected rows are displayed in same style. To achieve this, should I need to implement any event? and how can I do it?

Regards ArunDhaJ