Look at the commented out section (marked TODO) in class VoucherDetailsModel. I need to access the database's Record table to give data to the datagrid in voucher details page.
I did the record table access. But cant understand why gridview does not showing the rows. In debug i found 2 records, but gridView is doing some problem.
Look at the commented out section (marked TODO) in class VoucherDetailsModel. I need to access the database's Record table to give data to the datagrid in voucher details page.