Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
61 views
Hello,

I have Added Drag and Drop control same as Provided in the below Demo

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx

Everything is fine except one , in this When i drag from Left, and try to Drop on the Right side are, dropping is not happen until the Dotted Line appears  ...

This means that , If i drag from Left and Try to Drop on the Gray area , its not automatically drop after the Last item on the right hand side, it should be...

So please help how can i set such a way that you can drop dragged item any where in the blank ( Gray) area of the Right side, and automatically set after the last Item on the right side...

Regards
samir
Tsvetina
Telerik team
 answered on 22 Aug 2011
3 answers
166 views
I have used radeditor in my webpart coding. I have configured dialogue http handler in web.config file. But I am getting "Web.Config registration missing!" when I clicked either "Find" or "Image Manager" option in radeditor. Herewith I have attached the screen shot for your reference.
Environment details
----------------------------------------------
Windows 2003
Sharepoint 2007
IIS 6.0
Telerik 2010.3.1109.20

in Web.Configfile
--------------------------
    <httpHandlers>
          --------------
         <add path="Telerik.Web.UI.DialogHandler.axd" verb="*" type="Telerik.Web.UI.DialogHandler" validate="false" />
  </httpHandlers>
incCoding I have added
----------------------------------
TED_Message.DialogHandlerUrl ="~/Telerik.Web.UI.DialogHandler.axd";

What I have missed? Anything else to be needed?

Herewith, I have attached screen shot for your reference.

Rumen
Telerik team
 answered on 22 Aug 2011
1 answer
131 views
Hi,

I'm facing quite confusing rendering problem of the RadEditor. I have added all the files mentioned in help concerning this control on Telerik's site. All global resources, themes and app_data were successfully added to my web site. The result is visible under: link.
If you any solution solving this kind of problems, I would feel very grateful for revealing it.

Cheers,
Michal

