Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
35 views
Hello,
   I want show a text in a column bound to a bool field, showing diferent text depending if the value is true or false. And also in a column bound to a int field, showing diferent text devending the value.

Can anyone help me?
thanks in advance.
Tajes
Top achievements
Rank 1
 answered on 18 Feb 2011
0 answers
34 views
Dear All,
I am getting problem when I want to update
country Radcombobox with Continent RadCombobox OnselectIndexChanged event
where I put RadCombobox AutoPostBack  property to true.

And Applied radajaxmanager with UpdateControl though its not updating partially

What might be the problem

plz assist me about this problem

Before that I was using following tactics but was not solved mine problem
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx


Thanks & Regard
Manoj Chavan
Exa India Pvt ltd
Manoj
Top achievements
Rank 1
 asked on 18 Feb 2011
1 answer
104 views
Hi all, I need to develop a progress bar in my web application which is in asp.net. This progress bar should see on screen while switching to new page of my application. (Because while switching to the another page , it tooks much time so user get confuse)

I have master page in which i have created diffrent menues.. like Audit,Manual,Update
on click of tht different menu, pages will get disply.

so i want to disply progressbar on click of those menus.

<tr id="trHR" runat="server" visible="false" colspan="0" style="border-bottom-color: Red;
                                  border-width: thin">
                                  <td colspan="0" align="center">
                                      <table border="0" cellpadding="0" cellspacing="0" style="width: 100%;">
                                          <tr>
                                           <td id="td23" valign="middle" align="center" style="width: 100px; height: 15px; background-image: url(./images/grey_bg.jpg);"
                                                  onmouseover="javascript:changecolor(this,'on');" onmouseout="javascript:changecolor(this,'off');">
                                                  <asp:HyperLink ID="HyperLink25" runat="server" CssClass="CSMenu" Text="Update" NavigateUrl="~/UpdateData.aspx" />
                                              </td>
                                              <td align="center" valign="middle" style="width: 1px; height: 25px">
                                                  <div style="display: inherit;">
                                                      <img src="images/line_vertical.jpg" border="0" alt="Line" height="25px" /></div>
                                              </td>
                                              <td colspan="0" id="td15" valign="middle" align="center" style="width: 100px; height: 15px;
                                                  background-image: url(./images/grey_bg.jpg);" onmouseover="javascript:changecolor(this,'on');"
                                                  onmouseout="javascript:changecolor(this,'off');">
                                                  <asp:HyperLink ID="HyperLink24" runat="server" CssClass="CSMenu" Text="Audit" NavigateUrl="~/Audit.aspx" />
                                              </td>
                                              <td id="td24" valign="middle" align="center" style="width: 100px; height: 15px; background-image: url(./images/grey_bg.jpg);">
                                              </td>
              <td id="td" valign="middle" align="center" style="width: 100px; height: 15px; background-image: url(./images/grey_bg.jpg);"
                                                  onmouseover="javascript:changecolor(this,'on');" onmouseout="javascript:changecolor(this,'off');">
                                                  <asp:HyperLink ID="HyperLink25" runat="server" CssClass="CSMenu" Text="Manual" NavigateUrl="~/Manual.aspx" />
                                              </td>
                                              <td align="center" valign="middle" style="width: 1px; height: 25px">
                                                  <div style="display: inherit;">
                                                      <img src="images/line_vertical.jpg" border="0" alt="Line" height="25px" /></div>
                                              </td>
                                          </tr>
                                      </table>
                                  </td>
                              </tr>


Tsvetina
Telerik team
 answered on 18 Feb 2011
1 answer
104 views
Given a RadEditor with the following HTML currently loaded:
<h1><a name="back-to-top"></a>Our Partners</h1>
<p>aspicer anchor link <a href="#aspicer">test</a></p>
<p>aspicer actual anchor <a name="aspicer">here</a></p>


If I copy from DESIGN MODE and paste into any html friendly app (word, visual studio, etc), then what I get out is the following:
<h1><a name="back-to-top"></a></h1>
<div>
<h1>Our Partners</h1>
<p>aspicer anchor link <a href="http://rd.myapp.com/EditorWindow.aspx?did=c178ea59-4252-4dc5-90c1-5c44f283c2bf&;dt=1&m=1&rwndrnd=0.4956730466801673#aspicer">test</a></p>
<p>aspicer actual anchor <a name="aspicer">here</a></p>
</div>
<p><a name="aspicer"></a></p>


Notice the link for the named anchor changed to be the URL of the current window that is open. 
This also occurs if I COPY and PASTE from the RadEditor to the same RadEditor. 
The editor should not be manipulating the content when I copy and paste from Design mode.

