-
Ampersand in column model doesnt show in column header menulist?
Ampersand in column model doesnt show in column header menulist?
Hi Guys,
I just noticed that the "&" sign is not being shown in Grid Headel Column Menulist (in IE)?
It only shows "A" in checkbox list but in the header it shows A&B.
How can i resolve this?
this.main_grid_cm = new Ext.grid.ColumnModel([
new Ext.grid.CheckboxSelectionModel(),
{id:'imo', header: "Age", dataIndex: 'imo', sortable: true, width: 100},
{id:'name', header: "Name", dataIndex: 'name', sortable: true, width: 100},
{id:'pnc', header: "A&B", dataIndex: 'pnc', sortable: true, width:
]);
-
problem solved. just change the ampersand sign "&" in columnmodel to "&".
-
Sencha - Community Support Team
Column headers and texts should be valid HTML, so you need to use:
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us