Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
213 views
Hi,

I am using a telerik Rad grid in a user control page and i am using that in an aspx page .I enabled sorting.
But I am not able to apply ajax loding to that.
Can anybody explain the steps for using ajax ?

Thanks in advance!
Shinu
Top achievements
Rank 2
 answered on 16 Dec 2010
1 answer
83 views
How to Sliver Light Chart in Rad Chart
Evgenia
Telerik team
 answered on 16 Dec 2010
1 answer
129 views
The following code works fine as javascript that is behind the aspx page, however if it is called from a standalone JS file it bombs out. What is the correct code to locate a datagrid on a page.


var masterTable = $find("<%=dgServices.ClientID %>").get_masterTableView();

Princy
Top achievements
Rank 2
 answered on 16 Dec 2010
1 answer
76 views
Hi Telerik Team

I have two issues at the moment.

1. Context Menu on image
I'd like to remove the "Image Editor Map" option and leave "Properties" there, is it possible?

2. External Dialog for Image Editor
I tried to hide few sections which I didn't need it. e.g. CSS Class, Image Src and Long Description. When I set display property none on CSS class, Image Src, it does perfectly and the most important thing is the dialog automatically re-sized, but if I set this property on the row of "Long Description", the dialog suddenly lose the auto re-size function.  I don't know whether there are some hidden functions which does this trick.

 
Rumen
Telerik team
 answered on 16 Dec 2010
1 answer
79 views
Hi There,

I'm trying to implement a RadMenu (horizontal menu with level1 group that expands down), this menu is populated by a SitemapDataSource. I've tried two approaches, one using just CSS and the other I looked into was to Add a Template at run time for the Level 1 items. I've had no success with either. In the case of adding a template at run time, I attempted both options recommended here but neither work. I assume this is because of when the data is bound to the menu using SiteMapDatasource. When the foreach runs, the RadMenu1.GetAllItems() has a count of 0.  In attempting to use the CSS only approach, I enabled rounded corners as my design requirement has a very similar look/feel to rounded corners, but I'm not able to make it to work as the implementaiton doesn't quite work and I'm unable to figure out how to change things like the height of the corer. 

