views:

23

answers:

0

How would I extend DataControlRowState for GridView? I have a gridview that already extend the base gridview class. I'd like to add an additional "rowstate" called "Disabled". How would I go about doing this?

I guess what this is really about it how to extend an enum? Can it even be done?

Upon further reading, it appears this can't be done. See http://stackoverflow.com/questions/55375/add-values-to-enum