This commit is contained in:
2020-02-18 22:19:33 +00:00
parent 587aed164f
commit 8e5287144b
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace AyaNova.DataList
cm.fld = "userroles";
dlistView.Add(cm);
DefaultListView = dlistView.ToString();
DefaultListView = dlistView.ToString(Newtonsoft.Json.Formatting.None);

View File

@@ -43,7 +43,7 @@ namespace AyaNova.DataList
cm.fld = "username";
dlistView.Add(cm);
DefaultListView = dlistView.ToString();
DefaultListView = dlistView.ToString(Newtonsoft.Json.Formatting.None);

View File

@@ -39,7 +39,7 @@ namespace AyaNova.DataList
cm.fld = "widgetactive";
dlistView.Add(cm);
DefaultListView = dlistView.ToString();
DefaultListView = dlistView.ToString(Newtonsoft.Json.Formatting.None);
//NOTE: First field after df is used as the title above the narrow grid view so it should be the name of the item to be shown that is most identifiable