Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
385 views
Hi,

I have a radgrid with AutoGenerateColumns is true.

I need to add a template column with Image at runtime when AutoGenerateColumns is true.

I am able to add the template column at run time when AutoGenerateColumns is true but not able set the column order for this template column.

Is it possible to set the order for this template column?

If it is possible then can you please attach a small demo example for the able.

Thanks & Regards,
Shirish
Pavlina
Telerik team
 answered on 11 Oct 2011
1 answer
70 views
This problem is relate with position of click behavior.
It working if click at the below of "select" button.sorry for my bad english explain
I attach picture for more information for this case.

Thanks


Telerik.Web.UI_2011_2_915_Dev
This is my RadEditor Configuration with transparent background and Menu Top

<telerik:RadEditor Runat="server" id="FCKeditorThai" Width="100%"

AutoResizeHeight="true" AllowScripts="True" EnableResize="false"

BorderStyle="None" Visible="false" OnClientPasteHtml="OnClientPasteHtml"

ToolbarMode="PageTop" onclientload="OnClientLoadEdit"

ToolsFile="~/upload/toolFile.xml" Skin="Office2010Blue" >

<ExportSettings OpenInNewWindow="True">

</ExportSettings>

<mediamanager deletepaths="~/upload/images/Media/"

searchpatterns="*.asf,*.asx,*.wm,*.wmx,*.wmp,*.wma,*.wax,*.wmv,*.wvx,*.avi,*.wav,*.mpeg,*.mpg,*.mpe,*.mov,*.m1v,*.mp2,*.mpv2,*.mp2v,*.mpa,*.mp3,*.m3u,*.mid,*.midi,*.rm,*.rma,*.rmi,*.rmv,*.aif,*.aifc,*.aiff,*.au,*.snd"

uploadpaths="~/upload/images/Media/" viewpaths="~/upload/images/Media/"

maxuploadfilesize="20480000"

/>

<silverlightmanager deletepaths="~/upload/images/Silverlight/"

maxuploadfilesize="20480000" searchpatterns="*.*"

uploadpaths="~/upload/images/Silverlight/"

viewpaths="~/upload/images/Silverlight/" />

<templatemanager deletepaths="~/Template/"

searchpatterns="*.htm,*.html" uploadpaths="~/Template/"

viewpaths="~/Template/" />

<documentmanager deletepaths="~/upload/images/Document/"

maxuploadfilesize="20480000" searchpatterns="*.*"

uploadpaths="~/upload/images/Document/" viewpaths="~/upload/images/Document/" />

<content></content>

<flashmanager deletepaths="~/upload/images/Flash/"

maxuploadfilesize="20480000"

searchpatterns="*.swf" uploadpaths="~/upload/images/Flash/"

viewpaths="~/upload/images/Flash/" />

<imagemanager deletepaths="~/upload/images/Image/"

maxuploadfilesize="20480000"

searchpatterns="*.gif,*.xbm,*.xpm,*.png,*.ief,*.jpg,*.jpe,*.jpeg,*.tiff,*.tif,*.rgb,*.g3f,*.xwd,*.pict,*.ppm,*.pgm,*.pbm,*.pnm,*.bmp,*.ras,*.pcd,*.cgm,*.mil,*.cal,*.fif,*.dsf,*.cmx,*.wi,*.dwg,*.dxf,*.svf"

uploadpaths="~/upload/images/Image/" viewpaths="~/upload/images/Image/" />

</telerik:RadEditor>


Rumen
Telerik team
 answered on 11 Oct 2011
1 answer
82 views
I set my RadEditor content like this :

editorScheduleText.Content = scheduleDetail.ScheduleText

 

I set content to : Problème avec les accents même si ca marche pas
When I try to get content like this :

 

editorScheduleText.Content

I lost all accent, content is now : Probl&easpme avec les accents m&ahdfme si ca marche pas

Why I lost accent ?

Rumen
Telerik team
 answered on 11 Oct 2011
4 answers
235 views
Hello Everybody,

I am facing problem while loading RadChart control zooming and scrolling functionality. I have one UserControl.ascx page where my RadChart control are reside. When I load this control into another page say "Test.aspx" and assigned some chart data. Then when my "Test.aspx" page is called and "UserControl.ascx" control is loaded, the chart  is displayed properly. but when I click on chart for zoomin it's make disappear. On bottom on page, I found there are some javascript error message display:

"The target 'Control152$Chart152' for the callback could not be found or did not implement ICallbackEventHandler"

I also enable zooming & scrolling property of radchart control like:

RadChart1.ClientSettings.EnableZoom =

True

 

