|
Browse by Tags
All Tags » UlraWinGrid ( RSS)
-
Hi mike, I am binding the list of data to ultragridview.The grid is in hierarchcial structure such as parent,child and grand child in a multiband format. i need to change the grid for format into card view. In card view child list will not be getting displayed. I want to show this hierarchical grid in...
-
Is there a way to present two level headers. meaning as in the image below my first level header is Personal Info and Money Info and the second level header is name, age and so on. When the user scrolls both should scroll, basically they both are header bands Personal information Money information F...
-
I also have this problem with the datagrid. My users want the grid calendar combo control to offer them the same functionality as the ultra calendar combo. Not everything mind you, but I feel silly telling them "due to technical limitations of the framework we can't enable you to have a calendar...
-
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...
-
Hi, I finally solved this issue with this workaround: 1. In the UG Designer manually define the schema with all the columns in my procedure 2. Tell the UG Designer that I will manually assign the DataSource property (not use BindingSource nor UltraDataSource) 3. In the refresh method (where I run the...
-
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...
-
Hello, First of all, I'm a french developper so sorry for my english and if I make mistakes. I'm using Infragistics grid in my project. I'm testing StrataFrame and I made tests to compare the time of grid loading. With a Infragistics grid, the time of loading for 20 000 records is 26 seconds...
-
Hi all I am using ultraGrid for a data entry win-form, I dont know what i was doin in properties some thing suddenly wrong with grid, its now showing a vertical line at the centre of grid and all columns are again showing in next to that line.... simple there are two portion of the same cols of the grid...
|
|