Jump to content

MAPS

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by MAPS

  1. There is still this example, I need it ....
  2. function store.load(sender, records, successful, operation, eOpts)
    {
        sender.grid.getHeaderContainer().hide();
    }

     

     

    This command causes a bug when updating the UnimDbGrid. When showing the data ok, but when you update the Grid with more data it returns to the new data only one column.

    1. Show previous comments  3 more
    2. MAPS

      MAPS

       

      I have friends with more current versions with the same problem. So I don't think it would be the case to upgrade to a new version.

    3. MAPS

      MAPS

       

      In the UnimDbGrid component itself -> Options -> dgTitles = False does not work at run time.

    4. Sherzod

      Sherzod

      Do you use trial version?

  3. if UnimFSToggle3.Toggled then begin UnimDBGrid2.Grouping.FieldName := 'GRUPO'; UnimDBGrid2.Grouping.Enabled := True; UnimDBGrid2.Grouping.Enabled := True; end else begin UnimDBGrid2.Grouping.FieldName := ''; UnimDBGrid2.Grouping.SortDescending := False; UnimDBGrid2.Grouping.Enabled := False; end; Error: ajax cannot read property feature of undefined
×
×
  • Create New...