|
Browse by Tags
All Tags » databinding » UlraWinGrid ( RSS)
-
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...
-
Multiband - How can I limit the display to only part of a hierarchical dataset? I have a hierarchical dataset with which I only want to show part of the dataset hierarchy in a grid. The dataset looks something like this (using parent/child analogy. Each node is a table, not a record) 1) Parent a. Child...
-
Hi Matt, I just want to say thanks for your suggestion. This property is exactly what I have been looking for. By setting MaxBandDepth to a smaller value, the UltraGrid databinding is much faster. DS
-
Hi, I'm trying to usa an UltraWinGrid to display dynamic data. I've binded the UltraWinGrid with a BindingSource object. The datasource of this object changes (only rows change, not columns). If I try this: binding.DataSource = _myData; myWinGrid.DataBind(); I can correctly load data in the control...
-
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 "...
Page 1 of 1 (5 items)
|
|