Hello, I am new to Windows Applications. I am working with dotNet Framework 3.5 and Infragistics Version 7.1
I would like to know how to use UltraGrid. The Grid should be able to display, insert, update and delete Datas from a DataSource, and I want to use the functionality of the grid itself.
What I tried:
- In the Solution Explorer => Add New Item / Data / DataSet
- Adding a Stored Procedure to my xsd File from the Server Explorer
- Right Mouse Click on Procedure / Configer
- Defined my Select, Insert, Update and Delete Procedure
- Dragged a DataSet from the Toolbox onto the Form (typed DataSet from the type I just generated)
- Dragged a UltraGrid onto the form (the UltraWindGrid Quick Start Wizard appears)
- I choose 'Bind the control to an existing DataSource now
- I set the DataSource Property to the name of my DataSet on the Form
- In step 2 of the wizard, I choose the Behavior Presets to Full-featured - updatable
- I finished the wizard
When I start the Application, no datas appear.
My select Procedure needs a Parameter, I believe I must set this in the for Example Form_Load event. I believe I have to do that with the generated Method GetData. I could not find this Method.
How can I display this Datas and how can I update, delete and insert them, also in the underlying Database, not just in the grid
Thanks for help in advance
Hello,
I believe that this question has already been discussed in the following forum thread:
http://community.infragistics.com/forums/t/60277.aspx.
Please feel free to let me know if I misunderstood you or if you have any other questions.