ASP.NET javascript embed in template column
- by Mahesh
Hi,
I am developing a web page in which a rad grid displays the list of exams. I included a template column which shows count down timer when the exam is going to expire.
Code is as given below:
<telerik:RadGrid ID="radGrid" runat="server" AutoGenerateColumns="false">
<MasterTableView>
<Columns>
…