|
Browse by Tags
All Tags » databinding » UltraGrid ( RSS)
-
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...
-
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 "...
-
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...
-
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>...
Page 1 of 1 (4 items)
|
|