Sadd
2 Aug 2012, 1:42 PM
Hi,
i'm working on a grid and i need to render a textbox field and make it editable. I achive to edit cell with editcell but i dont know how to render this textbox filed as default for the cell. I try with a renderer function returning
return "<input type'textbox' value='" + record.get("Id") + "'></input>";
and with this i have two problems first when i click the cell editor textbox appears and its look pretty bad, and it is not correct.
How can i make a textbox cell editable?
i'm working on a grid and i need to render a textbox field and make it editable. I achive to edit cell with editcell but i dont know how to render this textbox filed as default for the cell. I try with a renderer function returning
return "<input type'textbox' value='" + record.get("Id") + "'></input>";
and with this i have two problems first when i click the cell editor textbox appears and its look pretty bad, and it is not correct.
How can i make a textbox cell editable?