Completed
Last Updated: 10 Oct 2014 08:57 by ADMIN
ADMIN
Ivan Petrov
Created on: 28 Mar 2012 03:50
Category: GridView
Type: Bug Report
2
FIX. RadGridView - AlternatingRowColor does not work when data is loaded in the RadGridView from a IDataReader
Steps to reproduce:

1. Add a RadGridView to a form.
2. Add a code that would load data in the RadGridView from an IDataReader:
radGridView1.MasterTemplate.LoadFrom(iReader);
3. Set EnableAlternatingRowColor to true and set some AlternatingRowColor
4. Run the project and you will see that the alternating row color is not applied.

0 comments