Browse By Tags

  • 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…

  • Re: Picking which DataTables to Show in the UltraWebGrid

    elamberton,

    Along the lines of WombatEd, here is a concept to try...Since you can pre-fill a WebCombo with the names of the two/three/four/... potential child tables you should be able to drive your active relationship off that selection.It is obvious…
  • Child Bands become null when changing from Flat to Hierarchical data in a Hierarchical Grid

    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…

  • Can't bind UltraWebGrid to Hierarchical Business Object (from SubSonic)

    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 P…

  • Web Grid different drop downs lists on different bands

    Hello,

    I have ran into the situation where I have a hierarchical web grid with 2 levels. The first level is a single column with company names.

    The second level has several columns one of them is name. I have changed the name column to be a drop down…