Server Error in '/' Application.

IsYouth is neither a DataColumn nor a DataRelation for table .

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: IsYouth is neither a DataColumn nor a DataRelation for table .

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentException: IsYouth is neither a DataColumn nor a DataRelation for table .]
   System.Data.DataRowView.get_Item(String property) +2073588
   Telerik.Web.UI.GridTableView.PopulateDataKey(Object dataItem, DataKey key, String name) +87
   Telerik.Web.UI.GridTableView.PopulateDataKeys(Object dataItem) +250

[GridException: There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource.]
   Telerik.Web.UI.GridTableView.PopulateDataKeys(Object dataItem) +442
   Telerik.Web.UI.GridItemBuilder.CreateItems(GridGroupingContext group) +440
   Telerik.Web.UI.GridTableView.CreateItems(IEnumerator enumerator, GridColumn[] columns, ControlCollection controls) +267
   Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource) +2784
   Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) +1319
   System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +97
   System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +165
   Telerik.Web.UI.GridTableView.PerformSelect() +23
   Telerik.Web.UI.GridTableView.DataBind() +360
   KCCheckin.Public.KidCheck.People.MergePeople.btnSearch_Click(Object sender, EventArgs e) in C:\ProgramData\Jenkins\.jenkins\workspace\Pipelines\Build KidCheck.Net\webroot\KidCheck\People\MergePeople.aspx.cs:213
   Telerik.Web.UI.RadButton.OnClick(ButtonClickEventArgs e) +129
   Telerik.Web.UI.RadButton.RaisePostBackEvent(String eventArgument) +299
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5028