Page markup:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RadEditor.aspx.cs" Inherits="Testing_RadEditor" %>
<%@ 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>
            <telerik:RadScriptManager ID="RadScriptMAnager1" runat="server"></telerik:RadScriptManager>
            <telerik:RadEditor ID="RadEditor1" runat="server" Skin="Outlook">
                <Tools>
                    <telerik:EditorToolGroup Tag="MainToolbar">
                        <telerik:EditorTool Name="Print" ShortCut="CTRL+P" />
                        <telerik:EditorTool Name="AjaxSpellCheck" />
                        <telerik:EditorTool Name="FindAndReplace" ShortCut="CTRL+F" />
                        <telerik:EditorTool Name="SelectAll" ShortCut="CTRL+A" />
                        <telerik:EditorTool Name="Cut" />
                        <telerik:EditorTool Name="Copy" ShortCut="CTRL+C" />
                        <telerik:EditorTool Name="Paste" ShortCut="CTRL+V" />
                        <telerik:EditorToolStrip Name="PasteStrip">
                        </telerik:EditorToolStrip>
                        <telerik:EditorSeparator />
                        <telerik:EditorSplitButton Name="Undo">
                        </telerik:EditorSplitButton>
                        <telerik:EditorSplitButton Name="Redo">
                        </telerik:EditorSplitButton>
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup Tag="InsertToolbar">
                        <telerik:EditorTool Name="ImageManager" ShortCut="CTRL+G" />
                        <telerik:EditorTool Name="DocumentManager" />
                        <telerik:EditorTool Name="FlashManager" />
                        <telerik:EditorTool Name="MediaManager" />
                        <telerik:EditorTool Name="TemplateManager" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="LinkManager" ShortCut="CTRL+K" />
                        <telerik:EditorTool Name="Unlink" ShortCut="CTRL+SHIFT+K" />
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup>
                        <telerik:EditorTool Name="Superscript" />
                        <telerik:EditorTool Name="Subscript" />
                        <telerik:EditorTool Name="InsertParagraph" />
                        <telerik:EditorTool Name="InsertGroupbox" />
                        <telerik:EditorTool Name="InsertHorizontalRule" />
                        <telerik:EditorTool Name="InsertDate" />
                        <telerik:EditorTool Name="InsertTime" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="FormatCodeBlock" />
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup>
                        <telerik:EditorDropDown Name="FormatBlock">
                        </telerik:EditorDropDown>
                        <telerik:EditorDropDown Name="FontName">
                        </telerik:EditorDropDown>
                        <telerik:EditorDropDown Name="RealFontSize">
                        </telerik:EditorDropDown>
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup>
                        <telerik:EditorTool Name="AbsolutePosition" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="Bold" ShortCut="CTRL+B" />
                        <telerik:EditorTool Name="Italic" ShortCut="CTRL+I" />
                        <telerik:EditorTool Name="Underline" ShortCut="CTRL+U" />
                        <telerik:EditorTool Name="StrikeThrough" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="JustifyLeft" />
                        <telerik:EditorTool Name="JustifyCenter" />
                        <telerik:EditorTool Name="JustifyRight" />
                        <telerik:EditorTool Name="JustifyFull" />
                        <telerik:EditorTool Name="JustifyNone" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="Indent" />
                        <telerik:EditorTool Name="Outdent" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="InsertOrderedList" />
                        <telerik:EditorTool Name="InsertUnorderedList" />
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="ToggleTableBorder" />
                        <telerik:EditorTool Name="XhtmlValidator" />
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup>
                        <telerik:EditorSplitButton Name="ForeColor">
                        </telerik:EditorSplitButton>
                        <telerik:EditorSplitButton Name="BackColor">
                        </telerik:EditorSplitButton>
                        <telerik:EditorDropDown Name="ApplyClass">
                        </telerik:EditorDropDown>
                        <telerik:EditorToolStrip Name="FormatStripper">
                        </telerik:EditorToolStrip>
                    </telerik:EditorToolGroup>
                    <telerik:EditorToolGroup Tag="DropdownToolbar">
                        <telerik:EditorSplitButton Name="InsertSymbol">
                        </telerik:EditorSplitButton>
                        <telerik:EditorToolStrip Name="InsertTable">
                        </telerik:EditorToolStrip>
                        <telerik:EditorToolStrip Name="InsertFormElement">
                        </telerik:EditorToolStrip>
                        <telerik:EditorSplitButton Name="InsertSnippet">
                        </telerik:EditorSplitButton>
                        <telerik:EditorTool Name="ImageMapDialog" />
                        <telerik:EditorDropDown Name="InsertCustomLink">
                        </telerik:EditorDropDown>
                        <telerik:EditorSeparator />
                        <telerik:EditorTool Name="ConvertToLower" />
                        <telerik:EditorTool Name="ConvertToUpper" />
                        <telerik:EditorSeparator />
                        <telerik:EditorDropDown Name="Zoom">
                        </telerik:EditorDropDown>
                        <telerik:EditorSplitButton Name="ModuleManager">
                        </telerik:EditorSplitButton>
                        <telerik:EditorTool Name="ToggleScreenMode" ShortCut="F11" />
                        <telerik:EditorTool Name="AboutDialog" />
                    </telerik:EditorToolGroup>
                </Tools>
                <Content>
</Content>
            </telerik:RadEditor>
        </div>
    </form>
</body>
</html>
Rumen
Telerik team
 answered on 22 Aug 2011
1 answer
79 views
Hi,
   
I am using radGrid on my page and set enableeventvalidation=false in page tag.

then by using following line of code I am not able to call ItemCommandEvent.
<telerik:GridButtonColumn ConfirmText="Delete this Record?" ConfirmDialogType="RadWindow"
                                                HeaderText="Delete" ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete"
                                                Text="Delete" UniqueName="DeleteColumn" HeaderStyle-HorizontalAlign="Center"
                                                HeaderStyle-Width="50px">
                                                <ItemStyle HorizontalAlign="Center" CssClass="rbDelete" />
                                            </telerik:GridButtonColumn>

