Jump to content

Recommended Posts

Posted

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

Posted
8 hours ago, MAPS said:

if UnimFSToggle3.Toggled then

Hello,

Can you please specify, which edition and build of UniGUI are you using?

  • Like 1
×
×
  • Create New...