Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
154 views
So, I'm trying to fire a link manager with a predefined URL, but I can't find any documentation on the .fire options

    Telerik.Web.UI.Editor.CommandList["HaxLink"] = function (commandName, editor, args) { 
        //alert("HAXULATE"); 
        editor.fire("LinkManager", { href: "WTFYO" }); 
    }; 

sadly, the window pops, but nothing seems to send along the url, I've tried param names url, URL, href and HREF.

Any thoughts, anyone on LinkManager event arguments?
Dobromir
Telerik team
 answered on 16 Mar 2010
6 answers
151 views
Hello,

I am working with floating raddock objects using a custom skin.  I am having trouble with the thickness of the "grip" that I can grab with the mouse to resize the dock window.  I would like to make it thicker - I do not see any obvious way in the stylesheet to do this.  It seems like your online demos have a thicker "grip" so it appears that this is possible.  Can you provide any guidance on how to do this?

Thanks,
--nick
Nicholas Walker
Top achievements
Rank 1
 answered on 16 Mar 2010
2 answers
143 views
Is there functionality or plans to permit LINQ datasource (or other datasource) to databind to a RadTreeView which will permit performing automatic insert/delete/updates to the datasource similar to RadGrid?  Currently, I can attach a LINQ datasource to a RadGrid and no additional code is necessary to perform insert/delete/updates.  I am hoping there is a similar feature for RadTreeView and other controls by Telerik as it is really saves times and works easily.  Having the control to handle drag-drop for nodes, changing text, adding or deleting nodes, etc. all back to the datasource would be great.
Veselin Vasilev
Telerik team
 answered on 16 Mar 2010
3 answers
106 views

My Unique customer ID is: WT370784

When I create/update a new appointment i want to be able to start my edition
on more... menu, not in the small windown that the control first show?

NOTE:
When double-click cell appointments
This small window is used to enter the subject and by default have:
(Save / cancel / more) options

I want to be able to go directy to more window.

Best Regards.

Peter
Telerik team
 answered on 16 Mar 2010
2 answers
157 views
Hi all,
i have a problem with the grouping and paging, radgrid is AllowPaging="True" and  PageSize="20", then grouping for column "Comune",
I get the result of Figure 1, but I want to get the result of Figure 2 without going to page 18.
I have seen the post:

http://www.telerik.com/community/forums/aspnet-ajax/grid/grouping-and-paging-on-collapse.aspx

but I could not get the desired result.

can get the result of Fig.2 when I run the grouping for the columns "Comune" ?

Please if possible help me with an example.

Tnks Aurelio

This is the definition of the radgrid:
               <telerik:RadGrid ID="RadGrid1" runat="server" AllowPaging="True" AllowSorting="True" 
            AutoGenerateColumns="False" DataSourceID="CliAgeSqlDataSource" EnableLinqExpressions="False" 
            PageSize="20" ShowGroupPanel="True" GridLines="None" Height="462px" AllowFilteringByColumn="True" 
            Skin="Outlook" ondetailtabledatabind="RadGrid1_DetailTableDataBind"  
            onitemdatabound="RadGrid1_ItemDataBound"  
            onitemcommand="RadGrid1_ItemCommand"
            <grouppanel text="Trascina l'intestazione di una colonna e rilasciala qui per effettuare il raggruppamento delle righe."
            </grouppanel> 
            <pagerstyle pagertextformat="Cambia Pagina: {4} &amp;nbsp;Page &lt;strong&gt;{0}&lt;/strong&gt; of &lt;strong&gt;{1}&lt;/strong&gt;, items &lt;strong&gt;{2}&lt;/strong&gt; to &lt;strong&gt;{3}&lt;/strong&gt; of &lt;strong&gt;{5}&lt;/strong&gt;."/> 
            <mastertableview datakeynames="GruAziId,CliForCod,CliForTip" datasourceid="CliAgeSqlDataSource" 
                allowcustomsorting="false" showgroupfooter="True"  
                clientdatakeynames="CliForCod"  GroupLoadMode="Client" TableLayout="Fixed"
                ...... 
                <SortExpressions> 
                    <telerik:GridSortExpression FieldName="CliForRagSoc" /> 
                </SortExpressions> 
                <PagerStyle FirstPageToolTip="Prima pagina" LastPageToolTip="Ultima pagina" NextPagesToolTip="Pagine successive"  
                    NextPageToolTip="Pagina successiva"  
                    PagerTextFormat="Cambia pagina: {4} &amp;nbsp;Pagina &lt;strong&gt;{0}&lt;/strong&gt; di &lt;strong&gt;{1}&lt;/strong&gt;, righe dal &lt;strong&gt;{2}&lt;/strong&gt; a &lt;strong&gt;{3}&lt;/strong&gt; di &lt;strong&gt;{5}&lt;/strong&gt;."  
                    PrevPagesToolTip="Pagine precedenti" PrevPageToolTip="Pagina precedente" /> 
            </mastertableview> 
            <groupingsettings collapsetooltip="Nascondi gli ordini."  
                expandtooltip="Visualizza i primi 15 ordini del cliente"  
                GroupContinuedFormatString="... il gruppo continua dalla pagina precedente. "  
                GroupContinuesFormatString="Il gruppo continua nella pagina precedente"  
                GroupSplitDisplayFormat="Record visualizzati {0} di {1} "  
                ShowUnGroupButton="True"  
                UnGroupButtonTooltip="Clicca qui per cancellare il raggruppamento"  
                UnGroupTooltip="Trascina fuori dalla barra per cancellare il raggruppamento." /> 
            <clientsettings allowcolumnsreorder="True" reordercolumnsonclient="True" allowdragtogroup="True"
                               <Selecting AllowRowSelect="True" /> 
                               <ClientEvents OnRowClick="RowClick" /> 
                               <Scrolling ScrollHeight="300px" AllowScroll="True" UseStaticHeaders="True" EnableVirtualScrollPaging="false" /> 
                <Resizing AllowColumnResize="True" /> 
            </clientsettings> 
            <sortingsettings sortedasctooltip="Ordinamento Ascendente." sortedbackcolor="LemonChiffon" 
                sorteddesctooltip="Ordinamento Discendente." sorttooltip="Clicca qui per ordinare la griglia." /> 
            <hierarchysettings collapsetooltip="Clicca per chiudere" expandtooltip="Clicca per espandere" /> 
            <StatusBarSettings LoadingText="Caricamento..." ReadyText="Pronto" /> 
        </telerik:RadGrid> 

