Hi,
I have 2 question according to Webgrid:
Thanks
Maya
Hi Maya,
I wanted to know how did you lock the columns? I have a huge webgrid with large horizontal scroll and
the first column is a date column. Requirement is to freeze or lock the date column so that even if we
scroll horizontally, we can track the date of the row.
Thanks in advance.
Sairam
Hope this would help -
1. mobjCServerGrid.DisplayLayout.UseFixedHeaders = true;
mobjCServerGrid.DisplayLayout.StationaryMargins = StationaryMargins.Header;
2.
By Setting Column format properties.
mobjCServerGrid.Columns[0].format = "0.00";