Hi Lazic,
Thanks for contacting Syncfusion support.
We have checked your query and you can bind the column with specific information to GridDataControl by using GridDataControl.QueryCellInfo event in runtime. In QueryCellInfoCommand is used to allow customization of each cell in the specified format. QueryCellInfo accepts an argument of type GridQueryCellInfoEventArgs. The GridQuerryCellInfoEventArgs contains the following customization properties. Now you can make use of this,
Cell – Gives the cell co-ordinates.
Style – Specifies the style for the cell represented by the above cell property.
Please refer the below UG Link:
Also, we have checked the provided sample and but we didn’t find GridDataControl anywhere in the project.
Regards,
Srinivasan