Hello @Larry Tay
In order to do that you can use the Wijmo Flexgrid autoSizeColumn method documented here.
On our component you can call it via API with:
GridAPI.GridManager.GetActiveGrid().provider.autoSizeColumns(0,0,true,50)
Hope it helps and please give us some feedback.
Cheers,
GM