I am new in Axpata so having difficulties at very simple issues. Thanks for your help in advance.
I want to display a Grid on a form for selection purposes only i.e. no entry or editing. What I want to do is I want to display one extra row in the grid before all the rows of datasource. How can I do that??
Sorry, I dont know how to do exactly what you ask, but…
If it were me, I would consider using a temp table on the form, so that I can add any extra rows on screen without affecting the database.
Otherwise, if you are able to change the table, you could add a field to filter the rows which are only to appear in the screen grid, and not to be used in the application.