I am using grapecity (7.2.1) and for few columns, data is not getting populated.
So I want to populate the data in column C, D, F, G, I, J but the data is getting populated in only columns F, G, I, J but not in column C and D.
The mapping for column C and D are –> {{dsFy0.property.land.value}} (This data is for 1st FY)
The mapping for column F and G are –> {{dsFy1.property.land.value}} (This data is for 2nd FY)
The mapping for column I and J are –> {{dsFy2.property.land.value}} (This data is for 3rd FY)
The data map is for cell range C20:J30. Also the map value for cell C18 and C19 are {{dsFy.property.house.value}}. Data is present for this cell
Why is the data not being populated for column C and D for rows 20 and 30.
1