I just replace above code with <itemTemplate> with radButton then its working fine (means control goes to ItemCommandEvent).

Can you please guide me why its behaving like this?
Princy
Top achievements
Rank 2
 answered on 22 Aug 2011
5 answers
334 views
Hi,

I am using rad grid for which filter menu option is used. Some of the filter menus are removed for customization like Greater than, Less Than, etc.

The problem is when I type something in Filter box and click on filter button all menus are shown. Then I select "Contains" from it.
The grid shows me filtered records. After that  I select "No Filter" and all records are shown. After that again I click on filter menu and only "Contains" option is shown in Filter menu. Why so..? Is there any problem with Filter menu or please tell me its working.

I am using the latest version of telerik  Rad controls i.e. 2011.2.712.35

Please help me out with this. Its urgent.


Thanks.
Mira
Telerik team
 answered on 22 Aug 2011
1 answer
66 views
I need to have a dynamic dropdown on rad editor which has values for different text styles.
For eg: On selecting Style 1 from the drop down, the selected text should be bold. On selecting Style 2, the selected text should be bold + italic + font 14.
Rumen
Telerik team
 answered on 22 Aug 2011
1 answer
71 views
I am trying to develop Visual Web Part for SharePoint 2010. I have ASP.NET AJAX RadControls version 2011 Q1 SP2 installed.
I got stuck with following problem:

1. I didn't see the SQLDataSource control under "Data" node in ToolBox. However, I can still create SQLDataSource control by writting the code programmatically in ascx source file. Can I still use it just fine?
 
2. I can't find the web.config in the project folder to add ConnectionString for SQLDataSource control. Even though I can define the connection string in the SQLDataSource configuration just fine. But when I click deploy, it kept on giving me error that it can't find the connection string in the application configuration.

3. Is it true that developing Visual Web Part using AJAX RadControls, the Ajax functionality is disabled? (The page keep on doing full post back). If there is any workaround, would you please show me step by step?

I have demo on Visual Web Part using RadControl AJAX in the next few days. It is do or die situation. Please reply me as soon as you can. I'm really really appreciate it.

Thanks All.

Lamk.



Marin
Telerik team
 answered on 22 Aug 2011
3 answers
332 views
Hello,

I'm using the RadGrid control in order to insert, update and delete records (using UserControl, see demo).
I have a problem here:
I have to upload files by inserting new records, edit the files by editing the record and remove the files by deleting the record.

I want to indicate again, the RadGrid using usercontrol .

Please, I need your help,
It is appreciated to send a sample code.

Regards,
Bader
Tsvetina
Telerik team
 answered on 22 Aug 2011
1 answer
121 views

Using the PageMethods Load on Demand demos, do I have the ability to hook up a JavaScript onComplete() function as I would with a regular Page Method?

Using the below example, where could I hook up my onComplete() function?:

<telerik:RadTreeView ID="RadTreeView1" runat="server">
    <WebServiceSettings Path="Default.aspx" Method="LoadNodes" />
</telerik:RadTreeView>
[WebMethod]
public static RadTreeNodeData[] LoadNodes(RadTreeNodeData node, object context)
{
    List<RadTreeNodeData> result = new List<RadTreeNodeData>();
    RadTreeNodeData node = new RadTreeNodeData();
    node.Text = "Loaded on demand";
    node.ExpandMode = TreeNodeExpandMode.WebService;
      
    return result.ToArray();
}
Plamen
Telerik team
 answered on 22 Aug 2011
1 answer
84 views
I have a Master Page.
IN Master I got a RadSlidingPane. I put RadSkinManager in RadSlidingPane and oesnt work.
I put out RadSlidingPane and works perfectly.

Why?

   RadSkinManager radSkinManager = new RadSkinManager();
     radSkinManager.ID="RadSkinManagerpane";
    radSkinManager.ShowChooser = true;
       radSkinManager.Skin ="Vista";
         searchPane.Controls.Add(radSkinManager);
Tsvetina
Telerik team
 answered on 22 Aug 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?