Using Chrome I get the full URL for the EditorWindow instead of just the anchor tag link.
Using Firefox it doesn't set the full URL, instead it just sets the path after the domain.  

NOTE: Copy and Paste within HTML mode works fine and it does NOT manipulate the links.

I would expect that if I have a link to an anchor such as "#myAnchor" then it will not be changed when coping that content and pasting it elsewhere.
Likewise if I have a link to an anchor on another page such as "http://cool.com/article.aspx#trees" then I would expect that to also not be manipulated.

This sounds like it may be a bug in the editor. Does anyone have any advice?
Rumen
Telerik team
 answered on 18 Feb 2011
14 answers
593 views
Hello,

I have a solution containing a master page with scriptmanager and RadAjaxManager.

According to your instructions i should place on the pages a scriptmanagerproxy and a radajaxmanagerproxy.


When calling radalert, radconfirm, radprompt there is a java exception "Object required" or Sys.invalidOperationException - Two components with the same ID 'alert' can't be added to the application.

A curious note is that if i remove the proxies and leave the scriptmanager and radajaxmanager on the master page the problem still persists.

If i place the radajaxmanager and scriptmanager into the page and remove them from the master page the error still occurs.

After carefull testing apparently radalert, etc don't work on master pages, it works however in standalone pages.


Currently I had to use Radwindow from radControls and not prometheus.


What am i doing wrong or what shoudl be done?
Svetlina Anati
Telerik team
 answered on 18 Feb 2011
4 answers
172 views

So, I have a scenario that I'm not sure how to handle.  We have some pages that have a huge amount of numeric textboxes on them and having them each as a  RadNumericTextBox just doesn't work very well.   So I looked to RadInputManager.   Problem is it seems that me that there is an issue when dealing with a container of controls, take a GridView for example.   I may have 20 rows each with 5 numeric boxes in them.   1 box may require 0 decimal places for integer, 2 boxes may require 2 decimal places for money and 2 boxes may require 3 decimal places for %.   Ideally I could create a RadInputManager outside of that repeater and specify different decimals for each box, but I'm pretty sure that can't be done, because the only input to the RadInputManager is a single ClientID, not an ability to specify the container and then the name inside that container.  Is that correct? 

So, my next thought is to try to create 3 RadInputManagers inside of the GridView .   That's 3 managers total.  But I don't think there's a way to do that either, at least in the .aspx page. 

So my next thought which I'm pretty sure would work, is inside of each Template Column (or where relevant), or maybe just the first column, create three managers that each define number of decimal places and then set the ids there.   While I imagine this would probably work, my question is would there be a big hit on performance creating 3 managers per row?  Could it be done better in a code behind?  Is there a better solution I haven't thought of?


An Example of this last idea with just 2 managers:

<GridView .....>

<asp:TemplateField>

<ItemTemplate>

<telerik:RadInputManager ID="RadInputManager2" runat="server">

<telerik:NumericTextBoxSetting DecimalDigits="2">

<TargetControls>

<telerik:TargetInput ControlID="SortOrder" />

</TargetControls>

</telerik:NumericTextBoxSetting>

</telerik:RadInputManager>

<asp:TextBox runat="server" ID="SortOrder" Text='<%#Eval("SortOrder") %>'></asp:TextBox>

</ItemTemplate>

</asp:TemplateField>

 

<asp:TemplateField
<ItemTemplate>
<telerik:RadInputManager ID="RadInputManager1" runat="server">
<telerik:NumericTextBoxSetting DecimalDigits="0">
<TargetControls>
<telerik:TargetInput ControlID="ItemAmount" />
<telerik:TargetInput ControlID="ItemAmountAdj" />
</TargetControls>
</telerik:NumericTextBoxSetting>
</telerik:RadInputManager>
<asp:TextBox runat="server" ID="ItemAmount" Text='<%#Eval("ItemAmount") %>'></asp:TextBox>
<asp:TextBox runat="server" ID="ItemAmountAdj" Text='<%#Eval("ItemAmountAdj") %>'></asp:TextBox>
</ItemTemplate>
</asp:TemplateField>

</GridView>

Alex
Top achievements
Rank 1
 answered on 18 Feb 2011
1 answer
88 views
Hi.

I'd like to know how to get from the radtreelist, the dataitems that will be rendered after requesting a node expansion, and in which event it could be done.

I've tried the following code, but without success.

protected void TreeList_Load(object sender, EventArgs e)
{
     MyTreeList.DataSource = ws.GetSales(); 
     //This retrieves an array of objects which represent the sales of several stores,
     //their managers and their employees
  
     TreeListDataItemCollection rendered_items = MyTreeList.Items;
  
     object[] data = rendered_items.Select(s => s.DataItem).ToArray(); 
     //I thought this would get the DataBoundItems
     //in the treelist, but instead it gets an Array with null objects
  
     //Code for Exporting the desired data
}

