I have a grid and I created an insert that happens inside the context menu.
I have set the rowDataBound to set the column based on other columns in the data.
When I insert a new record the row does not have the calculated value like the other rows. How would I make the new row have the same calculations? Or would it would be better to use a rowtemplate/columnTemplate if so can you provide an example?