North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for Windows Forms
CREATE NEW POST
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
Close
Selected tags
UltraGrid
Narrow your results
Filtering
Group By
Summaries
Cell
Column
Sorting
UltraGridExcelExporter
FilterRow
bands
Performance
ValueList
UltraGridRow
C#
Add New
Grouping
UlraWinGrid
Selection
Dropdown
UltraCalcManager
DataSource
activation
UltraDataSource
Card View
scrolling
Column Chooser
Most Viewed
WinGrid Performance Guide
over 14 years ago
Multiple Summary Rows in single band
Answered
over 14 years ago
DateTimeEditor error with NetAdvantage 2009 1
Answered
over 13 years ago
Marquee UltraProgressBar
Answered
over 14 years ago
UltraGrid - ConditionAppearanceRow
Answered
over 15 years ago
Tags
More
Cancel
Descending
Ascending
1 - 15 of
16345 results
for Ultimate UI for Windows Forms
Not Answered
138
views
5
replies
UltraGrid row formatting best practices
Infragistics4.Win.UltraWinGrid.v17.2, Version=17.2.20172.2006 I have a grid with relatively big number of rows. It takes time to format all the rows and that causes UI delays. I tried to format visible...
Not Answered
64
views
1
reply
UltraGrid AfterRowRegionScroll Not Firing when ActiveRow is changed
Infragistics4.Win.UltraWinGrid.v17.2, Version=17.2.20172.2006 The AfterRowRegionScroll not Firing when I change the ActiveRow property to a row that is outside visible area. Is that a bug or expected...
Not Answered
97
views
3
replies
UltraGrid sort order is changed and filter is applied events
Infragistics4.Win.UltraWinGrid.v17.2, Version=17.2.20172.2006 I need to re-format visible rows after 1.sort order is changed and 2.filter is applied. I tried the 'AfterSortChange' event but seems...
Not Answered
79
views
1
reply
Chang Property on Cell Edit
I'm trying to change cell appearance when it goes into edit mode. I've set these properties at the grid level. grid.DisplayLayout.Override.CellClickAction = CellClickAction.Edit; grid.DisplayLayout...
Not Answered
98
views
1
reply
Loading Grid in Separate Task
I'm trying to get UltraGrid to load in a background thread. I've looked all over the forums and all the posts are not only really old, but the only working project that was uploaded by dev support has...
Answered
157
views
2
replies
Expand only 1 Group
I've sorted and collapsed all rows in my grid. What I need is to collapse all groups but one. This is a contextual grid. Meaning that whatever they clicked on to load the grid, is the group that should...
Not Answered
180
views
3
replies
.NET 6.0 UltraDataSource & UltraGridLayout missing LoadFromXML and SaveAsXML methods
Upgrading a working project from .NET Framework 4.8 to .NET 6.0 and these lines fail to compile. The XML methods are just not there. "SaveAsXML is not a member of UltraGridLayout" What gives? ...
Answered
202
views
3
replies
Performance issue selecting a row with more bands in it
I displaying a recursive dataset on ultraGrid with about 160k entries. This dataset has at most 7 row levels (Bands) on it and it has a acceptable performance loading this datasource and displaying...
Not Answered
94
views
1
reply
summary row
I want display grid A B C A1 30 x1 y1 10 X2 Y2 20 A2 50 x21 y1 20 x22 Y2 30 Grand total 80
Answered
180
views
2
replies
Hide column or change column name in same band
Hello, I don't speak your language so I hope you will understand. I have a list of objects that contains another list of objects. To clarify the scenario Object 1: Public Class FaseReport ...
Answered
163
views
1
reply
Multiple Bands with Complex Enumerated Lists
Hello, Say we have a list of Offices, and Offices has a list of Employees. public class Office { public string Name {get;set;} public IEnumberable<Employee> Employees {get;set;} } Is there...
Not Answered
253
views
3
replies
How to disable or remove tooltip from summary row in ultragrid?
Hello, I have an ul on which i have added a summary row-: var s = ultraGrid.DisplayLayout.Bands[0].Summaries.Add(var.Key, SummaryType.Custom, respectiveCalculator, var, SummaryPosition.UseSummaryPositionColumn...
Answered
785
views
10
replies
Arrow key navigation with KeyDown and AfterCellUpdate to save values
I'm using ultragrid KeyDown to implement navigation of the grid using the arrow keys. This works great, however I also use AfterCellUpdate to update the XML used to populate the grid. The AfterCellUpdate...
Answered
557
views
2
replies
Select a single row with multiple group by rows.
I was wondering if there was an easier way to select a specific row when multiple group by's are involved. Clearly the code below will allow me to select the row I am looking for with only one group by...
Not Answered
166
views
1
reply
Infragistics Excel export gives an empty file
Hello, I am using Infragistics version 17 in a WinForms SAAS project. I am using the UltraGridExcelExporter.Export() function (native function) and it is working fine if I am on the server which hosts...
Loading...
Load More