Прокручиваемый заголовок замораживание gridview
I have used below code for scrollable header freeze in GridView Scrollable Gridview with fixed headers in asp.net - ASP.NET,C#.NET,MVC,JQuery,JavaScript,SQL Server,WCF examples[^] It working fine. but it create griewview clone. when i copy gridview data then it paste twice.
Что я уже пробовал:
ScriptManager.RegisterStartupScript(Page, this.GetType(), "Key", "<script>MakeStaticHeader('" + GridView1.ClientID + "', 500,1250 , 85 ,true); </script>", false);