Currently the RADGrid only supports creation of columns on the server side. With todays browsers capabilities it is important to support client side column creation as well.
If the user's browser supports html5 local storage, I'd like for the RadGrid to be able to save/load its settings from there for things like page size, column order, sorting, etc. Other controls may be able to do this as well.