So I'm looking for some help if anyone has been able to successfully implement a dropdown similar to the following:
I've attached a rough mockup that has the various graphics required numbered. They are as follows:
1. Top left corner
2. Top horizontal tiling piece (right now my menu is a set width but I may want this to be flexible)
3. Top right corner
4. Vertical tiling piece (this will always need to be flexible since menu items are dynamic and I'll never have control over how many)
5. Bottom left corner
6. Bottom horizontal tiling piece
7. Bottom right corner

As always any help would be greatly appreciated. I've probably spent way more time on this than necessary but I'm just not seeing the light at the end of the tunnel for the proper way to implement this type of drop down menu. It seems all examples that do any kind of templates or different looks with the menu have static and declarative menu data and not dynamic. If it's of any help, this menu is part of a Sitefinity implementation.

Thanks again!
Phill
Kamen Bundev
Telerik team
 answered on 16 Dec 2010
1 answer
55 views
How can I set No animation for the calendar popping up in the RadDatePicker?

I only see Slide and Fade...
Pavel
Telerik team
 answered on 16 Dec 2010
1 answer
221 views
Hi,

I just downloaded RadControls for asp.net and installed them but non of the controls are turning up in the toolbar on visual web developer 2010 express.

I've seen contradictory information, some places say it is supported some say it isnt, on the bottom of this page :
http://www.telerik.com/products/aspnet-ajax/getting-started/system-requirements.aspx

it says Microsoft Visual Web Developer 2010 (i dont know if that means the express version though) is supported and it has a link to visual studio 2010 express page on microsoft's site.

Can someone please clarify.
Georgi Tunev
Telerik team
 answered on 16 Dec 2010
1 answer
95 views
Hello,

The RadComboBox has a collection of combo boxes created on the page in JavaScript accessible via: $T.RadComboBox.ComboBoxes

Is there something like this for the RadTabStrip control?  I'm using 2010 Q2, but could upgrade to Q3.

Thanks.
Yana
Telerik team
 answered on 16 Dec 2010
3 answers
147 views
How would one go about transferring an item(row) from one RadGrid to another, in a similar fashion to the RadListBox? Not looking for drag and drop, just a simple way to double click an item in grid 1 and then get added(transferred) to grid2. Being able to quickly remove items from grid2 would also be handy.
*FYI, I already accomplished this with 2 ListBoxes and it worked nicely, but of course, now I need to have more than 1 column in the left-hand listbox :(
Anyway, I feel like this is a fairly common scenario and must have been tackled already...
Thanks.
Tsvetoslav
Telerik team
 answered on 16 Dec 2010
1 answer
71 views
Locally my gird is functioning fine and when i move it to production the grid and other rad controls render. But the grid does not return when i click the edit button for the row.  Any thoughts?
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="BlueSheet.Default" %>
  
<%@ 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">
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/global.css.aspx?lcid=1033" />
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/global-styles.css.aspx?lcid=1033" />
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/global-dynamic-styles.css.aspx?lcid=1033" />
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/fonts.aspx?lcid=1033" />
  
<head runat="server">
    <title></title>
    <style type="text/css">
        .style1
        {
            width: 7px;
        }
    </style>
      
  
    <telerik:RadCodeBlock id="CodeBlock" runat=server>
        <script language=javascript>
            function Command(sender, eventArgs) {
                //alert(eventArgs.get_commandName());
            }
            function SendAlert() {
                //alert('Here');
            }
        </script>
    </telerik:RadCodeBlock>
</head>
<body style="background-color: #eaf3ff">
    <form id="form1" runat="server" style="background-color: #eaf3ff" enableviewstate="true">
      
    <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">
      
    </telerik:RadStyleSheetManager>
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
      
    </telerik:RadScriptManager>
    <div width="100%">
        <table width="100%">
            <tr>
                <td colspan="5">
                    <telerik:RadSlider ID="RadSlider1" runat="server" Height="30px" Width="752px" ItemType="Item"
                        MaximumValue="10" Skin="Windows7" TrackPosition="BottomRight">
                        <Items>
                            <telerik:RadSliderItem runat="server" Text=" Euphoria" Value="1" />
                            <telerik:RadSliderItem runat="server" Text=" Great" Value="2" />
                            <telerik:RadSliderItem runat="server" Text=" Secure" Value="3" />
                            <telerik:RadSliderItem runat="server" Text=" Comfort" Value="4" />
                            <telerik:RadSliderItem runat="server" Text=" Ok" Value="5" />
                            <telerik:RadSliderItem runat="server" Text=" Concern" Value="6" />
                            <telerik:RadSliderItem runat="server" Text=" Discomfort" Value="7" />
                            <telerik:RadSliderItem runat="server" Text=" Worry" Value="8" />
                            <telerik:RadSliderItem runat="server" Text=" Fear" Value="9" />
                            <telerik:RadSliderItem runat="server" Text=" Panic" Value="10" />
                        </Items>
                    </telerik:RadSlider>
                </td>
            </tr>
            <tr>
                <td>
                    <table>
                        <tr>
                            <td width="150px">
                                Collaborative Partner
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Partner" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Financial Stable
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Stable" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td class="style1">
                                Emerging Growth
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Emerging" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Assignments 90 days+
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Assignments" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Potenital 100-300k
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Potenital" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                    </table>
                </td>
                <td valign="top">
                    <telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" AutoGenerateColumns="False" 
                         Skin="Windows7" Width="400px"
                        Height="148px" 
                        onneeddatasource="RadGrid1_NeedDataSource" 
                        onitemcommand="RadGrid1_ItemCommand" onitemupdated="RadGrid1_ItemUpdated" 
                        onupdatecommand="RadGrid1_UpdateCommand" 
                         >
                       <ClientSettings>
                        
                       </ClientSettings>
                        <MasterTableView EditMode="InPlace">
                              
  
  
                              
                            <RowIndicatorColumn>
                                <HeaderStyle Width="20px"></HeaderStyle>
                            </RowIndicatorColumn>
                            <ExpandCollapseColumn>
                                <HeaderStyle Width="20px"></HeaderStyle>
                            </ExpandCollapseColumn>
<CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings>
                            <Columns>
                                <telerik:GridBoundColumn UniqueName="Buyer" DataField="Name" HeaderText="Full Name"
                                    ReadOnly="True">
                                </telerik:GridBoundColumn>
                                <telerik:GridTemplateColumn UniqueName="Role" DataField="Role" HeaderText="Role"
                                    ReadOnly="false">
                                    <ItemTemplate>
                                        <%# Eval("Role") %>
                                    </ItemTemplate>
                                    <EditItemTemplate>
                                        <asp:DropDownList runat="server" ID="Role" SelectedValue='<%# Bind("Role") %>' 
                                         DataSource='<%# (new string[] { "Economic", "User", "Technical","Coach" })%>' 
                                          AppendDataBoundItems="True" >
                                            
                                        </asp:DropDownList>
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridTemplateColumn UniqueName="Degree" DataField="Degree" HeaderText="Degree"
                                    ReadOnly="false">
                                    <ItemTemplate>
                                        <%# Eval("Degree")%>
                                    </ItemTemplate>
                                    <EditItemTemplate>
                                        <asp:DropDownList runat="server" ID="Degree" SelectedValue='<%# Bind("Degree") %>'
                                         DataSource='<%# (new string[] { "High", "Medium", "Low" })%>' 
                                          AppendDataBoundItems="True"  >
                                        </asp:DropDownList>
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridTemplateColumn UniqueName="Mode" DataField="Mode" HeaderText="Mode"
                                    ReadOnly="false">
                                    <ItemTemplate>
                                        <%# Eval("Mode") %>
                                    </ItemTemplate>
                                    <EditItemTemplate>
  
                                          
  
                                        <asp:DropDownList runat="server" ID="Mode" SelectedValue='<%# Bind("Mode") %>'
                                         DataSource='<%# (new string[] { "Growth", "Trouble", "Even Keel", "Overconfident" })%>' 
                                          AppendDataBoundItems="True"  >
                                              
                                        </asp:DropDownList>
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                  
                                <telerik:GridTemplateColumn UniqueName="id" Visible="false">
                                    <EditItemTemplate >
                                        <asp:Label runat="server" ID="contactid" Text='<%# Eval("contactid") %>' Style="display: none" />
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridEditCommandColumn ButtonType=ImageButton UniqueName="EditButton"></telerik:GridEditCommandColumn>
                                  
                                  
                            </Columns>
                              
                            <EditFormSettings>
                                <EditColumn ButtonType="PushButton" HeaderButtonType="None">
                                </EditColumn>
                            </EditFormSettings>
                             
                        </MasterTableView>
                    </telerik:RadGrid>
                </td>
            </tr>
            <tr>
                <td colspan="5" width="100%">
                    <img src="line.gif" width="100%" height="1px" />
                </td>
            </tr>
            <tr>
                <td>
                    <table width="100%">
                        <tr>
                            <td>
                                Strength
                            </td>
                            </tr
                            <tr>
                                <td>
                                    <asp:TextBox ID="Strength" runat="server" Rows="5" TextMode="MultiLine" Width="100%"></asp:TextBox>
                                </td>
  
                        </tr>
                        <tr>
                            <td>
                                Red Flag
                            </td>
                            </tr
                            <tr>
                                <td>
                                    <asp:TextBox ID="RedFlag" runat="server" Rows="5" TextMode="MultiLine" Width="100%"></asp:TextBox>
                                </td>
  
                        </tr>
                    </table
                </td
            </tr>
            <tr>
                <td colspan="5">
                    <asp:Button ID="Updatebutton" Text="Update" runat="server" OnClick="Updatebutton_Click"
                        Style="display: block" />
                </td>
            </tr>
        </table>
    </div>
    <telerik:Rad
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="BlueSheet.Default" %>
  
<%@ 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">
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/global.css.aspx?lcid=1033" />
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/global-styles.css.aspx?lcid=1033" />
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/global-dynamic-styles.css.aspx?lcid=1033" />
<link rel="stylesheet" type="text/css" href="/NFC/_common/styles/fonts.aspx?lcid=1033" />
  
<head runat="server">
    <title></title>
    <style type="text/css">
        .style1
        {
            width: 7px;
        }
    </style>
      
  
    <telerik:RadCodeBlock id="CodeBlock" runat=server>
        <script language=javascript>
            function Command(sender, eventArgs) {
                //alert(eventArgs.get_commandName());
            }
            function SendAlert() {
                //alert('Here');
            }
        </script>
    </telerik:RadCodeBlock>
</head>
<body style="background-color: #eaf3ff">
    <form id="form1" runat="server" style="background-color: #eaf3ff" enableviewstate="true">
      
    <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server">
      
    </telerik:RadStyleSheetManager>
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
      
    </telerik:RadScriptManager>
    <div width="100%">
        <table width="100%">
            <tr>
                <td colspan="5">
                    <telerik:RadSlider ID="RadSlider1" runat="server" Height="30px" Width="752px" ItemType="Item"
                        MaximumValue="10" Skin="Windows7" TrackPosition="BottomRight">
                        <Items>
                            <telerik:RadSliderItem runat="server" Text=" Euphoria" Value="1" />
                            <telerik:RadSliderItem runat="server" Text=" Great" Value="2" />
                            <telerik:RadSliderItem runat="server" Text=" Secure" Value="3" />
                            <telerik:RadSliderItem runat="server" Text=" Comfort" Value="4" />
                            <telerik:RadSliderItem runat="server" Text=" Ok" Value="5" />
                            <telerik:RadSliderItem runat="server" Text=" Concern" Value="6" />
                            <telerik:RadSliderItem runat="server" Text=" Discomfort" Value="7" />
                            <telerik:RadSliderItem runat="server" Text=" Worry" Value="8" />
                            <telerik:RadSliderItem runat="server" Text=" Fear" Value="9" />
                            <telerik:RadSliderItem runat="server" Text=" Panic" Value="10" />
                        </Items>
                    </telerik:RadSlider>
                </td>
            </tr>
            <tr>
                <td>
                    <table>
                        <tr>
                            <td width="150px">
                                Collaborative Partner
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Partner" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Financial Stable
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Stable" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td class="style1">
                                Emerging Growth
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Emerging" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Assignments 90 days+
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Assignments" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Potenital 100-300k
                            </td>
                            <td>
                                <telerik:RadNumericTextBox ID="Potenital" runat="server" Culture="en-US"
                                    MaxValue="5" MinValue="-5" ShowSpinButtons="True" Skin="Default" Value="0" Width="35px">
                                    <IncrementSettings InterceptMouseWheel="False" />
                                    <NumberFormat DecimalDigits="0" />
                                </telerik:RadNumericTextBox>
                            </td>
                        </tr>
                    </table>
                </td>
                <td valign="top">
                    <telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" AutoGenerateColumns="False" 
                         Skin="Windows7" Width="400px"
                        Height="148px" 
                        onneeddatasource="RadGrid1_NeedDataSource" 
                        onitemcommand="RadGrid1_ItemCommand" onitemupdated="RadGrid1_ItemUpdated" 
                        onupdatecommand="RadGrid1_UpdateCommand" 
                         >
                       <ClientSettings>
                        
                       </ClientSettings>
                        <MasterTableView EditMode="InPlace">
                              
  
  
                              
                            <RowIndicatorColumn>
                                <HeaderStyle Width="20px"></HeaderStyle>
                            </RowIndicatorColumn>
                            <ExpandCollapseColumn>
                                <HeaderStyle Width="20px"></HeaderStyle>
                            </ExpandCollapseColumn>
<CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings>
                            <Columns>
                                <telerik:GridBoundColumn UniqueName="Buyer" DataField="Name" HeaderText="Full Name"
                                    ReadOnly="True">
                                </telerik:GridBoundColumn>
                                <telerik:GridTemplateColumn UniqueName="Role" DataField="Role" HeaderText="Role"
                                    ReadOnly="false">
                                    <ItemTemplate>
                                        <%# Eval("Role") %>
                                    </ItemTemplate>
                                    <EditItemTemplate>
                                        <asp:DropDownList runat="server" ID="Role" SelectedValue='<%# Bind("Role") %>' 
                                         DataSource='<%# (new string[] { "Economic", "User", "Technical","Coach" })%>' 
                                          AppendDataBoundItems="True" >
                                            
                                        </asp:DropDownList>
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridTemplateColumn UniqueName="Degree" DataField="Degree" HeaderText="Degree"
                                    ReadOnly="false">
                                    <ItemTemplate>
                                        <%# Eval("Degree")%>
                                    </ItemTemplate>
                                    <EditItemTemplate>
                                        <asp:DropDownList runat="server" ID="Degree" SelectedValue='<%# Bind("Degree") %>'
                                         DataSource='<%# (new string[] { "High", "Medium", "Low" })%>' 
                                          AppendDataBoundItems="True"  >
                                        </asp:DropDownList>
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridTemplateColumn UniqueName="Mode" DataField="Mode" HeaderText="Mode"
                                    ReadOnly="false">
                                    <ItemTemplate>
                                        <%# Eval("Mode") %>
                                    </ItemTemplate>
                                    <EditItemTemplate>
  
                                          
  
                                        <asp:DropDownList runat="server" ID="Mode" SelectedValue='<%# Bind("Mode") %>'
                                         DataSource='<%# (new string[] { "Growth", "Trouble", "Even Keel", "Overconfident" })%>' 
                                          AppendDataBoundItems="True"  >
                                              
                                        </asp:DropDownList>
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                  
                                <telerik:GridTemplateColumn UniqueName="id" Visible="false">
                                    <EditItemTemplate >
                                        <asp:Label runat="server" ID="contactid" Text='<%# Eval("contactid") %>' Style="display: none" />
                                    </EditItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridEditCommandColumn ButtonType=ImageButton UniqueName="EditButton"></telerik:GridEditCommandColumn>
                                  
                                  
                            </Columns>
                              
                            <EditFormSettings>
                                <EditColumn ButtonType="PushButton" HeaderButtonType="None">
                                </EditColumn>
                            </EditFormSettings>
                             
                        </MasterTableView>
                    </telerik:RadGrid>
                </td>
            </tr>
            <tr>
                <td colspan="5" width="100%">
                    <img src="line.gif" width="100%" height="1px" />
                </td>
            </tr>
            <tr>
                <td>
                    <table width="100%">
                        <tr>
                            <td>
                                Strength
                            </td>
                            </tr
                            <tr>
                                <td>
                                    <asp:TextBox ID="Strength" runat="server" Rows="5" TextMode="MultiLine" Width="100%"></asp:TextBox>
                                </td>
  
                        </tr>
                        <tr>
                            <td>
                                Red Flag
                            </td>
                            </tr
                            <tr>
                                <td>
                                    <asp:TextBox ID="RedFlag" runat="server" Rows="5" TextMode="MultiLine" Width="100%"></asp:TextBox>
                                </td>
  
                        </tr>
                    </table
                </td
            </tr>
            <tr>
                <td colspan="5">
                    <asp:Button ID="Updatebutton" Text="Update" runat="server" OnClick="Updatebutton_Click"
                        Style="display: block" />
                </td>
            </tr>
        </table>
    </div>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" EnableAJAX="true" EnableViewState="true">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadGrid1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    </form>
    <script>
          
    </script>
</body>
</html>
AjaxManager
ID="RadAjaxManager1" runat="server" EnableAJAX="true" EnableViewState="true">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadGrid1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    </form>
    <script>
          
    </script>
</body>
</html>
C# Code:


Tsvetina
Telerik team
 answered on 16 Dec 2010
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?