| Telerik.Web.UI.Editor.CommandList["HaxLink"] = function (commandName, editor, args) { |
| //alert("HAXULATE"); |
| editor.fire("LinkManager", { href: "WTFYO" }); |
| }; |
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.
| <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} &nbsp;Page <strong>{0}</strong> of <strong>{1}</strong>, items <strong>{2}</strong> to <strong>{3}</strong> of <strong>{5}</strong>."/> |
| <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} &nbsp;Pagina <strong>{0}</strong> di <strong>{1}</strong>, righe dal <strong>{2}</strong> a <strong>{3}</strong> di <strong>{5}</strong>." |
| 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> |
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
