I've created a custom GridView server control. The next thing I'd like to do is to use my own custom TableCell Collection with that GridView so I can set some custom properties and etc. Countless hours of Google searches have made me dizzy and yielded no real results.
Does anyone have any tips on how to accomplish integrating a custom TableCell Collection into the GridView's GridViewRow?
Thanks in advance for the help!