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?
Has somebody can help me ??
Controls in a templated column need to be instantiated on the server. There's no way that I know of to instantiate these controls using JavaScript on the client.