This commit is contained in:
2020-03-13 19:43:27 +00:00
parent 02cdaa1346
commit 6ea38ba347
3 changed files with 17 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ namespace AyaNova.PickList
//MUST be present in all datalists and displayed at the client
public bool IsRowId { get; set; }
public bool IsActiveColumn { get; set; }
//CLIENT / SERVER - client display and to indicate what object to open , Server for formatting return object
public int AyaObjectType { get; set; }
@@ -60,6 +61,7 @@ namespace AyaNova.PickList
IsFilterable = true;
IsSortable = true;
IsRowId = false;
IsActiveColumn=false;
//Set openable object type to no type which is the default and means it's not a link to another object
AyaObjectType = (int)AyaType.NoType;