Few feedback on the functionality of Edit Grid in the apps

Kindly note that I am using automation suite platform for building apps.

  1. Datetime column value is not displayed as expected. It is showing as below for a transaction which is created on 14th Oct 2024. Additional values are getting displayed
    2024-10-14T06:12:48.2293572Z

  2. Properties set for each of the grid columns are reset to default if we modify the source of the grid by adding any additional filter in the query builder. Example

Open Apps Page
Use and edit grid
Set any sample entity as source
Edit the propertied of any column. Example - make editable as False
Go to source and add one criteria to the query builder
Grid will be refreshed automatically. Check the property which is set in the previous step- it is getting reset to default value

  1. There is no concept of calculated column in the data service or grid which would help to build display columns based on other columns. Example Ageing column based on the createtime column. Expectation is to have a calculated column in data service or in grid which would allow us to put some formula at a column property which will help to have value throughout the grid even when we add a new row