Sorry, but there are no more tags available to filter with.
-
Bug: null ref execption in Class: EntityGridView.cs Proc: protected override void OnPreRender(EventArgs e) { base.OnPreRender(e); if (this.RecordsCount > 0 && this.AllowPaging) { _gridPagerRow.Visible = true; // execption thrown here } } Detail: _gridPagerRow was null and this.AllowPaging...
-
I tried using a <data:EntityGridView DataSource='<%# Eval("MyDetailsTableCollection") %>' ... Throws an " Object reference not set to an instance of an object." On line 242 in EntityGridView.cs DataSourceControl dsc = (DataSourceControl)this.Parent.FindControl(string.Format("{0}", this.DataSourceID...
Page 1 of 1 (2 items)