I have an UltraWebGrid and this UltraWebGrid has a TemplatedColumn,In the TemplatedColumn has a button.When I used igtbl_addNew function add an new row on Client-side,the new row has added,but the templatedcolumn didn't show a button in the new row,
how to show the button in the templatedcolumn in the new row?
igtbl_addNew(gridName,0);
igtbl_doPostBack(gridName);