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

Transision to the new Radsplitter faild

1 Answer 41 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 2
Iron
Iron
Pierre asked on 03 Jul 2007, 04:28 PM
Hi, in my application I use the old radsplitter with a custom skin, in one pane I have a dynamically loaded panelbar. For each panel bar item I got a dynamically loaded menu. All work good with the old radsplitter.

With the prometheus one a got several problems:
1- In my skin file I change the prefix to Telerix:radsplitter and. I got a fist error telling me that my CRC skin are not found in the embended skin. I put the EnableEmbendedSkin to false. I stop receiving the error but my layout are horrible. If i right click-property on the dock image I see the he try to load it with webenmended? (or somthing like that).

2- if I collapse and expand again a panelbar item the menuitem are rendered over other menu. To solve this I use this code, but this not work anymore. Meaby this problem are not linked with the new RadSplitter but more to the SP2 version of RadControl ?

function ResizePanelBar()
{
  var panelbar =document.getElementById("ctl00_RadPanelbarMain");
  panelbar.RadResize();
}


1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 07 Jul 2007, 12:27 PM
Hello Pierre,

Can you please open a new support ticket and send us your application? Make sure the application is full and can be run locally - we will check it right away and do our best to help.



Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
Pierre
Top achievements
Rank 2
Iron
Iron
Answers by
Georgi Tunev
Telerik team
Share this question
or