maxlength in cell
How do I apply a maxlength attribute to a grid cell?
gridobj.getCellTemplate(3,1).getContent("box/text").setAttribute("maxlength", "2");
Is this how?? This does not seem to work though!!
gridobj.getCellTemplate(3,1).getContent("box/text").setAttribute("maxlength", "2");
Is this how?? This does not seem to work though!!
J Mansons
June 4,