.RadPanelBar
.rpGroup .rpLink,
.RadPanelBar
.rpGroup .rpOut
{
background-color: transparent;
background-image: url('Images/SubItemStates.png');
background-repeat: no-repeat;
}
If I remove the reference to the ".RadPanelBar .rpGroup .rpLink" It will display the bar normally but the right end cap is missing. If the reference is included It will display the top part of the end cap but it also includes the bottom 10px of the bar. If I could adjust the height, add 10px to the original background (bar image) size, using a CSS style that would fix the problem. But I cannot figure out were to add it.
I don't really understand this method of displaying a sizeable background image bar. Any help in understanding this would be greatly appreciated, more importantly how to fix it would be even more appreciated!!!
Thank you!!
~Jason

<Columns>
<telerik:GridClientSelectColumn UniqueName="ClientSelectColumn" />
<telerik:GridBoundColumn DataField="MailingEnvelopeID" DataType="System.Int32" HeaderText="MailingEnvelopeID" ReadOnly="True" SortExpression="MailingEnvelopeID" UniqueName="MailingEnvelopeID" Visible="False">
<HeaderStyle Width="0px">
</HeaderStyle>
</telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="MailingEnvelope" HeaderText="Mailing Envelope" ReadOnly="True" SortExpression="MailingEnvelope" UniqueName="MailingEnvelope">
<HeaderStyle Width="320px">
</HeaderStyle>
</telerik:GridBoundColumn>
</Columns>
| As long as there is less data than available rows on the screen the control |
| displays perfectly. When additional rows arise a vertical scrolbar appears |
| on the right hand side and the displaced GridBoundColumn partially obscures the |
| GridClientSelectColumn. Furthermore as the text in the header is slightly |
| larger than the default size there is an unsightly gap at the top right of the |
| scrollbar which is caused by the header for the scrollbar remaining at the |
| default height. Could you advise on how best to handle these |
| issues? Thanks Simon. |

The more complex my forms get the more I see control events fired that I'd like to eliminate. With a completely ajaxified site, additional rules come into play about what gets processed on the server even if we're only doing partial postbacks. To minimize the burden on the server, some activity should be moved to the client.
None of this is unique to RadControls, but effective use of RadControls is only possible when someone has a solid handle on all of the base concepts. I know that my understanding of the ASP.NET page life cycle is limited and only time and more reading will help to internalize the entire process. But I know I'm not alone, and many issues that people face here are directly related to ineffective management of the entire page cycle.
I know a lot of questions can be answered by taking a week-long class on advanced ASP.NET with a quality provider. But "for the masses" I'm wondering if anyone is aware of free resources, hopefully provided by Telerik, that walk through the full execution of components from client to server so that we can get a good handle on exactly what is happening under the covers. Here are examples of the sort of information that I think would be helpful to everyone. I don't want the answers to specific questions, these are just examples of the scope/categories of questions that people may have:
If I could get a dream realized I would find the following resources:
What do you think?