By the way, getting the Items from "MyTreeList" in the OnLoad event, retrieves me the Items shown in the previous state of the control, not the ones that were recently asked for, so I don't know which event could work better. Could you help me?

Regards
Tsvetina
Telerik team
 answered on 18 Feb 2011
6 answers
308 views

I have problems to erase a register from a RADGRID, associated to a SessionDataSource, which I use temporarily, playing the role of a “recipient“ ( just insert and delete).

 

The code the .aspx for the SessionDataSource is as below:

<sds:SessionDataSource 
    DisplayWarning                  = "False"    
    PrimaryKeyFields                = "dp_key"
    ProviderName                    = "System.Data.SqlClient"
    ID                                          = "devis" 
    runat                                     = "server" 
    ConnectionString               = "<%$ ConnectionStrings:string_Connection %>" 
    ConflictDetection               = "CompareAllValues" 
    OldValuesParameterFormatString  = "original_{0}"
  
    SelectCommand="SELECT * FROM [devis] ORDER BY dp_key"
    DeleteCommand="DELETE   FROM [devis] WHERE [dp_key] = ?"
    InsertCommand="INSERT   INTO devis(dp_codeprd, dp_nombre, dp_convives, dp_prixs, dp_prixs_unitaire) VALUES (?, ?, ?, ?, ? )" 
    >
    <DeleteParameters>
        <asp:Parameter Name="original_dp_key"             Type="Int32"   />
    </DeleteParameters>
  
    <InsertParameters>
        <asp:Parameter Name="dp_codeprd"                   Type="String"   />
        <asp:Parameter Name="dp_nombre"                    Type="String"   />
        <asp:Parameter Name="dp_convives"                   Type="Int16"    />
        <asp:Parameter Name="dp_prixs"                          Type="Decimal"  />
        <asp:Parameter Name="dp_prixs_unitaire"           Type="Decimal"  />
    </InsertParameters>
  
</sds:SessionDataSource>

The code the .aspx for RadGrid is as below:

<telerik:RadGrid 
        ShowFooter              = "false"
        ID                      = "devis_prd" 
        runat                   = "server"
        DataSourceID            = "devis" 
        Width                   = "100%" 
        AllowPaging             = "True" 
        PageSize                = "10" 
        AllowSorting            = "false"
        GridLines               = "None"
           
        AllowAutomaticDeletes   = "True" 
        AllowAutomaticInserts   = "True"
        AllowAutomaticUpdates   = "True" 
        onitemdatabound         = "devis_prd_ItemDataBound" 
    >
    <HeaderContextMenu EnableTheming="True">
        <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
    </HeaderContextMenu>
    <MasterTableView 
        AutoGenerateColumns="False" 
        CommandItemDisplay="None" 
        CurrentResetPageIndexAction="SetPageIndexToFirst" 
        DataKeyNames="dp_key, dp_codeprd, dp_nombre, dp_convives, dp_prixs, dp_prixs_unitaire" 
        HorizontalAlign="NotSet" Name="devis_prd" 
        NoDetailRecordsText="Aucun produit sélectionné !" 
        NoMasterRecordsText="Votre devis est vide !" Width="100%">
        <Columns>
            <telerik:GridBoundColumn DataField="dp_key" DataType="System.Int32" 
                HeaderText="Id " ReadOnly="True" SortExpression="dp_key" UniqueName="dp_key" 
                Visible="false">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="dp_CodePrd" 
                DataFormatString="{0:LLL-LL-000}" DataType="System.String" 
                HeaderText="Code Produit" UniqueName="dp_CodePrd">
                <HeaderStyle HorizontalAlign="Center" />
                <ItemStyle HorizontalAlign="Center" />
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="dp_nombre" DataType="System.String" 
                HeaderText="Nom du Produit" SortExpression="dp_nombre" UniqueName="dp_nombre">
                <HeaderStyle HorizontalAlign="Left" />
                <ItemStyle HorizontalAlign="Left" />
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="dp_convives" DataType="System.Int32" 
                HeaderText="Convives" SortExpression="dp_convives" UniqueName="dp_convives">
                <HeaderStyle HorizontalAlign="Right" />
                <ItemStyle CssClass="monto_grid" />
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="dp_prixs" DataFormatString="{0:C2}" 
                DataType="System.Decimal" HeaderText="Prix de la Paella" 
                SortExpression="dp_prixs" UniqueName="dp_prixs">
                <HeaderStyle HorizontalAlign="Right" />
                <ItemStyle CssClass="monto_grid" />
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn DataField="dp_prixs_unitaire" 
                DataFormatString="{0:C2}" DataType="System.Decimal" HeaderStyle-Width="120" 
                HeaderText="Prix unitaire " SortExpression="dp_prixs_unitaire" 
                UniqueName="dp_prixs_unitaire">
                <HeaderStyle HorizontalAlign="Right" />
                <ItemStyle CssClass="monto_grid" />
            </telerik:GridBoundColumn>
            <telerik:GridButtonColumn ButtonType="ImageButton" CommandName="Delete" 
                ConfirmDialogType="RadWindow" 
                ConfirmText="Cette action permet de supprimer le produit sélectionné de votre devis. <br/><br/>Etes-vous sûr ? <br/><br/>" 
                Text="Supprimer ce produit" UniqueName="DeleteColumn">
                <HeaderStyle Width="20px" />
                <ItemStyle CssClass="MyImageButton" HorizontalAlign="Center" />
            </telerik:GridButtonColumn>
        </Columns>
    </MasterTableView>
    <PagerStyle Mode="NextPrevAndNumeric" />
