Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » databinding » Custom Business Objects (RSS)
  • Infragistics grid columns in Microsoft's DataGridView control and Nullable(of Date) fields

    Hi, I am using Microsoft's DataGridView control (framework 2.0) and I am trying to add infragistics DateTimeEditorColumn to it at run-time and bind to BindingList<T> collection . Please correct me if I am wrong but it looks like there are 2 ways of doing this: 1) Dim colDOB As New Infragistics...
    Posted to Forum by masyanya on 09-09-2008
  • Binding to Complex Business Objects

    Say I have a set of Business Objects that look like this: public class MasterObject { public string Description {get; set;} private Settings _setting = new Settings(); public Settings MasterSettings { get { return _setting; } } private List<DetailObject> _details = new List<DetailObject>...
    Posted to Forum by crmckenzie on 04-11-2008
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems