up vote 0 down vote favorite
share [g+] share [fb]

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!

link|improve this question

64% accept rate
Have you also created a class that inherits from TableCell class? By this, you can add your TableCell object to GridViewRow. – Sachin Gaur Feb 23 '09 at 9:09
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.