In my previous Code section, I did the same in server side. Now, I perform the same task in client side.
<asp:GridView runat="server" ID="gvFinancial" AutoGenerateColumns="False" Width="100%" ShowHeaderWhenEmpty="true" EmptyDataText="No Records Found" >
<Columns>
</Columns>
</asp:GridView>