Aurelio Righetti
Top achievements
Rank 1
 answered on 16 Mar 2010
2 answers
58 views
Why is it that EVERYTIME i update, i get lots of theese errors: ( see attachment )

I'm so tired of this !
Gert Petersen
Top achievements
Rank 1
 answered on 16 Mar 2010
1 answer
94 views

Hey there, 

My problem is not directly related to telerik, but I very much know about your expertise, so I am asking in this forum.

I am developing a web-application using the latest telerik asp.net ajax-release, that is almost completely based on ajax-requests. So using the scriptmanager history of Microsoft is vital to use the page properly. The history works like a charm, but for properly readable urls I am trying to do 3 things: 

disable the URL-Encoding of the history-point, so that the browser for example shows "/" instead of %2f

- using a single point instead of a key-value-collection, so that I don't need the "=" in the url

- elimination the destinction between client-side and server-side (as I always use server-side), so that the "&&" is not shown. 

The final goal is to have a clean url like www.example.com/page/#/page1/page2/page3/. The logic to deal with the url-string exists and works.

To achieve that, I need to change the microsoftajax.js-file, is that correct? I could not figure out a way to do that. Can you help me out? Or do you have a better idea?

Thanks so much in advance, 

Felix

T. Tsonev
Telerik team
 answered on 16 Mar 2010
13 answers
327 views
Apparently, nesting ASP.NET or Telerik controls within a PanelBar Item template will cause said control(2) to loose their server side recognition.  You may not access the control in the Code Behind page using the conventional methods.

Yes, I have seen documentation, posts, that describe using the FindControl method, but that only provides proof of the problem.

I have seen the article within Online Documentation ('Accessing Controls Inside Templates'), and it provides an example using a nested RadColorPicker.  Additionaly, if provides example VB code for the ColorChanged event handler, ass follows:

Protected Sub RadColorPicker1_ColorChanged(ByVal sender As Object, _
      ByVal e As EventArgs) Handles RadColorPicker1.ColorChanged
  Dim picker As RadColorPicker = CType(sender, RadColorPicker)
  Dim label As Label = CType(picker.Parent.FindControl("Label1"), Label)
  label.ForeColor = picker.SelectedColor
End Sub

In my case however, this doesn't work.  Since the control is not recognized in the code behind page, I cannot write a handler for any of the control's events.  The statement 'Handles ControlName.EventName' will not compile.

I am at a loss to understand why anyone would want to disable the runat="Server" functionality of a .NET control.

Perhaps you could explain it to me.

Regards,
SGH
Stephen
Top achievements
Rank 1
 answered on 16 Mar 2010
1 answer
86 views
Hi,

   I am using a RadGrid to display data and to add/ update the Grid data, I am using webusercontrol edit form. It works fine. 
But the webusercontrol is displayed just under the current edit row. 

I am using Master page, where there are 2 :ContentPlaceHolders(top & Bottom with horizontal RadSplitter). As per the project requirement I need to display grid on top ContentPlaceHolder and display the webusercontrol edit form on buttom ContentPlaceHolder.

Any idea?

Thanks,
Rita


Yavor
Telerik team
 answered on 16 Mar 2010
3 answers
207 views
Is there any way to implement an OpenFileDialogue in RadEditor? if you could point to a tutorial that would be great. I was surprised it is not included in the integrated dialogues since it's so an obvious functionality for an editor, or may be I havnt found it.
Rumen
Telerik team
 answered on 16 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?