Is there any possible ways to add/delete a column in xgrid t

Sorry, forgot to put my e-mail in the previous message. Same question, Is there any possible ways to add/delete a column in xgrid table?

pro version contains _mcol extension which adds support of next command
  grid.insetColumn(…)
  grid.deleteColumn(…)