Telerik Forums
Community Forums Forum
0 answers
126 views
0 answers
171 views
This is the funniest video I've seen in a long time.

I laughed so hard I fell out of my chair!

http://consumerist.com/consumer/youtube/microsoft-tech-leaves-babeluscious-support-message-186773.php
Josef Rogovsky
Top achievements
Rank 2
 asked on 14 Jul 2006
4 answers
262 views
Im using Menu control, and have tried for several hours now to get any of the offered download skins to apply, and no way - this thing has to hate me.

The read me in the zip file is horrible.

I read the VS2005 help that installed with the control, and followed its simple one/two steps, but NO WaY.

Please, someone who knows, reply with exact steps to apply a skin using menu control with VS2005 / v2.0 Framework, thanks.

Reply to kheim@advancedaccess.com
Scott Johnson
Top achievements
Rank 1
 answered on 14 Jul 2006
1 answer
142 views

We have wasted hours combing through examples trying to discover the declarative syntax for Telerik controls. We have not found the declarative syntax documented for any of the controls we use. We have often found properties that were actually supported but were not shown on a Properties page and some that were shown while in Design mode but not in Source mode (when they would actually be useful). Microsoft does not do a careful job documenting the syntax of their controls, but at least they list all the properties. We use this information often and are badly handicapped by the lack of comparable information for Telerik controls. It is turning what was supposed to be "rapid application development" into just the opposite -- a nightmare of experimental programming and code combing.

For example, from "Web server control syntax" in Microsoft MSDN, here's the start of the listing for the <asp:Menu> control --
<asp:Menu
    AccessKey="string"
    BackColor="color name|#dddddd"
    BorderColor="color name|#dddddd"
    BorderStyle="NotSet|None|Dotted|Dashed|Solid|Double|Groove|Ridge|
        Inset|Outset"
    BorderWidth="size"
    CssClass="string"
    DataSource="string"
    DataSourceID="string"
    DisappearAfter="integer"
    DynamicBottomSeparatorImageUrl="uri"
    DynamicEnableDefaultPopOutImage="True|False"
    DynamicHorizontalOffset="integer"
    DynamicItemFormatString="string"
    DynamicPopOutImageTextFormatString="string"
    DynamicPopOutImageUrl="uri"
    DynamicTopSeparatorImageUrl="uri"
    DynamicVerticalOffset="integer"
    Enabled="True|False"
    EnableTheming="True|False"
    EnableViewState="True|False"
    Font-Bold="True|False"
    Font-Italic="True|False"
    Font-Names="string"
    Font-Overline="True|False"
    Font-Size="string|Smaller|Larger|XX-Small|X-Small|Small|Medium|
        Large|X-Large|XX-Large"
    Font-Strikeout="True|False"
    Font-Underline="True|False"
    ForeColor="color name|#dddddd"
    Height="size"
    ID="string"
    ItemWrap="True|False"
    MaximumDynamicDisplayLevels="integer"
    OnDataBinding="DataBinding event handler"
    OnDataBound="DataBound event handler"
    OnDisposed="Disposed event handler"
    OnInit="Init event handler"
    OnLoad="Load event handler"
    OnMenuItemClick="MenuItemClick event handler"
    OnMenuItemDataBound="MenuItemDataBound event handler"
    OnPreRender="PreRender event handler"
    OnUnload="Unload event handler"
    Orientation="Horizontal|Vertical"
    PathSeparator="string"
    runat="server"
    ScrollDownImageUrl="uri"
    ScrollDownText="string"
    ScrollUpImageUrl="uri"
    ScrollUpText="string"
    SkinID="string"
    SkipLinkText="string"
    StaticBottomSeparatorImageUrl="uri"
    StaticDisplayLevels="integer"
    StaticEnableDefaultPopOutImage="True|False"
    StaticItemFormatString="string"
    StaticPopOutImageTextFormatString="string"
    StaticPopOutImageUrl="uri"
    StaticSubMenuIndent="size"
    StaticTopSeparatorImageUrl="uri"
    Style="string"
    TabIndex="integer"
    Target="string"
    ToolTip="string"
    Visible="True|False"
    Width="size"
