views:

978

answers:

1

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!

A: 

Hi deadbug--

Does your custom GridView control extend the built-in GridView?

If so, it should be possible to use your custom TableCell in your GridView's RenderContents function.

If you'd like, please post any of your code that might help. I've worked on custom GridViews before (albeit with very limited functionality), so I might be able to lend a hand.

Jeremy Kratz