Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » databinding » Windows Forms (RSS)
  • DoneLoading/Calculating Event

    I have data source which is collection of objects that have some calculated properties from other properties. There is a lot of properties, about 200 from which 150 is calculated properties, so grid can have up to 200 columns. It is WPF application and I'm hosting UltraGrid in it. There is no other...
    Posted to Forum by andrija11 on 10-28-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