:: Forum >>

[no subject]

hi, i need delete a row from my grid, but i dont know how implement the button, i want the button deletes row remain in grid.
the idea is this:
<script>

var obj=new AW.UI.Grid;
var btn= new AW.UI.Button;
btn.setControlText("eliminar");

obj.setHeaderText("header");
obj.setColumnCount(3);
obj.setRowCount(5);
obj.setSelectionMode("multi-row");
obj.setCellTemplate(btn, 2);
document.write(obj);



</script>

sorry for my english, but i speak spanish.
just that, greetings all, bye
Roosevelt Montoya
Wednesday, January 13, 2010

This topic is archived.


Back to support forum

Forum search