Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
99 views
hi,
If A is assigned task to B once task status is completed i need to send an email to A person immediatly can anyone tell how its possible



Thanks,
Abu
Abu
Top achievements
Rank 1
 asked on 30 Dec 2011
1 answer
178 views
Hi all,

With the last update to the telerik controls, that I did through Visual Studio 2010, I lost the skins, and now every reference to a skin (like for example in a RadFormDecorator) throws an error like the following:


Telerik.Web.UI.RadFormDecorator with ID='RadFormDecorator1' was unable to find embedded skin with name 'Telerik'. Please, make sure that you spelled the skin name correctly, or if you want to use a custom skin, set EnableEmbeddedSkins=false.


Any ideas?

Thanks,
Brumo
Shinu
Top achievements
Rank 2
 answered on 30 Dec 2011
0 answers
112 views
Hi,

I am using RadMenu for my website. I want to make the menu entirely keyboard friendly. Using AccessKey I can Navigate to a specific menu item but pressing Enter key does not do any thing. I want to fire the same event with the enter key which fires when we click the menu item.
Following is my code snippet:

<radM:RadMenu ID="RadMenu1" runat="server" UseEmbeddedScripts="False" Skin="System"
                                            CausesValidation="False" OnClientItemFocus="OnClientItemFocus">
                                            <Items>
                                                <radM:RadMenuItem ID="RadMenuItem_Home" runat="server" Text="Home"   NavigateUrl="Default.aspx">
                                                </radM:RadMenuItem>
                                                <radM:RadMenuItem ID="RadMenuItem_Create" runat="server" Text="Create" AccessKey="C">
                                                    <Items>
                                                        <radM:RadMenuItem ID="abc" runat="server" Text="abc"
                                                            NavigateUrl="abc.aspx">
                                                        </radM:RadMenuItem>
                                                        <radM:RadMenuItem ID="xyz" runat="server" NavigateUrl="xyz.aspx"
                                                            Text="xyz">
                                                        </radM:RadMenuItem>                                                      
                                                    </Items>
                                                </radM:RadMenuItem>
<radM:RadMenu>

Here when the focus is on Menu Item "xyz", when I press enter, I want it to navigate to URL: xyz.aspx

Thanks,
Bhavik
Bhavik
Top achievements
Rank 1
 asked on 30 Dec 2011
1 answer
127 views
Good morning all.  I just installed Telerik.Web.UI.  During installaion of Telerik, VS2010 was closed.  After Telerik installed I opened VS2010 and clicked new telerik web project VB.  My tool box is loaded with Telerik controls and everything seems ok except that the default.aspx page html code has squiggly lines on anything that says RadScriptManager, ScriptReferance, RadStyleSheetManager with a message of  ":'*** is not a known element.  This can occur if there is a compilation error in the web site, or the web.config file is missing."  Did I miss a step in setting up the project?  Can someone please tell me what I need to do to get the error messages to go away?

<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="RadControlsWebApp1._Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
 <title></title>
 <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
 <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
  <Scripts>
   <%--Needed for JavaScript IntelliSense in VS2010--%>
   <%--For VS2008 replace RadScriptManager with ScriptManager--%>
   <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
   <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
   <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
  </Scripts>
 </telerik:RadScriptManager>
 <script type="text/javascript">
  //Put your JavaScript code here.
    </script>
 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
 </telerik:RadAjaxManager>
 <div>

 </div>
 </form>
</body>
</html>

Juan
Top achievements
Rank 1
 answered on 30 Dec 2011
4 answers
79 views
Hi,

Recently, I upgraded to the 2011 Q3 Ajax ASP.NET Framework 3.5 release.  Every RadGrid in my project promptly gave a skin not found error since only the Default skin is now present in the Telerik.Web.UI.dll.  I have attempted to follow the documentation that has been placed on the web to get my Simple skin back, but have had no success including copying and referencing the Telerik.Web.UI.Skins.dll.

Please provide examples of how to get the RadGrid Simple skin under this upgrade.

Thanks,
Don
Top achievements
Rank 1
 answered on 29 Dec 2011
5 answers
155 views
Hi,

I have a radgrid in which I'm binding the data. For instance I have the column "SER" in the grid. The value of "SER" in the grid is
"NG  101101". The length is fixed i.e 10.

When i export the above data using export to excel, the radgrid exports the above data to "NG 101101".  It removes one space. I don't want the excel to remove the space. I need to maintain the data as such.

Could you please help me achieve what I want.

Thanks,
Raji

Raja Rajeswari Mohan Venkataraman
Top achievements
Rank 1
 answered on 29 Dec 2011
12 answers
223 views
Hi i have a problem! I have RadGrid and i have FormTemplate. In FormTemplate i have a html button (System.Web.UI.HtmlControls.HtmlInputSubmit) with runat = "server" and I can't find  this control(
System.Web.UI.HtmlControls.HtmlInputSubmit p = (System.Web.UI.HtmlControls.HtmlInputSubmit)item.FindControl("openWinbut") return null!!! If i find a aspnet Button then it doesn't return null! Help please)))
Elliott
Top achievements
Rank 2
 answered on 29 Dec 2011
3 answers
213 views
Hey I am having a problem with a rad grid.  i am adding columns programmatically and setting a datasource in the

 

NeedDataSource event.  The problem is that i can't seem to "unlock" the checkbox column so that the user can check/uncheck the field.  what am i missing?  i can't find anything in docs describing how to do this.  i have made grid item edtible on pre render - to no effect; i have made readonly property false - also to no effect.  please help.

it is embedded in a user control like below

 

<% @ Control Language="C#" AutoEventWireup="true" CodeFile="ActiveFileTable.ascx.cs" Inherits="ActiveFileTable" %>

 

<asp:Panel ID="Panel1" runat="server" Height="531px" Width="865px">

 

<telerik:RadGrid ID="RadGrid1" runat="server">

 </telerik:RadGrid>

 

</asp:Panel>

 

 c#

 dataLayerDataContext dataLayer = new dataLayerDataContext();

RadGrid1.AutoGenerateColumns = false;

GridCheckBoxColumn boundColumn4 = new GridCheckBoxColumn();

boundColumn4.UniqueName = "Is Active";

boundColumn4.DataField = "isactive";

boundColumn4.HeaderText = "Active";

boundColumn4.Visible = true;

boundColumn4.ReadOnly = false;

 

RadGrid1.MasterTableView.Columns.Add(boundColumn4);

RadGrid1.DataSource = dataLayer.getActiveInvFilePT();

Chris
Top achievements
Rank 1
 answered on 29 Dec 2011
1 answer
115 views
Is it possible to resize an appointment while in the month view?  I am using the scheduler to show what days an employee is on a job.  These span over multiple days.  Right now I can only move the appointment around, not resize it to a certain time frame.
Richard
Top achievements
Rank 1
 answered on 29 Dec 2011
1 answer
110 views
Hi,

I am using Rad Grid and have more then 50 cells in one row. I am able to move cell one by one using arrow key or tab key but not able to move page same time, so I am able to move cells but to see those cells I have to scroll horizontal manually. I want to move page as well with moving to cell.

Also when I try to click on last cell or trying to edit that cell, automatically I am coming back to first cell.

Thanks,
Mona
Andrey
Telerik team
 answered on 29 Dec 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?