vote up 0 vote down star

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!

flag

60% 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 at 9:09

1 Answer

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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