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!