This commit is contained in:
@@ -36,7 +36,7 @@ namespace AyaNova.DataList
|
|||||||
cm.fld = "userroles";
|
cm.fld = "userroles";
|
||||||
dlistView.Add(cm);
|
dlistView.Add(cm);
|
||||||
|
|
||||||
DefaultListView = dlistView.ToString();
|
DefaultListView = dlistView.ToString(Newtonsoft.Json.Formatting.None);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ namespace AyaNova.DataList
|
|||||||
cm.fld = "username";
|
cm.fld = "username";
|
||||||
dlistView.Add(cm);
|
dlistView.Add(cm);
|
||||||
|
|
||||||
DefaultListView = dlistView.ToString();
|
DefaultListView = dlistView.ToString(Newtonsoft.Json.Formatting.None);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace AyaNova.DataList
|
|||||||
cm.fld = "widgetactive";
|
cm.fld = "widgetactive";
|
||||||
dlistView.Add(cm);
|
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
|
//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
|
||||||
|
|||||||
Reference in New Issue
Block a user