N
Nicolas LeBlanc
Hello,
I'm trying to do a control that does an html table around other controls, it
works 100% fine, but I have decided to implement design time viewing, now
I'm in trouble.
It works, but it does not render any nested controls inside my control
(which inherits from a Panel), so no child controls are rendered in design
time at all.
Of course, if I don't use a designer, I have the standard Panel behavior,
but this is not what I want, I want to see my html table rendered and the
content inside the panel rendered too.
There are very few examples on the web, and I have yet to see anybody doing
a GetDesignTimeHtml method that, for exemple, render a datagrid inside it...
Can anybody help? This is not really needed, but design time viewing is
pretty useful.
Thanks.
I'm trying to do a control that does an html table around other controls, it
works 100% fine, but I have decided to implement design time viewing, now
I'm in trouble.
It works, but it does not render any nested controls inside my control
(which inherits from a Panel), so no child controls are rendered in design
time at all.
Of course, if I don't use a designer, I have the standard Panel behavior,
but this is not what I want, I want to see my html table rendered and the
content inside the panel rendered too.
There are very few examples on the web, and I have yet to see anybody doing
a GetDesignTimeHtml method that, for exemple, render a datagrid inside it...
Can anybody help? This is not really needed, but design time viewing is
pretty useful.
Thanks.