Hi @Vipul_Oswal ,
I'm afraid this is not possible to achieve on UI.
Here are some workarounds:
- Use a label to give user hint about the default value for certain columns
- When defining Data Shape, you can configure a default value for certain columns if you wish
- In the implementation of add row JS service which will be triggered to persist the data after UI editing completed, check the input value and assign default value to certain columns if they were left blank (configure this column to be not editable if you wish the certain column to have fixed value rather than custom value provided by user) - once the data has been updated in the backend, refresh the grid display, the default value will be reflected on Grid
Tony