this.contextMenuItems = [
{text: 'EditCol', target: '.e-headercell', id: 'EditCol'}, // name, type(text, number, date, boolean, select), defaultValue, width, font-size, color, aligin, word wrap
{text: 'NewCol', target: '.e-headercell', id: 'NewCol'},
{text: 'DelCol', target: '.e-headercell', id: 'DelCol'},
{text: 'ChooseCol', target: '.e-headercell', id: 'ChooseCol'}, // dialog choose column show/hide
]