|
Browse by Tags
All Tags » databinding ( RSS)
-
Hi, my grid displays a list of customer-objects. one column displays the adress (it is bound to the Adress - property of the customer). The DataSource of the grid is a BindingSource witch contains customer objects. The Objects are: public class Adress { public string Street {get; set} public string City...
-
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...
-
My dropdown doesn't have any HTML code in the .aspx file. I used the functions for the infragistics grid/dropdown to get the selection to go to the value 'Yes'. The value will always be 'Yes'. The problem that I'm having now is that when I enter the cell and there's already...
-
Hi all, How to track whether the grid is edited (any of the cell value is changed withrespect to that of the binded value).is there any direct method.......... Thanks in advance , Regards, Arun
-
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
-
Hello, I have two questions/issues. I have an UltraGrid loaded with my layout information. Initially when my datasource changes from nothing to something, everything works fine. But once the datasource is reset from something to nothing and back to some other datasource using the SetDatabinding the grid...
-
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...
-
I am using UltraWebGrid 2007 version 3. The View Type is set to Hierarchical in the design mode and I have designed my Bands at Design time. The data source can be either flat or hierarchical . When I bind a Flat data, teh Grid displays it. But when I bind the Grid again with Hierarchical data after...
-
We're having an issue with the UltraWebGrid. I have datasource objects created using SubSonic. Let's say the parent and child are related on the property pA (I exclude all the "get/set" code for purposes of brevity); Public Class Parent { public int pA; public int pB; public ChildCollection...
-
I'm having a similar issue but with the UltraWebGrid. I have datasource objects created using SubSonic. Let's say the parent and child are related on the property pA; Public Class Parent { public int pA; public int pB; public ChildCollection childColl; } Public Class ParentCollection { public...
|
|