the ultrawebgrid add an new row on client side,but the templatedcolumn is null in the new row.
how to solve it?
Items in a templated column can only be created on the server. You either need to cause a postback, use the grid's AJAX functionality, or something similar.