Completed
Last Updated: 03 Nov 2014 12:03 by Dharmesh Trivedi
ADMIN
Vessy
Created on: 05 Mar 2014 13:30
Category: Grid
Type: Bug Report
1
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.

1 comment
Dharmesh Trivedi
Posted on: 13 Aug 2014 18:22
this solved my  problem. Thank you :)