Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
111 views
Hi, 

I want to create a textbox with a button, I tried using RegexTextBox with RadInputManager.  It works fine and does not cause any postback when use the proper button, but I also have another buttons inside my page that are not related to the functionality of the regex, and when the textbox is invalid, it does not cause postback.  I could not find any way to link inputManager just to the button i desire.  

Is that possible?
Arnold Guzmán
Top achievements
Rank 1
 answered on 26 Oct 2012
1 answer
74 views
I would like to download / import data from following webpage to excel.
http://www.dukascopy.com/tradercontest/?action=liveForecast
Once you go to that page, change instrument to any, so all three parameters are "Any" 

You will see there are quite a few pages with 10 trades on each page and all these trades are are having one of three background colors.

I want to import all these trades from all of the pages in excel on an interval of say 1 or 5 minutes or if the trades are imporeted when the excel is opened, it is acceptable as well.

So I have updated web address to fetch data from page 1,2,3 and likewise which are as follows.

http://www.dukascopy.com/tradercontest/?instrument=USD%2FCHF&side=&state=&trader=&page=1&sort_by=&sort_dir=ASC&action=forecastGrid&ajax=1

http://www.dukascopy.com/tradercontest/?instrument=USD%2FCHF&side=&state=&trader=&page=2&sort_by=&sort_dir=ASC&action=forecastGrid&ajax=1

We have to change the page=1 to page=2 to page=3 and likewise. 

If I use the above updated web addresses, I am not able to grab the back ground color of each trade in a way that the background color appears on first link above.

So the requirement is to import all the trades from all of the web pages with back ground color as a separate column is excel.

Please let me know if anyone have the solution.

Thanks and regards.

Daniel
Telerik team
 answered on 26 Oct 2012
14 answers
824 views
Hi,

We have only 3 dicitionaries for RadSpell control( i.e English, German and French). Please let me know, where i can download other language dictionaries?

Thanks,
Mariyam
Rumen
Telerik team
 answered on 26 Oct 2012
1 answer
74 views
hi

i have added a  2012 Q3 radcaptcha and have also enable add handlers.

But when i view it in Firefox all is ok but not IE9. it shows when view in browse but when refresh, it just display a gray image in IE 9

I am not using web farm or web garden. it is just a simple website.

My application pool is set to ASP.NET v4.0.

It has beed bothering me and i could not find a solution.

This is my webconfig code:

 <system.web>
    <sessionState mode="SQLServer" sqlConnectionString="data source=XXXXXX;user id=XXXXX;password=XXXXXX" timeout="60" />
    <compilation debug="true" strict="false" explicit="true" 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>
    <httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
    </httpHandlers>
  </system.web>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
    </handlers>
  </system.webServer>
  <appSettings />
Slav
Telerik team
 answered on 26 Oct 2012
8 answers
414 views
Hello,

I'm trying  to make a popup window which contains the imageEditor.
I'm getting a similar problem as an earlier post here (with no solution), when I click a tool in the imageeditor, the dialog appears behind my window.
I can move the window so I can select the dialog and use its functionality.But there seem to be going more things wrong since the dialogs function, but are not properly filled in with data (for example the resize dialog contains 0 0 as with and height).

Is the imageeditor not meant to work inside a radwindow?

The code I use:
<telerik:RadWindow ID="winImageEditor" runat="server" VisibleStatusbar="false" 
                   ShowContentDuringLoad="false" Modal="false" Behaviors="Close,Move,Resize" Title="Edit Image">
    <ContentTemplate>
        <telerik:RadImageEditor ID="iedImageEditor" runat="server" >
        </telerik:RadImageEditor>
    </ContentTemplate>
</telerik:RadWindow>



Any help would be appreciating since I'm running out of time to fix this.
Jonathan
Top achievements
Rank 1
 answered on 26 Oct 2012
2 answers
131 views
Hi

While trying to use a RadButton as an Image Button I have come across this issue under IE9 (and probably all versions of IE) where when the button is pressed a focus rectangle is shown around it.  Please see attached : IE9 Image Button Pressed.png

I have tested under Chrome and this does not happen.  Please see attached : Chrome Image Button Pressed.png

Is there a way to remove the focus rectangle when using IE?

I am using Visual Studio 2010, .Net framework 4 and Telerik Q3 2012 controls.

Basic HTML to test this is:

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="Telerik_RadButton._Default" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        <div>
            <telerik:RadButton ID="RadButton1" runat="server" Text="RadButton" Width="77px" Height="22px">
                <Image ImageUrl="~/i/PasswordUp.png" HoveredImageUrl="~/i/PasswordHover.png"
                  PressedImageUrl="~/i/PasswordClick.png" DisabledImageUrl="~/i/PasswordDisabled.png"
                  EnableImageButton="true" />
            </telerik:RadButton>
        </div>
    </form>
</body>
</html>

I've attached the png files that are used above.

Thanks

Dale
Steve
Top achievements
Rank 1
 answered on 26 Oct 2012
1 answer
85 views
I've got a the below javascript function that's called from OnGridCreated event handler. Everything works fine in Chrome, IE8 and IE9 browsers but I'm getting a javascript error in IE7 on the masterTableView.showColumn(columnIndex) or on  masterTableView.hideColumn(columnIndex). 

function toogleColumnDisplay(masterTableView, columnUniqueName, isDisplayed) {
    var column = masterTableView.getColumnByUniqueName(columnUniqueName);
    var columnIndex = column.get_element().cellIndex;
    if (isDisplayed) {
        masterTableView.showColumn(columnIndex);
    }
    else {
        masterTableView.hideColumn(columnIndex);
    }
}

It seems the IE7 error occures when a column is already hidden, and you're trying to use hideColumn on it. Also, if a column is visible  showColumn will produce an error. As a work around, I tried to check the column visibility before trying to change visibility.
 if (isDisplayed == column.get_visible()) {
        return;
    }

However, even though column's get_visible()  method returns an appropriate value after showColumn or hideColumn methods, the actual visibility of columns on the screen is not changed. It seems like the columns are not added to this._hiddenCols collection. 

Thanks,
Alex
Angel Petrov
Telerik team
 answered on 26 Oct 2012
1 answer
84 views
Hi,

I am trying to create a base grid class with all the features that can be configured from the  child classes( the screens that use this base class).

Do we have the code base library for using a radgrid as a common grid class?


Thanks, 
Jay
Angel Petrov
Telerik team
 answered on 26 Oct 2012
1 answer
128 views
Hi,
I need to draw a custom grid line (to mark a border value) in my grid. Is this possible with the ASP.NET AJAX version of the Chart control? I want to do something like this: http://www.telerik.com/help/silverlight/radchart-features-annotations-custom-gridline.html

I would like my chart to look something like the attached image.

Im using version 2011.3.1115.35.


Regards,
Martin
Petar Kirov
Telerik team
 answered on 26 Oct 2012
5 answers
154 views
Good morning,
I've a RadGrid object built in a function and after add this grid in the list of controls of the page.

My problem is the GridGroupHeaderItem that is visible.
I try to set the property grid.GroupingEnabled = false; during the creation but don't work.

How cai I do for hide this column in this scenario ?

lupotana
Top achievements
Rank 1
 answered on 26 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?