I need to concatenate these two columns into one:
columna1: columns.Bound(c => c.primer_nombre).Title("Nombre").Width(30);
Columna2: columns.Bound(c => c.primer_apellido).Title("Apellido"=.Width(30);
That those two remain in a single column, how can I do that? It's ASP.NET with a framework called Kendo UI GRID.
This is the code environment I'm working on: