Heres my issue... my wifes website lets you order flowers. After the order is submitted, it will show on a special page for her. I am creating a PointOfSale system that will pull this data right into the app and display there instead of needing to keep a webpage open. My problem is trying to re-create the display of this.
Its a simple table online
![]()
you click the button in the first column and it shows you the order (for printing)
Now, I have the DataGridView loading the data, and if you click a row it gets the order number.. fine.. i have even made it look similar.
Question 1 (not important): Can I add a button in the first column? like shown or will it take over the first column (so its filled) - and can i add a clickable image (the map)
Question 2 (more important): How can i add the summary rows!?
This is really needed... at each change in the date, a summary total needs to be shown. Can i do this?
Should I do this unbound so i can control each row? or.. should i use a listview?
Thanks!
Its a simple table online

you click the button in the first column and it shows you the order (for printing)
Now, I have the DataGridView loading the data, and if you click a row it gets the order number.. fine.. i have even made it look similar.
Question 1 (not important): Can I add a button in the first column? like shown or will it take over the first column (so its filled) - and can i add a clickable image (the map)
Question 2 (more important): How can i add the summary rows!?
This is really needed... at each change in the date, a summary total needs to be shown. Can i do this?
Should I do this unbound so i can control each row? or.. should i use a listview?
Thanks!