Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2060
Chart inside a WinGrid
posted

Hi,

Is there any way to put an ultrachart in an ultrawingrid?

Ideally I'd like to show the chart in a child row, and therefore only needs to be populated when the users drills down into the data.  The data in this grid isn't consistent.   The grid sits in a form that is a generic form used to display report data.  Not all reports will use this feature. 

If it is possible could you provide some sample code in VB.NET on what I need to do?

On a similar note, is it possible to add custom controls to work as stated above?

Many thanks,

Nathan

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Nathan,

    No, there's no easy way to embed a chart in a grid. A grid cell can only really contain an embeddable editor control, which includes a lot of controls like UltraTextEditor, UltraMaskedEdit, UltraProgressBar, and many many others, but not WinChart.

    If you want to have a dropdown with a chart on it, or any other control, then that would be very easy using the UltraTextEditor with a DropDownEditorButton in the ButtonsRight or ButtonsLeft collection. 

Reply Children