sDBGrid Root › Technical support › Tricks This topic has 5 replies, 3 voices, and was last updated 5 years, 8 months ago by Support. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 14, 2019 at 12:18 pm #38155 MetroFXParticipant Is it possible to combine the column headers in sDBGrid? February 19, 2019 at 6:09 am #59108 SupportKeymaster Do you mean something like attached image? Try to specify captions of columns with '|' divider like this: Code: item Expanded = False FieldName = 'Address1' Title.Caption = 'Address|First' Width = 184 Visible = True end item Expanded = False FieldName = 'Address2' Title.Caption = 'Address|Second' Width = 50 Visible = True end February 19, 2019 at 1:17 pm #59114 Stephane SenecalParticipant Wow I didn't know that. That's nice! Stephane Senecal CIS Group Delphi programmer since 2001 February 20, 2019 at 8:02 am #59127 MetroFXParticipant 'Support' wrote: Do you mean something like attached image? Try to specify captions of columns with '|' divider like this: Code: item Expanded = False FieldName = 'Address1' Title.Caption = 'Address|First' Width = 184 Visible = True end item Expanded = False FieldName = 'Address2' Title.Caption = 'Address|Second' Width = 50 Visible = True end Thanks. I rather feel something like that. I need to group some columns as in the attached picture. I'm sorry, but it works. But how to do it to align the text in the first line “Address” February 20, 2019 at 8:53 am #59131 MetroFXParticipant Again. Everything works, but not the end. I added a screenshot and as you can see, the first row is formatted differently. March 5, 2019 at 6:34 am #59184 SupportKeymaster 'MetroFX' wrote: Again. Everything works, but not the end. I added a screenshot and as you can see, the first row is formatted differently. Do you mean a different aligning of text? I will check it. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Tricks