RadChart1.ClientSettings.ScrollMode = Telerik.Web.UI.ChartClientScrollMode.Both
I also tried to enable other properties like:

So, please if anybody knows solution regarding this, then please send me reply ASAP

Please let me know if you need any input from me.

Thanks in advance,
Ajmal C

Giuseppe
Telerik team
 answered on 11 Oct 2011
4 answers
108 views
Hello Telerik Guys,

       Is there any way of how to use full vertical scroll in scheduler?

       See the attachment....

Regards

Thanks...
ahsan jawaid
Top achievements
Rank 1
 answered on 11 Oct 2011
1 answer
181 views
Hi,

I have a radgrid with AutoGenerateColumns is true.

I need to add a template column with Image at runtime when AutoGenerateColumns is true.

Is this possible?

Regards,
Shirish
Shinu
Top achievements
Rank 2
 answered on 11 Oct 2011
3 answers
97 views
Hi GUYS,
I am trying to move a column from a radgrid and put  into recycle bin..can any one suggest a way...?

Veli
Telerik team
 answered on 11 Oct 2011
2 answers
97 views

This seems like a rather trivial issue and I must have some properties incorrect.  I’ve done the obligatory search and get well over 200 entries for my trouble, but nothing yet has worked.  Here is my code…

 

 

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="Splitter.WebForm2" %>
  
<%@ 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">
    <div>
        <asp:ScriptManager ID="ScriptManager1" runat="server">
            </asp:ScriptManager>
        <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="600px">
            <telerik:RadPane ID="RadPane1" runat="server" MinWidth="100">
            </telerik:RadPane>
            <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Backward">
            </telerik:RadSplitBar>
            <telerik:RadPane ID="RadPane2" runat="server" MinWidth="100">
            </telerik:RadPane>
            <telerik:RadSplitBar ID="RadSplitBar2" runat="server" CollapseMode="Both">
            </telerik:RadSplitBar>
            <telerik:RadPane ID="RadPane3" runat="server" MinWidth="100">
            </telerik:RadPane>
        </telerik:RadSplitter>    
    </div>
    </form>
</body>
</html>

There are three panes.  The problem occurs only if you follow the steps below…

Step 1 – Collapse the left RadSplitBar.  Result – Both RadSplitBar’s are located at 66% of the parent RadSplitter’s width as expected.

Step 2 – Collapse the right RadSplitBar, to the right.  Result – Both RadSplitBar’s are on the right border of the parent RadSplitter control as expected.

Step 3 – Expand the left RadSplitBar.  Result – The left RadSplitBar is at 66% of the width and the right RadSplitBar is still attached to the right border of the parent RadSplitter as expected.

Step 4 – Expand the right RadSplitBar.  Result – It won’t expand.  I am expecting it to expand to the 66% position while the left one moves to the 33% position as it started.

Note:  If you expand the right RadSplitBar in step 3 and then the left RadSplitBar, it does respond as I would expect.

Thanks for any help.

Same behavior on IE9, FF7, Chrome14, Telerik

Big-Sy
Top achievements
Rank 1
 answered on 11 Oct 2011
4 answers
141 views
Hello Sir,

Please provide me Help .

I want to call  function RowClick(sender, eventArgs) on Simple Link Buttton  not  to call <ClientEventsOnRowClick="RowClick" OnRowDblClick="RowDblClick"  OnGridCreated="GridCreated" OnCommand="GridCommand"   />

Please Provide help It is very-2 urgent

Your support will be highly appreciated.

Thank You,
Princy
Top achievements
Rank 2
 answered on 11 Oct 2011
3 answers
147 views
I have an issue with RadWindow in IE9. I have one aspx page with one Iframe. There are some office docs and pdf docs in that iframe. I have some RadWindows on its master page. Now when Radwindow comes on top of the Iframe then the lower border of Radwindow is overlapped by the inner content of RadWindow. This issue comes with the Browser IE9 only. It is working fine with IE7 and IE8.

I am using version v4.0.30319 (2010.3.1317.40).
Please find attached image for batter understanding.

Following code is used to show RadWindow:
html:
<telerik:RadWindow runat="server" ID="rdWMy_Account" Overlay="true"  Behaviors="Close" Title="test"
                ReloadOnShow="true">
 </telerik:RadWindow>

JS:
            var oWnd = $find("<%= rdWMy_Account.ClientID %>");
            oWnd.show();
            oWnd.setSize(600, 444);
            oWnd.setUrl("<%=Request.ApplicationPath %>"+ '/GlobalSec/My_Account.aspx');
            //oWnd.setUrl('../GlobalSec/My_Account.aspx');
            oWnd.center();
Marin Bratanov
Telerik team
 answered on 11 Oct 2011
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?