I have a requiremnt to ADD A ULTRAWEBCHART CONTROL IN ULTRAWEBGRID
thanks template column solved my problem,
winniecherian said: I have a requiremnt to ADD A ULTRAWEBCHART CONTROL IN ULTRAWEBGRID
DO YOU HAVE A QUESTION ABOUT THAT, OR DO YOU JUST NEED HELP WITH YOUR "Caps Lock" KEY?
<J/K>
Your best bet is to add a TemplateColumn to the grid and embedding a chart into the cell template for that column. Take a look at the InfraRealty sample (http://samples.infragistics.com/2008.2/webshowcase/infrarealty/default.aspx) for an example of doing this. Note, that this example uses column templates and declarative databinding to acheive a similar scenario. The source for this sample is all inclued in the SDK download available at http://es.infragistics.com/Downloads/default.aspx
hope this helps,
-Tony