DevExpress ASP.NET MVC extensions are commercially produced AJAX controls from DevExpress.
Questions tagged [devexpress-mvc]
197 questions
-1
votes
1 answer
DevExpress MVC Grid sorted content to OpenXML
We have an MVC razor view with multiple controls. We need to replicate Razor view layout in Export to Excel content. So I used OpenXML to replicate the view in an Excel.
But now we got a new request to add additional section in the view to display…

user3799570
- 99
- 1
- 12
-1
votes
1 answer
DevExpress MVC GridView - How do i add X-number of columns (foreach) dynamically from collection (collection in collection)?
I have a DevExpress gridview which works as it should, but... in the binded model it's also a collection of "VisitTypes" i'm not sure how to handle..
It's a list (collection) of type "VisitTypeSummary".
What i'm trying to do is add a new column for…

Terje Nygård
- 1,233
- 6
- 25
- 48