Hello, One possible solution: 1. UniHiddenPanel - > UniButton1 2.  procedure TMainForm.UniFormReady(Sender: TObject); begin with UniDBGrid1 do if HeaderTitle<>'' then JSInterface.JSCall('header.add', [UniButton1.JSControl]); end;  
    • Upvote
    • Like
    2