Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
47 views
Hello,

For some reason, we have to upgrade our project's .NET Framework's version to 4.5. But after we did this, we found there are some bugs in telerik controls.The Telerik.Web.UI.dll file's version is 2009.3.1314.35.

You can see all the input's width become '100%', even if you set a width to it. I checked the code, and found the reason.

You can check the class RadInputControl 

if ((base.DesignMode || !this.Browser.IsBrowser("Gecko")) || ((this.Browser.IsBrowser("Gecko") && !this.setWidth.IsEmpty) && (this.setWidth.Type == UnitType.Percentage)))
{
	writer.AddStyleAttribute("width", "100%");
}
else
{
	writer.AddStyleAttribute("width", this.setWidth.IsEmpty ? this.defaultWidth.ToString() : this.setWidth.ToString());
}

I think if you remove the code this.Browser.IsBrowser("Gecko"). this bug will be fixed. Because I don't have the code, so I cannot compile a new dll. If you can give me a new dll that will be great. If you need more information you can tell me.

Thanks.





wenbin
Top achievements
Rank 1
 answered on 26 Nov 2012
3 answers
55 views
Hi,

 i have Recurrence Editor in RadWindow. I cannot set the recurrence rule in recurrence editor using set_recurrenceRule() in javascript.
This problem caused  only  in IE8 .Please let me know the solution.


Thanks,
Prasanna
Plamen
Telerik team
 answered on 26 Nov 2012
1 answer
77 views
I write the code for radgrid sorting event
if ("FirstName".Equals(e.CommandArgument))
        {
            switch (e.OldSortOrder)
            {
                case GridSortOrder.None:
                  
              
                    RadGrid1.DataSource = objclass.GetData();
                    RadGrid1.Rebind();
                    break;
           
            }
        }
error i facing
There was a problem extracting DataKeyValues from the DataSource. Please ensure that DataKeyNames are specified correctly and all fields specified exist in the DataSource.

how can i solve it......................
Eyup
Telerik team
 answered on 26 Nov 2012
4 answers
213 views
Hello,

I have recently upgraded from Q3 2011 to Q3 2012 and now my Spin Buttons on the numeric text box appears on the bottom of the control rather than to the side (attached image). Can anyone give me a suggestion on what is causing this.

Thanks
Vasil
Telerik team
 answered on 26 Nov 2012
1 answer
77 views
hey guys,


   I want to export my radgrid data in word document but without using sqldatasource how can i do that?
Shinu
Top achievements
Rank 2
 answered on 26 Nov 2012
1 answer
96 views
Can the default sort filter value be passed by session variable or a temporary value from another page and be set on load?
Princy
Top achievements
Rank 2
 answered on 26 Nov 2012
2 answers
133 views
hi,
I need to provide a minimum value for zoomout button.
how can i set a value for zoomout button in telerik image editor.
Chintha
Top achievements
Rank 1
 answered on 26 Nov 2012
3 answers
70 views

I have a bar chart with multiple series.

   chartResults.DataManager.ValuesYColumns = "fValue"
   chartResults.DataManager.ValuesXColumn = "iDate"
   chartResults.DataGroupColumn = "sType"
   chartResults.PlotArea.XAxis.Appearance.ValueFormat = Styles.ChartValueFormat.ShortDate
   chartResults.DataSource = dt
   chartResults.DataBind()

   chartResults.PlotArea.XAxis.AutoScale = True  
   chartResults.PlotArea.XAxis.IsZeroBased = False
   chartResults.PlotArea.YAxis.IsZeroBased = True
   chartResults.PlotArea.XAxis.Appearance.Visible = Styles.ChartAxisVisibility.True

When one series exists, the rightmost point lies to the right (correctly) of XLabel 10/23/2012. When a second series is added, the rightmost point moves to the left of 10/23/2012. This is incorrect, and does not reflect the accuracy of the first series. 

Can someone offer any advice, or workaround to get the points to stay on their correct x-axis point? 
Any help or advice is greatly appreciated! TIA!

Waseem
Top achievements
Rank 1
 answered on 24 Nov 2012
14 answers
999 views
We have placed a RadUpload control in a DotNetNuke module and selected the file. We also have an asp:button on the control set to Submit. When we press the button, the RadUpload.UploadedFiles.Count is always ZERO and the file never gets uploaded. The page is being refreshed by the submit button during the postback.

Here is the GUI code:

 

<asp:Panel ID="pnlFileUpload" runat="server">

 

Allowed File Extensions are: .jpg, .gif, .bmp, .png

 

<telerik:RadUpload id="RadUpload1" Runat="server" AllowedFileExtensions="jpg, gif, bmp, png" TargetFolder="~\Portals\0\ClientLogos" MaxFileInputsCount="1" >

 

 

</telerik:RadUpload>

 

 

<asp:Button ID="btnUpload" runat="server" Text="Upload" OnClick="btnUpload_Click" />

 

 

</asp:Panel>

 



the btnUpload button is set to UseSubmitBehavior=True. What are we missing?  DotNetNuke version 5.04.02 community.
Waseem
Top achievements
Rank 1
 answered on 24 Nov 2012
4 answers
265 views

When a user clicks on the "Save" button, I want to write a message that says "Saved at [current time]" (like Gmail does when saving a draft).  In order to get the current time I was going to use javascript.  How do I go about calling the Javascript to get the time and displaying it in my label?

Some things to note:

  • I am using ASP.Net 2.0 and the latest build of Promethius
  • I am using a Master Page that has the AjaxManager and my other pages and usercontrols are all using the AjaxManagerProxy controls
  • I only want this message to be set when a certain button is clicked, not on every ajax request.

Any help would be appreciated.

Chuck
Top achievements
Rank 1
 answered on 24 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?