Concatenate fields DB to display as one column in DataGrid

I am a newbie in VB.NET and I would like to know how to do concatenate fields DB to display as one column in DataGrid. If possible, would you give the example when answer, please. Thanks, Joe

1 Reply

AD Administrator Syncfusion Team October 9, 2002 07:39 AM UTC

You can use an Expression column to handle this. There's a FAQ at: http://www.syncfusion.com/faq/winforms/search/904.asp How do I use the DataColumn.Expression property to add a computed/combined column to my datagrid?

Loader.
Up arrow icon