How to calculate RadGrid cell value on Client side?
I have telerik RadGrid which is in edit mode. Each cell contains NumericTextBox. Is it possible to calculate one cell based on other cells in the same row (on client side). For example if I have a row which contains cells like price and item I want on every change to calculate total price but on client side, without going to server side. Is this possible with RadGrid? Thanks for all your answers but I found the solution here at telerik forum . I'll just paste the solution here in case that somebody get stuck on the same issue. ASPX: <Columns> <rad:GridTemplateColumn UniqueName="Price"