Last Updated:03 Nov 2014 12:03
by Dharmesh Trivedi
ADMIN
Vessy
Created on:05 Mar 2014 13:30
Category:Grid
Type:Bug Report
RadGrid bound to a null DataSource throws server error: Object reference not set to an instance of an object.
For reproducing this you need to set: RadGrid1.DataSource = null;
Still when DataSource = new List<object>(); is set for DataSourse the RadGrid is successfully bound and does not throw errors.