How to set incremental number instead of table's primary id in DataGrid?
-
I want to show incremental id like: 1,2,3,4,5... instead of table's peimary id in DataGrid.
-
@RK-REZA
For this you have to override your data grid. -
@Jyoti Details please
-
Hello @RK-REZA
Override index file of that view, create a separate data grid in your package, use incremental number in that data grid instead of table's primary id and call this data grid to your override view file.
Thanks