Our application allows users to create their own fields in a database. Because of this, we need to build a dynamic column model for them to pick which columns they want to see in the datagrid.
So, we would need to make an ajax call to go and get the columns available to that specific user and then let them be able to turn select the column they would like to see.
Is there a way to build the column model dynamically instead of having the columns described in the grid before hand?
Thanks,
Ben
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top