Telerik Forums
Community Forums Forum
1 answer
159 views
I was looking through the available Photoshop skin downloads. Is it possible to get my hands on the MCMS Controls skin that shipped with the Quarter 1 2006 radMenu. I didn't see it online.

I have a Single Developer Subscription if that matters.

Thanks
Martin
Telerik team
 answered on 19 Jul 2006
1 answer
77 views
Hi all!

This may be the most basic question there is, but as i cannot google it or search it with any other search-function (not even in my MSDN Library) i have to ask it anyway...

What exactly means

<%= MyRadControl.ClientID %>
and
<%# MyRadControl.ClientID %>
and
<% MyRadControl.ComeGetSome() %>   ?

actually it's pretty clear to me that it is some kind of pre-response makro stuff (by ASP.NET), but i can't see the difference (sometimes in die radcontrols documentation <%= %> is used and sometimes <%# %> is used. What's the difference?

It is hard to google it or find it otherwise just because it's only special characters and this is filtered out by the searchengines i tried to use...

Best regards,
Wolfgang
Wolfgang Kamir
Top achievements
Rank 1
 answered on 18 Jul 2006
1 answer
47 views
just to let you know there is a slight error in the help file:

Retrieving primary key field values for items
ms-help://telerik.radgrid.35.Net2/telerik.radgrid.35.Net2/grdRetrievePrimaryKeyFieldValuesForItems.html

under the C# code sample, the reference to: e.Item.OwnerTable.DataKeyValues is used as a method where DataKeyValues is a property, so it should be followed by [...] brackets rather than (...). not a major issue, thought you might want to correct it for next release.

Nikolay Dobrev
Telerik team
 answered on 17 Jul 2006
0 answers
103 views
0 answers
151 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
242 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
100 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
168 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
219 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
122 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?