I am doing a Worsbook control which goal is to be able to display an Excel workbook. My control has a tab control with a tab item for each worksheet.
The worksheet control has a RadGridView that uses a "GridViewBoundColumnBase" child to provide my custom viewer/renderer upon a call to "CreateCellElement(...)". That viewer needs to interact with the cell in order to set properties such as borders.
Given that Excell support cells that spawn multiple rows/column, I need to find how do so this in a RadGridView.
Pierre
The worksheet control has a RadGridView that uses a "GridViewBoundColumnBase" child to provide my custom viewer/renderer upon a call to "CreateCellElement(...)". That viewer needs to interact with the cell in order to set properties such as borders.
Given that Excell support cells that spawn multiple rows/column, I need to find how do so this in a RadGridView.
Pierre