This question is locked. New answers and comments are not allowed.
Instead of defining fixed grid columns directly on MVC views, I need to
programmatically
generate grid columns based on some criteria - for example, I need to show some columns to one group of users and show different set of columns to another group of users. Is there a way to do this? Thanks.