0

Can you tell me please how I can combine content of two columns into one, another words, I need to render custom content for two columns but interpret it as a one column content. After revising control and I think it equal colspan HTML. Sample:

|--Col0--|--Col1--|--Col2---|
|--------|-CombindedContent-|

Using DevExpress MVC Griv View!

Thanks!

1 Answer 1

1

DevExpress MVC GridView does not allow for the organizing column in the required manner. It is possible to use a merged column (band) at the first column level only:

http://mvc.devexpress.com/GridView/Bands

It is possible to use templates for organizing such a UI. However, in this case, you lose the built-in column resizing/best-fit functionality.

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

Comments

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.