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
485
How to make a simple sample UltraGrid application
posted

I need to make a very simple WinForms application with an UltraGrid in it for purposes of supplying a sample application that duplicates a problem I'm seeing. Because this is just a simple application I do not want to create a database and all of the complications entailed. What is the simplest possible code required to support a WinForm UltraGrid?

Parents
No Data
Reply
  • 485
    Verified Answer
    posted

    Nevermind. I figured it out. I was being stymied by the reluctance of the controls to add themselves to the toolbox when a reference is first added. Somehow getting around that issue I'd bollixed the works and it wasn't until I created a new project and started all over that things started acting the way that I'd expected them to. Creating the simple grid app was a matter of making a new WinForm app, adding references to Infragistics stuff, changing the target .NET version to 3.5 and then back to 4 (to get the tools to populate the toolbox), dragging an UltraDataSource, setting it up with fake data, dragging an UltraGrid onto the form and associating it with the data source.

    Thanks, can be closed now.

Children
No Data