I want to add a column in a grid which show the sparkline for that row. When the row is clicked it should show the detail ..
I have grid with columns
id name y1 y2 y3 y4 y5 y6 y7 y 8
all the y's are numeric values and I want to show spark lines for those columns
any help will be appreciated
Thanks
Hi,
What's a sparkline?
Okay, I just looked it up on Wikipedia, and it looks like it's some kind of chart.
I don't know if UltraWinChart supports this particular type of chart, but if you want to put a chart into a grid cell, you could do this using the UltraControlContainerEditor, which allows you to embed a control in a grid column/cell. This is a relatively new component, so you will have to have a pretty recent version of the grid - I think it was added in v10.1 or maybe 9.2.
There is, in fact, a sample included with NetAdvantage that demonstrates using the UltraControlContainerEditor to embed a chart and/or a gauge in the grid.
Is it possible to have sparkline in chart and than put chart on grid cell
I beleive I just answered that question.