Filling Specific rows and columns with data from datatable

I have been tasked with recreating an old VB6 Timesheet application.  The requirement is to not significantly change the appearance or functionality.

Anyway, I was also requested by my supervisor to use SyncFusion which I have no practical experience with.

I do have a pretty good working design, time is calculating and adding new items works fine.  

What I am struggling with a bit is how do I put the correct data from the data table into the correct row and column. I have included an image that I hope shows exactly what I am trying to do.



1 Reply

AR Arulpriya Ramalingam Syncfusion Team March 9, 2020 07:12 AM UTC

Hi Kelly, 
 
Thank you for your interest in Syncfusion products. 
 
As per the GridControl behavior, the Header row/column cells are static and the indices of the rows and columns will starts with (0,0). In order to update the highlighted content in header cells, we would suggest that you to populate the values in 0th column for each rows. Please refer to the below user guide to know more about the different data populating methods in GridControl. 
 
 
Please get back to us, if you need any further assistance. 
 
Regards, 
Arulpriya 


Loader.
Up arrow icon