-
This is a followup to my post on creating a DropDownField for the GridView control. Just a couple of tips for anyone else who might be developing custom columns for the GridView. If you don't care about customizing the GridView, don't bother reading this. Tip #1 - Respect the Page Lifecycle The...
-
One of the requirements on my current project involves the user defining what a grid of data should look like. We allow a user to create a "definition", which we persist in the database and then we construct a GridView at runtime based on the "definition". This mean that we don't...