0

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 1

0

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#

Sign up to request clarification or add additional context in comments.

2 Comments

I'm doing Desktop Application and how can i do the same there?
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 ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.