|
Browse by Tags
All Tags » Bands ( RSS)
-
Hello, I am trying to add a row expand button next to each of my row. Instead of binding a dataset with two related tables, I am trying bind my grid to one table. But I need to have a expandIndicator to the left of each row which I can use to look up further data if the user chooses so. Any ideas highly...
-
Hi, I am usiing the UltraWinGrid v.51 and am having issues binding multiband items to the datagrid. my File object contains properties: Private DataStoreID As String Private StoreType As String Private StoreStatus As String Private FileName As String Private ContainedStorageType As String Private DefaultComponents...
-
I'm using the UltraGrid v7.1 on my current project and it is exhibiting some slightly perplexing behaviour. The grid itself is being bound to a custom class which inherits from BindingList<T> and contains a number of other custom objects all inherited from a base class (GridDataRow) which exposes...
-
I have a WinGrid with the following band structure as manually defined in an UltraDataSource: Main Band with child bands, Band 0, Band 1 and Band 2. Only Band 0 has its headers set to visible. By default I will have an entry in "Main", "Band 1" and "Band 2", but "Band...
-
I have a wingrid where i need to add column dynamically.I have 2 buttons on the page, on clicking on one button it should add a column of dropdown column after the last column and if the second button is clicked i need to add a complex column in which ( the header is one dropdown and the bellow it 5...
-
Hi, I need to get rows from a band on a wingrid. I need to get the rows from any band. I read somewhere that's not possible to get the rows from multiple band, but if i just want the rows of a specific band how could i do this? Thanks
-
I have a hierachical grid to which I have added a column of check boxes in both bands. I need to be able to get/change the value of a check box in the second band but have no way to get which row in which the check box resides. How do I get the row/cell of second band in a hierarchical grid?
-
Hi, In our application we are using Infragistics Webgrid with Multi Bands.We are binding around 8000 records in the grid.The loading time becomes too low as it takes around 30 minutes to load 8000 records.Could you please suggest me on how to reduce the loading time or is there any way to optimise it...
-
HI, I have a grid I'm using to display a collection. Each row in the collection is of type Product. There's a property call RelatedProducts which which is a collection of Products. This seems to cause the WinUltraGrid problems.. it tries to discover band information,stops at 100,and no longer...
-
Okay, I'm having a problem where code concerning a Grid is running much more slowly than I find reasonable. I have a grid with two bands: band[0] rows MAY have a child record, and if they do then a (Band[0]) checkbox must be checked to signify that. When saving, I must verify that any row with the...
|
|