Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
88 views
Why I used  mycalendar..Culture = new System.Globalization.CultureInfo("it-IT"); won't change the tool tip "open the calendar popup" from English to Italian?
Princy
Top achievements
Rank 2
 answered on 26 Sep 2011
1 answer
227 views
When I select date less than mindate or type any string value, raddatepicker shows error which is right but if I click on Save button it goes to server side click event.
As I expected it won't go to server side event.& this is not compulsory field so i don't want to use requiredfieldvalidator.

I don't understand,what's the use of Data Input ValidationGroup then?

Here is my code sample -

<telerik:RadDatePicker ID="rdpStartDate" MinDate="1900-01-01" runat="server" Width="200px">
                        <DateInput ID="DateInput1" runat="server" ValidationGroup="SafeVault">
                        </DateInput>
                    </telerik:RadDatePicker>

<asp:Button ID="rbtnSave" runat="server" CausesValidation="true" Text="Save"
                        ValidationGroup="SafeVault" OnClick="btnSave_Click" />
Shinu
Top achievements
Rank 2
 answered on 26 Sep 2011
1 answer
64 views

This Dropdown in inside editformsettings

If down arrow is press at time only dropdown show other wise don't show,

That function combo box id not get there



<telerik:RadComboBox ID="Radcombo_Type" runat="server" Skin="Vista" Width="80%" SelectedValue='<%# Bind("datatype") %>'
                                                           MaxLength="6" OnClientDropDownOpening="HandleOpen"  >
                                                           <Items>
                                                               <telerik:RadComboBoxItem runat="server" Text="Client" Value="Client" />
                                                               <telerik:RadComboBoxItem runat="server" Text="Main Contractor" Value="ManCon" />
                                                               <telerik:RadComboBoxItem runat="server" Text="Sub Contractor" Value="SubCon" />
                                                               <telerik:RadComboBoxItem runat="server" Text="Supplier" Value="Supler" />
                                                               <telerik:RadComboBoxItem runat="server" Text="Consultant" Value="Consul" />
                                                               <telerik:RadComboBoxItem runat="server" Text="Service Provider" Value="SerPro" />
                                                           </Items>
                                                       </telerik:RadComboBox>



function HandleOpen(sender, args) {
                debugger;
                var combo = (sender.id);
                var key = window.event.keyCode;
                if (key == 40) {//backspace
                    args.set_cancel(true);
                    combo.showDropDown();
                }
                else {
                    combo.hideDropDown();
                    args.set_cancel(false);
                }
 
            }

Reply as soon as possible

Thanks,
Mohamed.
Princy
Top achievements
Rank 2
 answered on 26 Sep 2011
2 answers
272 views
Hi,
I have used RadGrid and allow to export data in Excel, pdf, csv and word.
But the problem is that when ever we export data in csv file format. It doesn't export the hyperlink data. only export to non hyperlinked.
I want to inform you that  in Excel , pdf and word all the information are exporting with hyperlinked data. only problem with csv file.

 so please help me how to do that all my requirement that hyperlink data should be exported in csv file format.





Thanks & Regards
Jaichand
Jaichand
Top achievements
Rank 1
 answered on 26 Sep 2011
1 answer
159 views
I am having an issue setting focus on the text box of a RadDatePicker.  I handle the 

OnDateSelected 

 

 

event and then set focus using:

e.get_textBox().focus();
e.get_textBox().select();

however this only works when there is no date in the textbox.  If I choose another date focus may be at that object but the cursor is not visible.  Currently I have a workaround to handle this but it is not elegant:

function

 

 

OnDatePopupClosing(e, args) {

 

 

 

 

 

try

{

 

SelectedDate = e.get_selectedDate();

 

 

 

 

if (SelectedDate) {

 

 

 

e.get_textBox().value =

 

''

;

 

}

}

 

catch (err) {

 

 

 

alert(

 

"Error encountered: " + err.message)

 

}

}

function

 

 

OnDateSelected(e, args) {

 

 

 

 

 

try

{

 

 

 

if (e.CalendarSelectionInProgress) {

 

 

 

e.get_textBox().select();

}

}

 

 

 

catch (err) {

 

 

 

alert(

 

"Error encountered: " + err.message)

 

}

}

 
Shinu
Top achievements
Rank 2
 answered on 26 Sep 2011
2 answers
98 views
Hello,

We are running on the Telerik 2011.2.712.35 on ASP.NET 2.0. We have a form that utilizes the RADUpload control to upload multiple files. This was this is implemented using a button to dynamically create new row/fields to upload multiple files. This works for Firefox 3.5 and IE9, but for some reason in IE8 when you add another field for upload, the browse functionality (to search the directory for a file) doesn't work.

I've searched the forums for anyone else with the issue, but to no avail. Is there a problem with the configuration, or is there a later version of rad upload that addresses this issue?
Michael
Top achievements
Rank 1
 answered on 26 Sep 2011
2 answers
130 views
HI guys,
i am trying to display  the filter expression in a label, But i am  getting column 's as   [Name] instead of Name..Any solutions

or How can i take  ExpressionPreview in a label with out [] ..?
protected void RadFilter1_ApplyExpressions(object sender, RadFilterApplyExpressionsEventArgs e)
 {
     
     RadFilterSqlQueryProvider provider = new RadFilterSqlQueryProvider();
     
     provider.ProcessGroup(e.ExpressionRoot);
     Label1.Text = provider.Result;
 
 }
KIRAN RAJ
Top achievements
Rank 1
 answered on 25 Sep 2011
0 answers
83 views
Hi Telerik.
I get this error on trying run web page with Telerik grid from IIS.
"HTTP Error 404.17 - Not Found
The requested content appears to be script and will not be served by the static file handler."

I am working on window server 2008 - 32 bit ,  IIS7

I think i should config manually some configuration file but i am not sure

Attache is screen shoots with configuration + we.config file

Please help.

Thansk
<?xml version="1.0" encoding="UTF-8"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  -->
<configuration>
    <system.web>
    <httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2010.3.1109.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
    </httpHandlers>
        <compilation debug="true" strict="false" explicit="true" targetFramework="4.0">
            <assemblies>
                <add assembly="System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" /></assemblies></compilation>
    </system.web>
    <system.webServer>
        <handlers>
            <remove name="WebServiceHandlerFactory-ISAPI-2.0" />
            <add name="svc" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" resourceType="Unspecified" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
        </handlers>
    </system.webServer>
</configuration>

Udi
Top achievements
Rank 1
 asked on 25 Sep 2011
3 answers
189 views
Hi every one.
I use rad menu in my project. i need that menu items Be (Open to Click), and when i click on one of root items, Child items open between Root items in same layer.
I mean root items move like Drawer and Child items of one of them(That i clicked), come between them, till i click on another root item. so if i click another one, this drawer closed and another drawer open between root items.

Is there any suggestion?
Thanks in advance.
Armin
Top achievements
Rank 1
 answered on 25 Sep 2011
2 answers
100 views
Hi Telerik !

Is there a way to change the sprite images?

I know that if i will dig in the file system i will find the sprite image and simply replace him, But when going to production i don't have the Telerik install, I am using the Telerik Dll's and there for i wont find in the file system the Sprite image.

I am looking for a way that I can change the image

Please help

10x

Shai
shayw@netwise.co.il
Udi
Top achievements
Rank 1
 answered on 25 Sep 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?