Browse By Tags

  • Using a control as a child of a ultragrid row

    Hi,

    1) Can we use a control (like a panel)  as a child of a row in ultragrid. I need to place a panel containing some controls, in a way so that when the row is expanded, the panel can be seen along controls present in it.

    Is there some way to do this…

  • How to display only a child band (hide the parent band)?

    Hi,

    I  am using NetAdvantage 2011.1 UltraWinGrid and UltraDataSouce. The grid has two bands (a parent and a child). At times I wish to only display the children using the same grid band layout of the child as defined in the parent/child.

    I know that…

  • Hide band(1) (DataSet.Relations)

    I have a DataSet with 2 tables and one relation between the two tables (pDataSet.Relations).
    I have 2 grids, one for the master (his DataSource is the DataTable for the master table) and the other for the child (his DataSource is the DataView for the child…

  • How: Band (0) Full Width - Child Band (1) Manual Width

    Hi there!

    I came here in my last resort.. I am trying to put my WinGrid with the band(0) full width screen, ok no problem, but my child band(1) width a manual width..

    My problem is that both the bands have a full width, i want band(1) with a width different…

  • ChildBands not being reset when filter cleared

    Hi,

     

    When I load my grid (without any filter applied), I save the layout as the default layout. The grid has a parent and one child band. Now, I set a filter , so that only one column from the childband is displayed, and three columns from the parent…

  • If column values within band are the same

    I currently have a multiband grid.  Now sometimes all the column values within a particular band have the same value.  In this situation I would like to show this column value in the parent band.

    For example below all the cars in Depot 1 are Red, so I…

  • How to add a row expand button

    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…

  • Multiband databinding

     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…

  • How to display band headers when no rows present?

    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…
  • How do you get a childband's row to highlight when selected?

    I have an ultragrid bound to a heirarchical object graph.  I have 2 bands with the hidden property set to false (the default) and all other band's hidden property set to true.  So there are 2 bands visible: Product and Exposure.  Each Product can have…