Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
171 views
How can I style the File Explorer, considering it lies within an iframe?

Is there any given way to hide the address-path text box?
Bozhidar
Telerik team
 answered on 16 Aug 2011
3 answers
195 views
Hi,

I am searching for a sollution for my RadGrid:

I`ve puted some data in a DataGrid, I`ve puted a column with image buttons, so that each row has a button!
Now i will set an event when the user is clicking the button.
In the Event I will navigate to an other page that is inside of my Application.
I will also give some infofrmations about the clicked row with.
The part inside the event will lock for Example like this:

Application["Example"] = ExampleList.Where(exap => examp.id == ExampleList.selectedindex);
Server.Transfer("Example.aspx", false);

This will not be the problem, but how i can create the Event???
I didn`t find any way to create an Event like that.

Thanks for your help!!

Michael
Maria Ilieva
Telerik team
 answered on 16 Aug 2011
11 answers
507 views
Hello,
I have a DataColumn which contains an item ID and TemplateColumn for that DataColumn, which displays item name depending on ID it's bound to. When I press a header to sort grid, items should sort by names, not by ids. How can I do that?
Almost forgot. Everything I have is a ready-to-use dataset, I cannot manipulate SQL statements and I don't have item names included in that dataset.
Thank you.

Dmitry
Top achievements
Rank 1
 answered on 16 Aug 2011
2 answers
104 views
I am using the sitemap and the top level items in my web.site map do not have URL's. can i stop them being selectable?
Steve Gray
Top achievements
Rank 1
 answered on 16 Aug 2011
1 answer
168 views
We have HTML saved in our database (from before we implemented RadEditor) that includes things like: <SPAN style="FONT-SIZE: 10pt" gray;?="" color:="" arial?,?sans-serif?;="">. When the user posts with this HTML in Firefox they get an alert that looks like:

Error while executing filter ConvertFontToSpanFilter - [Exception... "String contains an invalid character"  code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)"  location: "https://localhost/Subscribers/ScriptResource.axd?d=2eHYqgnVBHONfwZDen1YDcz5DZLpEQofwg799549PDgZJJmxxQIG0GJmh_GR-8UxvUyNvk5EpabsR9QxsnPoxMX4d0CJVoRiU1N2E56z93xNDv0T_o-WS_vGOOS9lTwEXhW03g2&t=ffffffff9f027b8e Line: 580"]

Is there any way we can suppress this error message?

Dobromir
Telerik team
 answered on 16 Aug 2011
4 answers
245 views
Dear Telerik team,

we've recently upgraded ASP.NET Ajax Web controls to version 2011.2.712.40, however by the next launch of our web. application we've obtained the following error message after a visual skin has been changed:
 Telerik.Web.UI.RadFormDecorator with ID='FormDecorator1' was unable to find embedded skin with name 'Office2010Blue'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false. 

A curiosity occurs also at Telerik upgrade wizzard by getting the latest version (see attached image as >>upgradescreen.jpg<<)

In addition, VS2010 Designer shows an error message "Failed to create designer..." for all the visual components.
We've also tried the remove of the files from folder: 'C:\Users\[user]\AppData\Local\Microsoft\VisualStudio\10.0\ProjectAssemblies', but it doesn't work.

At last we provide the screenshot as the next attachment >>versioninfo.jpg<< obtained from a project references list in VS2010 which (oddly enough) indicates the use of latest libraries (v.2011.2.712.40).

Can you help us, please? We'll be very grateful for any ideas and suggestions.

Kind regards,
SCT
Lini
Telerik team
 answered on 16 Aug 2011
1 answer
120 views
Hi,
Im new to telerik control, One of the requirement we got is to open  a radWindow , radwindow is present inside radAjaxpanel.
RadWindow should  be open up on Click of html button.Im successfully till that part, Now radwindow contains a treeview aong with ASO.NET button "OK" and cancel html button. On Click of Cancel radwindow as to close and dont refresh parent radajaxpanel. When the user clicks on "OK" server side functionality to performed and update the parent radajax panel. Can anytell me how to perform

I tried adding javascript 

 function OnClientClose()
{
    $find("<%=radPanel.ClientID%>").ajaxRequest("Rebind");
}

In the radAJAXPANEL  i added OnAjaxRequest but nothing is working
-Mahender

Mira
Telerik team
 answered on 16 Aug 2011
1 answer
306 views
Hi all,

Please kindly advise
I want some item to unable to check, so I set checkable=false to a particular item at ItemDataBound event.
This cause Checkbox invisible and Item list indentation are not same, as show in below.

How to make checkbox visible but enable to check?
or
How to make Item List to show same indentation those with checkbox and without checkbox?



Thanks and best regards
Shinu
Top achievements
Rank 2
 answered on 16 Aug 2011
1 answer
79 views
I'm using this example

http://www.telerik.com/support/kb/aspnet-ajax/window/adding-a-custom-button-to-radwindow-titlebar.aspx

to add a custom dismiss button to a RadWindow that loads an aspx.


I cannot get access to content via the function 
    A.onmousedown = printWin; 
   as shown in the kb article.

I can use %find and jquery selectors to access the content when using the same function when responding to a mouse click on the page itself, but NOT when I use the custom button from the title bar.

TIA






Marin Bratanov
Telerik team
 answered on 16 Aug 2011
1 answer
95 views
Hi,
In my page there is a tooltip to show the details, below is the code for this tooltip
<telerik:RadToolTip runat="server" ID="tltpPrint"
                HideEvent="FromCode" Position="Center"  Width="270" Animation="None" ShowEvent="OnClick" 
                ShowDelay="0" ManualClose ="true"  EnableViewState="true" TargetControlID="Test" RenderInPageRoot ="true" 
                RelativeTo="BrowserWindow"  ShowCallout="False"  Modal ="true"  OffsetY ="50">                                    
                <telerik:RadAjaxPanel ID="PrintLayout" EnableAJAX="true" runat="server">
                <div style ="border-width :6px;border-color :Gray ;border-style :solid;"  >               
                    <div  class ="printMainDiv">
                        <span class="printLabel">Print Receipt</span>
                        <div  ID="PrintArea">                      
                        <div class ="printSubDiv1"><asp:Label ID="_lblvendor" runat ="server" Text ="sdf" CssClass ="printLabel" Font-Bold ="false" /></div>
                         <div class ="printSubDiv2" >
                            <div > <asp:Label ID="_lblPurchaseDate" runat ="server" Text ="purchase Date" Font-Bold ="false"  CssClass ="printLabel"/></div
                              <div> <asp:Label ID="_lblTransID" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel"/></div>                               
                        </div
                        <div  >
                            <div style ="float :left;width:140px" > <asp:Label ID="_lblPurchaselabel" runat ="server" Text ="Purchase Total:" Font-Bold ="false"  CssClass ="printLabel"/></div>
                            <div style ="float :left;" > <asp:Label ID="_lblPurchase" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel" Width="75px" style="text-align :right "/></div>
                            <div style ="clear :both "></div>
                              
                            <div style ="float :left;width:140px" > <asp:Label ID="Label8" runat ="server" Text ="Points Discount:" Font-Bold ="false"  CssClass ="printLabel"/></div>
                            <div style ="float :left;" > <asp:Label ID="_lblDisPoint" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel" Width="75px" style="text-align :right "/></div>
                            <div style ="clear :both "></div>
  
                            <div style ="float :left;width:140px" > <asp:Label ID="Label9" runat ="server" Text ="Amount Due:" Font-Bold ="false"  CssClass ="printLabel"/></div>
                            <div style ="float :left;" > <asp:Label ID="_lblAmountDue" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel" Width="75px" style="text-align :right "/></div>
                            <div style ="clear :both "></div>
                        </div>                                               
                        <div class ="printSubDiv2"><span class="printLabel">*************************</span></div>
                        <div class ="printSubDiv1"><asp:Label ID="_lblLoyaltyPlan" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel"/></div>
                        <div style ="float :left;width:140px"> <asp:Label ID="_lblPointRef" runat ="server" Text ="Points Subtracted:" Font-Bold ="false"  CssClass ="printLabel"/></div>
                        <div style ="float :left;" > <asp:Label ID="_lblEarnedPoints" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel" Width="75px" style="text-align :right "/></div>
                        <div style ="clear :both "></div>
                        <div style ="float :left;width:140px"> <asp:Label ID="Label6" runat ="server" Text ="Points Balance:" Font-Bold ="false"  CssClass ="printLabel"/></div>
                        <div style ="float :left;" > <asp:Label ID="_lblBalance" runat ="server" Text ="" Font-Bold ="false"  CssClass ="printLabel" Width="75px" style="text-align :right "/></div>
                         <div style ="clear :both "></div>
                        <div class ="printSubDiv2"><span class="printLabel">*************************</span></div>
                        <div style="padding-top :37px;" ><span class="printLabel" style ="text-align :center;padding-left :65px">THANK YOU!</span></div>
                        </div>
                 </div>
                    <div  class ="printMainDiv" style="height :50px">
                        <div style ="float :left;padding-left :27px;padding-top :17px"> <asp:Button Text="Print" runat ="server" Width ="86px" ID="_btnprint" OnClientClick ="getPrint('PrintArea');return false;"/></div>
                        <div style ="float :left;padding-left :10px;padding-top :20px"
                           <telerik:RadAjaxManager ID="rdajxmCancel" runat="server">
                                 <AjaxSettings
                                       <telerik:AjaxSetting AjaxControlID ="_lbnClose"></telerik:AjaxSetting>
                                   </AjaxSettings>
                             </telerik:RadAjaxManager>
                        <asp:LinkButton ID="_lbnClose" Text="Close" runat ="server" Width ="86px" Font-Underline ="true"  OnClientClick="CancelTooltip();"/></div>
                    </div>
                </div>               
              </telerik:RadAjaxPanel>                                
          </telerik:RadToolTip>

when viewing this tooltip in browser, I cann't scroll this with the page. when restore down the browser, the tooltip will not be shown fully. when changing RelativeTo property to 'Mouse' it will scroll,but it won't show in center of the page. How can i solve this issue?
Marin Bratanov
Telerik team
 answered on 16 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?