Hi
Tried implementing datatable using gridview as per below URL
http://www.aspforums.net/Threads/155443/Apply-Bootstrap-DataTable-Plugin-to-GridView-for-searching-paging-sorting-using-jQuery-in-ASPNet/Replies/3#Replies
This workd only when the column are boundfiled. I need to implement the same using template fields that containg web server controls.It throws the below error when implementing temaplate fields.
"DataTables warning: Non-table node initialisation"
Is their any workaround for the same.
Thanks
Usha
I found a solution that when the control has runat attribute the error was coming. I used ClientIDMode= Static to server controls and it worked fine.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.