I have a Method, which returs Some kind of data, One of them is lets Say FirstClass typed Array. FirstClass contains two properties. Can I display this field (I mean FirstClass two properties for all array members) into DatagridView One Cell??
1 Answer
You can concatenate the value of the two properties you need into the first GridView column
How to show two properties in one column of GRid View asp.net C#
2 Comments
scatterbraiin
I'm doing Desktop Application and how can i do the same there?
Massimiliano Peluso
I don't think it is that easy in win form world. why don't you concatenate the property at datasource elvel perhaps adding another property to you datasource that contains the concatenation of them ?