Categories | Question details Back To List | ||
How to load apostrphe ' symbol with grid data I need to load apostrophe which will be entered in Name text field.Is it possible in dhtmlxgrid to load that symbol('). Answer posted by Support on Jan 16, 2008 07:42 There must not be any problem with code as grid.setHeader("A,B'B,C"); The apostrophe char has not any special meaning. If you still have problem with it - please provide full problematic code. |