Justin Cooney
Web Development Tips and Examples
Category: DataGrid
-
If you are writing a report using a .NET DataGrid, it’s very possible that you’ll want to conditionally highlight key data in the report.
-
A request came to my desk today about a project that is using an ASP.NET 2.0 DataGrid control to display a set of data. The DataGrid has paging enabled, but the client was complaining that the first column of the report was far too wide for the data it was displaying. I took a look…