You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Complex-databinding/Controllers/HomeController.cs
+1-122Lines changed: 1 addition & 122 deletions
Original file line number
Diff line number
Diff line change
@@ -56,128 +56,7 @@ public ActionResult DataSource(DataManagerRequest dm)
56
56
57
57
}
58
58
59
-
privatevoidAppendChildren(DataManagerRequestdm,List<TreeData>ChildRecords,TreeDataParentValue,Dictionary<string,List<TreeData>>GroupData,List<TreeData>data)// Getting child records for the respective parent
60
-
{
61
-
stringTaskId=ParentValue.TaskID.ToString();
62
-
varindex=data.IndexOf(ParentValue);
63
-
DataOperationsoperation=newDataOperations();
64
-
foreach(varChildinChildRecords)
65
-
{
66
-
//Based on the provided condition, the child records are retained and the value is passed from the server to the client.
0 commit comments