Hello colleagues.
I'm making a billing application, I need to create a grid with several columns, I'm trying to do it with a list view but I can not add columns, any advice on how I can do?
Example:
Code Description Quantity Price
123 Play station 4 1 $ 400
254 Grand thef Auto 1 $ 59
I need to add multiple rows, these data once entered into the grid have to be able to select one and know the specific code in that article, as its description, quantity and price, all this and then enter it into the database.
Thank you very much