Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
58 views
On the RadCalendar the strings in the month/year navigation may be localized through the FastNavigationSettings property.  I can not find this property on the RadMonthYearPicker control.  Can this control not be localized?
Princy
Top achievements
Rank 2
 answered on 23 Apr 2012
3 answers
126 views
Is itpossible to set row(alternating) color for exported document like we set in radgrid.I am using built in export button for exporting.
Princy
Top achievements
Rank 2
 answered on 23 Apr 2012
0 answers
94 views
Hi Support
I'm facing this below problem very much.  My Radgrid  Rebind() method makes selected radio button unselected   from grid. How can I fix that , see the Code

<telerik:RadGrid ID="RadGrid1" runat="server"   AutoGenerateColumns="False"
     AllowFilteringbyColumn = "true" AutogeneratedColumn="false" OnPageIndexChanged="RadGrid1_PageIndexChanging"
Allowpaging= "true" PageSize="20"
        >        
      .............
</telerik:RadGrid>

//this method is need to show radiobutton selected for user selected specifc items from another control like treeview

Private void Method(int Questionnumber)
{
RadGrid1.Allowpaging = false;
 RadGrid1.ReBind();
 foreach (GridDataItem item in grid1.Items)
 {
  RadioButton btn = (RadioButton)item.FindControl("radiobutton1");
  string value = item.GetDataKeyValue("Questionnumber").ToString(); 
           if( value == Questionnumber)
          {
                    btn.checked = true;
                    RadGrid1.MasterTableView.CurrentPageIndex = 3; // see ,here is also one problem : I write it 3 but it should be //like that  which radiobutton is selected I need to find the current page Index of that page where the selected radiobutton row is exist .
// suppose I know my desired item row is exists in CurrentPageIndex =3 , so I write this , so the paging will be selected in 3

 but I need
// to do it though code ,  like that:

 user selected any item and its number is come through above Questionnumber which I write in method parameter ,

now    if( value == Questionnumber) is true

 then radio button will be selected but How can I know that button is in which row or which page Index ,


 if I make the code like this:

 int currentpageindex = (int)(RadGrid1.MasterTableView.Items.Count /  20 ),

then suppose it comes 15 if  total count is 315 but How to get PageIndex ???????

}
RadGrid1.Allowpaging = true;
RadGrid1.PageSize = 20;
 RadGrid1.MastertableView.ReBind(); // if I write this then My selected Radio Button not selected and if I don't write then paging
is not showing

Pl give any suggestion
DEBAL
Top achievements
Rank 1
 asked on 21 Apr 2012
2 answers
108 views
Hello,

We're having the following issue:

- SharePoint 2007 SP3
- RadEditor WebPart v5.7.3.0
- RadEditorMOSS.wsp deployed to webapp
- configured web.config as outlined here: http://www.telerik.com/help/aspnet-ajax/moss-install-aspnet-ajax-35.html

When we try to get the RADEditor Webpart programatically via the SPLimitedWebPartManager, all WebParts show up as error WebParts (not only the RADEditor WebPart, but also all SPOOB WebParts). Once we retract the RadEditorMOSS.wsp Solution, we get the WebPart back correctly.
Our issue is now, that we need the RADEditor WebPart to extract the RADEditor Content for processing. Any idea how we can get to this content?

Thanks,
André
André
Top achievements
Rank 1
 answered on 21 Apr 2012
3 answers
79 views
I have to use Appointment control from Rad Scheduler ,but at the same time I want to hide Day ,week and Month view .
Just Like this....


Please Help me ,to solve this problem...
Cat Cheshire
Top achievements
Rank 1
 answered on 21 Apr 2012
1 answer
67 views
Hi,

I create a standalone follow the instruction in the following link
http://www.telerik.com/support/kb/aspnet-ajax/editor/using-the-image-and-document-managers-outside-radeditor.aspx

my questions are:
1. there is a insert button on the dialog, is there a way to change the text from insert to Select?
2. I don't want customer select file which size is greater than 3MB, can I show up a warning message when they click insert button if the selected file is greater than 3MB or there is another way to prevent customers doing that? I tried MaxUploadFileSize but it just prevent customers uploading files.

thanks,

Rumen
Telerik team
 answered on 21 Apr 2012
1 answer
74 views
Hi,

Applying Font Size in Safari is making the text to disappear

Below is the step to reproduce:
    Type in some text in the editor in Safari. Select a part of the text and apply the font size from drop drop down (eg: 12px).
    The text selected disappears.

Currently we are using RealFontSize tool. We tried using FontSize instead of RealFontSize. But the Fontsize dropdown displays 1,2,3,4 instead of 8px, 9px, 10px etc.

We are using 2008.3.1125.20.
Rumen
Telerik team
 answered on 21 Apr 2012
1 answer
346 views

Hello

I have a radEditor for which I need to provide relative paths for its various CSS files.

For example:

<CssFiles>
  <trk:EditorCssFile Value="stylesheets/EditorContentArea.css" />
</CssFiles>

where the 'stylesheets' folder would be a subfolder in the same folder as the markup and code files.

But the relative path doesn't work, whereas using an absolute path is successful, e.g., this path does find the CSS file in question:

<CssFiles>
  <trk:EditorCssFile Value="~/[path_to_my_stylesheets]/EditorContentArea.css"

</CssFiles>

What could be occurring here? Is the a behaviour that can be configured and changed somehow to enable the use of a relative path. Possibly at the time of processing, the relative path is being determined from a different location to that of the markup file?

If anyone can point me in the right direction it would be very greatly appreciated!

Regards

 

Rumen
Telerik team
 answered on 21 Apr 2012
1 answer
153 views
I'm getting the following error when attempting to open a new radcontrols ajax web application project (VS2010):

Error executing custom action
Telerik.Web.UI.VSX.Actions.UnfoldFilesAction: Exception of type
'Telerik.VSX.TextTemplating.TemplateException' was thrown.

This just started happening in the last couple of days.  I am totally up-to-date on my RadControls and have reinstalled from the latest download with the same result.

Thanks.
Petar
Telerik team
 answered on 21 Apr 2012
1 answer
191 views
The treeview sorts the items regardless of the way they are added to it (as a collection or individually).
I'd like to disable the auto sorting of the items in the tree but so far can't see the .sort() method as outlined in some other posts.

The version used is v2012.1.301.35 Trial.

Plamen
Telerik team
 answered on 21 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?