RepeatColumns="4" RepeatDirection="Vertical"
All I want to do is to make the list of items of radRibbonBarMenuItems to be scrollable.
Update ( this was observed using RadMenu, when I used in as template )
I tried to do something similar to ribbonbarmenu.png ... but it seemed like in my application with telerik, nothing can actually 'cross' the Tab-Group-Text, "Font" here in ribbonbarmenu.png ... To see how telerik behaved in my application for the same scenario, please have a look at RadRibbonBarMenu & RadMenu-AsRadRibbonBarTemplate (FYKI - Both these have exact same items so at least they should have the exact same items)
May be I am missing something ? Again, my main issue is not being able to scroll thru the items on the RadRibbonBarMenu in the case where the menu becomes lengthy enough so that it can not accommodate itself within the screen height.
Thanks,
-Aarsh


An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
I'm facing this terrible bug that i can't find any article or workaround for.
Am using RadAsyncUpload in my web form (asp.net) and it so happens that i have a jquery plugin (jquery.ibutton.js) on the same page, which basically handles an iphone switch look and feel for the checkboxes and radiobuttons.
By default, RadAsyncUpload renders as silverlight which works great on all browsers. However, when i added the iButton plugin on the same page as the AsyncUpload in (chrome/safari), the AsyncUpload control is untouchable. I can't touch it, click it or interact with it. Its like its just blocked somehow!! But it works fine on all the other browsers, even IE -_- (shocker)
I figured out the relation when i removed the iButton plugin constructor and everything went back to normal.
Can someone maybe help me with some feedback or if he can repro this bug...much appreciated
Note: I did try to switch off the silverlight module in order for flash to kick in. It seemed to work, but after i select a file this JS Error takes place and i have no clue how to handle it (Uncaught Syntax error, unrecognized expression #[object Object])