This is a migrated thread and some comments may be shown as answers.

PanelBar Icon and grid problem

1 Answer 73 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Erwin
Top achievements
Rank 1
Erwin asked on 26 Aug 2009, 06:11 AM

I have a panelbar and I want to put an icon that id bigger than the panel. I would like to make the icon overlap the panelbar. It should look like this:

  |----|

|-|icon|-------------------|

| |----|  Panelbar         |

|--------------------------|

|                          |

|                          |

|                          |

|--------------------------|

 

Here the icon overlaps the panelbar. I have tried setting big icons but the panelbar will adjust its size to fit the icon to its size..

Second problem..Grid inside the panel.

How can I get the event of the grid inside the panel since in my VB the only companent seen is the panel. I know how to initialize the grid by using this code:

 

    Private _GrdAttachments As RadGrid

 

        _GrdAttachments = DirectCast(PanelAddAttachments.FindItemByValue("panelattachments").FindControl("GrdAttachments"), RadGrid)

 

        _GrdAttachments.DataSource = datasource

 

 

But I don’t know how to cupture its events like onPrerender and onNeedDataSource

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 26 Aug 2009, 01:55 PM
Hello Erwin,

Unfortunately, you cannot have an image in the item that will overlap the panelbar.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
PanelBar
Asked by
Erwin
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or