Monday, November 3, 2014

Adding a new Infragistics Ultragrid in Microsoft Visual Studio

Infragistics version used: version 4

Microsoft Visual Studio: 2010

Steps:
1. Add a new ManualSpreadSheet Control to the Page (Drag and Drop)
2. Manual Initialize DataSchema by adding only Table0 with no columns.
3. Spreadsheet Properties->Add Columns using the Collection(...) Option.
4. Save and Rebuild Project
5. Once the Designer is refreshed, Save and Rebuild again.
6. Done.

No comments:

Post a Comment