BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Frank,
Thanks for using Syncfusion product,
In MultiColumnComboBox the GridListControl has been used as
popup control. So the header text can be customized by handling the GridListControl QueryCellInfo event. Please make use of below code snippet. We have
also prepared a sample for your reference and it is attached below.
Code Snippet[C#]:
void Grid_QueryCellInfo(object
sender, Syncfusion.Windows.Forms.Grid.GridQueryCellInfoEventArgs
e)
{ if (e.RowIndex == 0 && e.ColIndex == 1)
{
e.Style.Text = "Name";
} } |
Please let us know if you need further assistance,
Regards,
R.Senthil kumaran
Hi Frank,
Thanks for your update,
The sample has been modified to VB. Please download the
sample from below attachment.
Please let us know if you need further assistance,
Regards,
R.Senthil Kumaran
Hi Frank,
We are glad to hear that the reported query has been
resolved. Please let us know if you need any further assistance.
Regards,
R.Senthil Kumaran