Jump to content

MAPS

Members
  • Posts

    2
  • Joined

  • Last visited

Status Replies posted by MAPS

  1. 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. MAPS

      MAPS

       

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

    2. (See 5 other replies to this status update)

  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. 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.

    2. (See 5 other replies to this status update)

  3. 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.

×
×
  • Create New...