i want to fix my header in ultrawebgrid and as the row will increases the rows will scrolll but header will remain at same place .how can i do that.
User following code to fixed the header :
mobjCServerGrid.DisplayLayout.UseFixedHeaders = true;
mobjCServerGrid.DisplayLayout.StationaryMargins = StationaryMargins.Header;