Completed
Last Updated: 15 Aug 2018 09:52 by ADMIN
ADMIN
Stefan
Created on: 05 Feb 2018 16:19
Category: GridView
Type: Feature Request
0
GridView: Expose a property to set the Background of the Selected Row and Cell

		
3 comments
ADMIN
Vera
Posted on: 15 Aug 2018 09:52
GridViewRow and GridViewCell SelectedBackground properties will be part of our next LIB version 2018.2.820.  These new properties will also be included in the next official version – R3 2018, scheduled for the mid of September.
Parthiv
Posted on: 12 Jul 2018 05:04
Jus For applying back color and fore color of gridview selected row 500 lines of code is simply madness , it should be as simple as setting alternate back color of gridview.
Pavel
Posted on: 12 Feb 2018 17:21
Alternatively, you can have the Background property of DataGridRow (or whatever that's called) (with a RowStyle) to have an effect when IsSelected is true.