Fixed header grid is not working when grid is in page load
we have a custom control grid and they are freezing header row and pager using a javascript functions. Using $document.ready we are calling javascript function to get this behavior to grid.THis is perfectly working when grid is binding in a button click.
If grid is in page load, this is not working. Instead of document.ready I tried to call javascript function from OnInit method of .cs file , but grid is not perfectly working as it is on postback event. How to fix this?