</telerik:RadGrid>

The insert I do it with the code behind and it works without any problem:

 

public void Insert_Devis(object source, EventArgs e)
{
    devis.InsertParameters["dp_codeprd"].DefaultValue        = Code_PRD();
    devis.InsertParameters["dp_nombre"].DefaultValue         = Produits_ID.Text;
    devis.InsertParameters["dp_convives"].DefaultValue       = RadComboBox1.Text;
    devis.InsertParameters["dp_prixs"].DefaultValue          = (Convert.ToDouble(RadComboBox1.SelectedValue) * Convert.ToInt16(RadComboBox1.Text)).ToString();
    devis.InsertParameters["dp_prixs_unitaire"].DefaultValue = RadComboBox1.SelectedValue.ToString();
    devis.Insert();
}

But at the moment of deleting a registry from the “recipient” (RadGrid) I get the following message:

Mensaje: Sys.WebForms.PageRequestManagerServerErrorException: Error de sintaxis en la expresión.

Línea: 3

Carácter: 74672

Código: 0

URI: http://subtest.test.com/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aes-ES%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.3.1109.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aes-ES%3a30468509-1b07-456a-b5f4-bb35a9cae168%3a16e4e7cd%3a874f8ea2%3af7645509%3a24ee1bba%3af46195d3%3a19620875%3a490a9d4e%3abd8f85e4%3a86526ba7%3ae330518b%3a1e771326%3ac8618e41%3aed16cbdc%3a39040b5c%3af85f9819%3ab7778d6c%3a82923ac3%3bAjaxControlToolkit%2c+Version%3d4.1.40412.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aes-ES%3aacfc7575-cdee-46af-964f-5d85d9cdcf92%3a923aa3cc%3a853c2e0b%3a46f97eb1%3a782b16ab%3a535785ef »

Please help me to solve this problem.

Thanks for your help,
Jorge Saa-Gerbier

Radoslav
Telerik team
 answered on 18 Feb 2011
1 answer
100 views
Is there a way to change the skin, or color of a RadGrid Button COlumn Confirmation popup?
<telerik:GridButtonColumn ConfirmText="Delete this record?" ConfirmDialogType="RadWindow" ConfirmDialogHeight="150" ConfirmDialogWidth="250" ConfirmTitle="Delete" ButtonType="ImageButton" CommandName="Delete" Text="Delete"         UniqueName="DeleteColumn"  />
I have a RadWindowManager on the screen but how do I set the ID of the Confirm popup for the Window, or is there another setting?
Shinu
Top achievements
Rank 2
 answered on 18 Feb 2011
5 answers
212 views
I made a custom control which incorporates the RadEditor.  So I end up with a dll (the custom control) which displays the RadEditor control, AND I have to display one set of buttons or another in the RadEditor based on the user's permissions.  I have been able to make the ToolsFile an embedded resource, but the RadEditor throws an ArgumentException when it tries to use the file.

All of this is working fine if I set the RadEditor1.ToolsFile string like this

I have to make the ToolsFile an embedded resource so that the files travel w the dll where ever it goes.  I embedded the file and the custom control works fine in the website except that the RadEditor throws an error when it tries to load the ToolsFile: error message =   illegal characters in string

Belowe is how I call the ToolsFile in that scenario.  It seems to me that the RadEditor is throwing an error when it shouldn't.  I use this same method to set an ImageUrl for an asp:Image and it works fine.  Question: How can I access the path to a RadEditor ToolsFile which is an embedded resource in a custom control.
RadEditor1.ToolsFile = this.Page.ClientScript.GetWebResourceUrl(typeof (lbWidgets.RootResources), "lbWidgets.RootResources.CourseAuthorTools.xml");
Kris
Top achievements
Rank 1
 answered on 18 Feb 2011
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?