Hi,
Is it possible to have a grid's column style as "Chart/Graph" ? I need to construct and display a chart in a grid column's cell value for each row. Can you please let me know on this in detail.
Thanks
Hello RMuthu,
What you could do is to put the Chart as a control in an instance of the 'UltraControlContainerEditor' component and assign this instance as an 'EditorComponent' of the Grid's column.
Please do not hesitate to contact me if you need any additional assistance.
There's a sample that puts a chart into a grid cell included with NetAdvantage. If you installed the samples, it will be in a path something like this:
...\Samples\WinEditors\CS\ControlContainerEditor CS