>

-- Craig Bolon
   Brookline, MA, USA


Nikolay Dobrev
Telerik team
 answered on 14 Jul 2006
11 answers
220 views
I know this has nothing to do with telerik and has everything to do with IE, but just thought I'd point out that I can't login to my Client.net account using IE7 - which is really freakin' annoying.  What is also a little bit wierd is that I can login using IE7 on other sites - so perhaps it's not entirely an IE7 thing.  I'm a bit curious to know what type of authentication the telerik site uses (or if perhaps this is a server issue), etc., etc., so that I don't make the same mistake.
Shaun Peet
Top achievements
Rank 2
 answered on 14 Jul 2006
4 answers
253 views

Hello telerik-folks!

I got the order for a project where i have to view/group/sort/search a lot of data on basis of an intranet-app. At first i thought 'hmmm, could not be THAT hard to do this stuff'... yepp, but after a short period of evaluation i found out - it actually IS complex - even more if you like to do it with ajax (and have never used ajax before - because you are a windows-forms guy ;) )

To come to the point: I googled for components, found some and downloaded evals for three of them, one of which was your component suit r.a.d.controls.

Im so stunned by just the r.a.d.Grid that i even cannot really express it. The documentation is fantastic - i needed just about an hour to implement EVERYTHING i want (graphical customization excluded...) and for which i have estimated a few WEEKS to do it myself.

This is simply amazing! After some other days of evaluation (i'm not even through with the grid, not speaking of all the other cool stuff) i will place an order ;-)

Thanks for your really great work!!!

Sincerely, Wolfgang

Wolfgang Kamir
Top achievements
Rank 1
 answered on 14 Jul 2006
1 answer
146 views
I just found out that the producers of Halo (Bungie) are using r.a.d.editor for content entry and r.a.d.ajax for updates on their huge community site. Pretty cool.

I've blogged on this rather important for me topic here:
http://blogs.telerik.com/blogs/rumen_stankov/archive/2006/07/13/270.aspx

Cheers,
Rumen Stankov
telerik
Josef Rogovsky
Top achievements
Rank 2
 answered on 13 Jul 2006
0 answers
231 views
Eric Kemp
Top achievements
Rank 1
 asked on 13 Jul 2006
1 answer
115 views
Hi everyone

I write a CMS which references lots of Telerik controls and I have run into a problem.

The CMS allows you to upload third-party .NET user controls and run them within the site design so that you can have dynamic pages managed within the database - you just have to upload the DLL to the bin folder to add to the ones already there for the CMS.

The problem I have is that sometimes those 'plugin projects' DLLs might reference a Telerik DLL, a different version to the one used by the CMS.

This then means that if I recompile the CMS to include the latest MINOR version increases on the Telerik stuff (even hotfixes), the application fails because the plugin DLL was not built for the very very latest Telerik DLL - even though I know it will run beause the API hasn't changed.

So my question is, does anyone know how I can compile the plugin projects to very loosely reference the DLL by just its path, rather than the entire strong name of the Telerik assembly? So that it doesn't throw an exception if the version number changes? If I were to be changing a MAJOR version of the Telerik DLL I would be happy to recompile all the plugin projects, but not for every Hotfix....

Either that, or if someone knows of a way to have two versions of the same assembly within one application that would be even better. I thought this was possible with side-by-side execution but I have a feeling you can't do it within the same ASP.NET application.

Any and all help GREATLY appreciated!

Many thanks

Alex
Vlad
Telerik team
 answered on 13 Jul 2006
0 answers
145 views
hi i m new to asp.net, and currently i have a major project going on for me, and i m doing an online Voting system for a event, i m just woundering cound any please help mi out how dose a voting system coding look like, i m using ms SQL server and database to store data.  thank in advanceatge
kyoshiro
Top achievements
Rank 1
 asked on 12 Jul 2006
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?