Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
98 views

I'm currently using a global RadLoadingPanel in my master template...

Code:

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Web20"
    IsSticky="true" Style="position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
    InitialDelayTime="200" MinDisplayTime="500" Transparency="30">

The glitches I've noticed are some telerik controls like TAB controls , Radio appears above the transparent layer and are clickable ... The other controls and hmlt links are inaccessible which is how it should be...

Also, the transparent layer doesnt cover the whole page ...

Is there a hack i need to do so that it covers correctly the whole page so that none of the controls are accessible?


Attached is the page where i've hilighted all the glitches...
The Green Hilights denotes accsible controls or section of the page... you will see a semi-transparent layer where the loading image is... at below it cuts off... making everythnig else accessible below.

Pavlina
Telerik team
 answered on 16 Dec 2011
0 answers
61 views
Hi
I encounterred pager can't display NextPrevandNumeric Image issue when I put a Grid in content page. I suppose that this is caused due to some css/styple problem, but I can't figure it out...please help if you have any idea how to fix it, thank you.



Jack Liao
Top achievements
Rank 1
 asked on 16 Dec 2011
4 answers
142 views
Hi
Are there problems with using Generate Local Resource in VS 2008 against the latest version of the rad grid?
After I ran it against a radgrid the edit option stopped working correctly - eg.  filter data displayed in the grid and then edit a row, the grid displays the first page of the none filtered data with one of the rows in that page in edit mode.  removing the meta resourcekey from the rad grid got rid of this problem.

What the recommendation for localising the the latest version?

Thanks
Afework
Top achievements
Rank 1
 answered on 16 Dec 2011
5 answers
145 views
Hi,
I have a three tier hierarchical grid with sqldatasource.I wanna export all of the data in the grid.I've looked the example given in this link.
I added <CommandItemSettings ShowExportToExcelButton="true" ShowExportToWordButton="true"
                ShowExportToPdfButton="true" /> and <ExportSettings ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true">
            <Excel Format="Html" />
        </ExportSettings>
in my aspx page,but I can't make it.
How  I can export the data to pdf?
Jayesh Goyani
Top achievements
Rank 2
 answered on 16 Dec 2011
2 answers
141 views
I am trying to attach a client handler to the button click event via the property OnClientClick, but it's not working. Am I missing something here?
Slav
Telerik team
 answered on 16 Dec 2011
2 answers
746 views
Hi,

Must be a tiresome topic, since there are lots of post about this, but still i didnt manage to make it work.
i run IIS 7.5 under Windows Server 2008 R2. and i simply want to show some charts on a simple website.
instead of a chart i always can see the message:
 "The Chart http handler is not registered. Please, manually add the following line to your Web.config httpHandlers section:
<add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2010.3.1317.40, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />"


i read here about how i should register the handler:
http://www.telerik.com/help/aspnet-ajax/introduction-troubleshooting.html
i also read here:
http://www.telerik.com/help/aspnet-ajax/introduction-registering-the-httphandlers-on-windows-vista-iis-7-integrated-mode.html

i tried to use the classic mode (pipline) instead of integrated, but then i get either an Error 500 or 404.

the library "Telerik.Web.UI.dll" is in the bin folder of the web application.

if you wanna make me really happy, please tell me what i have to write into my Web.Config.

my current Web.Config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <connectionStrings>
    <-- some connection strings -->
  </connectionStrings>
  <appSettings>
    <-- some settings -->
  </appSettings>
  <system.web>
    <compilation debug="false" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Speech, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </assemblies>
    </compilation>
    <customErrors mode="Off" defaultRedirect="Error.aspx">
      <error statusCode="404" redirect="/NotFound.aspx" />
    </customErrors>
  </system.web>
  <system.webServer>
    <modules runAllManagedModulesForAllRequests="true" />
    <handlers>
        <add name="Telerik.Web.UI.WebResource"  path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" />
        <add name="ChartImage.axd" path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI" />
    </handlers>
    <validation validateIntegratedModeConfiguration="false" />
  </system.webServer>
  <system.web.extensions>
    <scripting>
      <webServices>
        <jsonSerialization maxJsonLength="999999999" />
      </webServices>
    </scripting>
  </system.web.extensions>
</configuration>

Yves
Top achievements
Rank 1
 answered on 16 Dec 2011
6 answers
358 views
Hello,

Recently i am working with radcalendar control ,it works well but our requirement is to change the css  of radcalendar like the image i have attached below ,is it possible to do like that ,how to do that ,please respond if u have any idea about it.
Saimadhukar
Top achievements
Rank 1
 answered on 16 Dec 2011
1 answer
68 views
Hi, is there a way to specify which data should be shown in which series?
For example, I have a table that has

Priority    Date        Mins
High        7/11/11        390
High        8/11/11        383
Critical    8/11/11     60
Medium    8/11/11    183
High        9/11/11    105
Critical    9/11/11    15

I have set up 3 series, for Critical, High and Medium (in this order)

Is there a way that I can say any record that shows Priority = Critical to show in Series 1, Priority = High to show in Series 2 and so on?

Currently as the first data is for "high", it shows in the first series which is for critical.

Peshito
Telerik team
 answered on 16 Dec 2011
2 answers
68 views
Hi,

My company ended up getting the license for the full version of Telerik, and ever since the switch, I noticed that the input part of the RadUpload control does not display right in IE 7. More specifically, the input is there, but the borders are not. This works fine in Chrome and Firefox.

You will find a screenshot of this attached.

Here's the definition of the control:

<telerik:RadUpload ID="FileUploadControl" runat="server" MaxFileInputsCount="1" TargetFolder="~/Temp"
   OverwriteExistingFiles="false" Skin="Office2007" AllowedFileExtensions=".xls,.xlsx"
   ControlObjectsVisibility="None" InputSize="30" />
blablabla
Top achievements
Rank 1
 answered on 16 Dec 2011
3 answers
462 views
Is there such a thing?  If not, what would the best way to have an asp:Label use a Telerik skin like Windows7?

J
Sebastian
Telerik team
 answered on 16 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?