We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Dynamic Item Source and Null value

Let's say you bind a GridDataControl with a list of dynamic

List rs=new List ();
dynamic rec1=new ExpandoObject();
rec1.A="Hola";
rec1.B=null;
rs.Add(rec1);

gridDataControl1.AutoPopulateColumns = true;
gridDataControl1.IsDynamicItemsSource = true;
gridDataControl1.ItemsSource = rs;


What would be the recommended way with dealing with nulls and the griddatacontrol? This give a null exception as is and hoping that a I dont have to prep the data and remove null members.

Version 8.404.0.10








1 Reply

MA Mahendran Syncfusion Team December 21, 2010 11:22 AM UTC

Hi,
Sorry for the inconvenience caused. We are able to reproduce the issue. Can you please open an incident for this, so that we can provide you the fix for this issue.

Please let us know if you have any queries.

Thanks,
R.Mahendran


Loader.
Live Chat Icon For mobile
Up arrow icon