Search

You searched for the word(s): userid:853147

Matching Posts

  • Re: Move GridView command column or dynamically append columns

    Thank you very much for the quick reply and yes that worked. Here is a snippet from my field generator ( adapted from DynamicDataFutures ) I'm not sure if this is the best way to go about it, but it seems to work and leaves me to get on beating my head against the next obstacle. public ICollection GenerateFields(Control control) { // Get all of table's columns, take only the ones that should be automatically included in a fields collection, // sort the result by the ColumnOrderAttribute,
    Posted to ASP.NET Dynamic Data (Forum) by 10Bulls on 2/4/2009
  • Move GridView command column or dynamically append columns

    Greetings all, I am hoping you can save my crumbling sanity. I have written a simple Dynamic Data application, displaying a scaffolded table to a GridView. So far so good. All I would like to do is move the command column, with Edit Delete Insert etc (column(0) to the right most column. I could do this by writing Custom Pages for each object, but I would like to do this for the generic PageTemplate. My thought was to create the command column in code and append it to the column collection but I am
    Posted to ASP.NET Dynamic Data (Forum) by 10Bulls on 2/3/2009
Page 1 of 1 (2 items)