• North American Sales: 1-800-231-8588
  • Global Contacts
  • My Account
Infragistics Infragistics
Menu
  • North American Sales: 1-800-321-8588
  • My Account
    • Sign In/Register
  • Design & DevelopmentDesign & 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
Windows Forms
  • Product Platforms
  • More
Windows Forms
Windows Forms Windows Forms
  • Files
  • Wiki
  • Members
  • Mentions
  • Tags
  • More
  • Cancel
  • New
Windows Forms requires membership for participation - click to join
  • All tags
  • WinGrid
  • datafilter
  • Threading
  • WinCombo
  • WinDropDown
  • UI Thread Marshaling in the Model Layer

    Jason Beres [Infragistics]
    Jason Beres [Infragistics]

    This article is original content by contributor Mike Heffernan


    It is well known that most Windows Forms  are not thread safe, and all changes to these controls should run (be marshaled on to) the thread processing windows events (the UI thread). Worker…

    • over 16 years ago
    • Windows Forms
    • Windows Forms
  • Disable WinGrid Row, Cell or Column with Activation Object

    Jason Beres [Infragistics]
    Jason Beres [Infragistics]

    It is sometimes necessary to make a column which is editable in the underlying data read-only or disabled in the grid.  This can be done by changing the Activation on several levels of objects.

    To disable editing in the entire grid or on a Band-level…

    • over 16 years ago
    • Windows Forms
    • Windows Forms
  • Using an WinGrid DataFilter to Convert Strings to Bools (and vice-versa) for a Checkbox Column

    Jason Beres [Infragistics]
    Jason Beres [Infragistics]

    Introduction

    The DataFilter in the WinGrid provides a powerful and flexible means for transforming data from one format to another when putting data into or extracting it from the grid. This article will demonstrate data filtering by showing an  WinGrid…

    • over 16 years ago
    • Windows Forms
    • Windows Forms
  • Select All Rows in WinGrid Programatically

    Jason Beres [Infragistics]
    Jason Beres [Infragistics]

    To select all the rows in the UltraWinGrid programmatically, the obvious solution is to loop through all the rows and set the Selected Property of each row to true. However, this is inefficient and if there are a lot of rows in the grid, it can take more…

    • over 16 years ago
    • Windows Forms
    • Windows Forms
  • Change Color of Column Headers in WinGrid

    Jason Beres [Infragistics]
    Jason Beres [Infragistics]

    Introduction

    The UltraWinGrid column headers SupportThemes property is set to True by default.  This setting allows the grid to let the operating system draw certain aspects of the control with an XP theme. If you try to set the column headers of the grid…

    • over 16 years ago
    • Windows Forms
    • Windows Forms
  • Best Practices for Placing a DropDown or Combo in an WinGrid Cell

    Jason Beres [Infragistics]
    Jason Beres [Infragistics]

    Best Practices for Placing a DropDown or Combo in an WinGrid Cell

    Summary

    It is often desirable to place a dropdown list of choices in a cell of the grid. This has several advantages:

    1. The user can drop down a list and pick one of several options…
    • over 16 years ago
    • Windows Forms
    • Windows Forms
  • View related content throughout Windows Forms
  • More
  • Cancel