Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » UltraGrid » DataBinding (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
  • Data binding a subordinate property

    Hi! We usually define some columns according to the targeted properties of [Business Object Type] and then bind the UltraGrid's "DataSource" to a "BindingList<[BO Type]>. This works well as long as each column key equals to a property name of [BO Type]. E.g. to bind to "...
    Posted to Forum by daniel2008 on 06-13-2008
  • Can't focus empty grid rows area by TAB key, only by clicking it

    Hi, I've got a databound, empty grid. When I click the first cell, the row template appears and I'm in edit mode -- everything is fine. But when I try to do the same by using the keyboard, it doesn't work: I start in a textbox (Tab order 0) outside the grid, I press the TAB key to navigate...
    Posted to Forum by daniel2008 on 05-16-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 (4 items)
Powered by Community Server (Commercial Edition), by Telligent Systems