I have a grid with header. Header has inputs for seach strings. Inputs add to header so (";;" is delimiter):
headerAttach += “;;”;
headerAttach += ‘
…
columnNames = “…”;
grid.setHeader(columnNames);
…
grid.attachHeader(headerAttach);
Selecting string in input is not working with keyboard and mouse. Need for IE.