'Can DotVVM GridView columns be defined dynamically?

Is it possible to create a DotVVM GridView (Business Pack and Bootstrap versions OK) with the columns dynamically defined?

I am modernizing an application where some pages use grids that are customized with what columns to include and some properties (display order, data type, etc.) stored in a database. The current version adds columns to the (ASP.NET) grid at run time in the code-behind. Is there some way I can achieve the same effect with a DotVVM GridView?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source