Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
130 views
I'm using a radnumeric textbox as a template control in a radgrid which is in a radajaxpanel. The radnumerictextbox doesn't increment or decrement.  The grid has paging and if i move to another page the radnumeric textbox works. Also if I take the radajax panel off it also works. I'm using controls in ASP.NET Ajax Q2 2010 SP1 (Version 2011.1.519)
Any clues ?
<telerik:RadAjaxPanel ID="RadAjaxPanel3" runat="server" LoadingPanelID="RadAjaxLoadingPanel2" >
                    <div style="margin: 5px 15px 0 15px; ">
                        Search:<asp:TextBox ID="txtCode" runat="server"></asp:TextBox>
 
                        <asp:ImageButton ID="btnSearchParts" runat="server" ImageUrl="~/images/icons/magnifier.png" ToolTip="Search Navision" />
 
                        <div style="float:right;">
                            <b>Add Kit List:</b>
                            <telerik:RadComboBox ID="cmbKitLists" runat="server">
                            </telerik:RadComboBox>
                            <asp:Button runat="server" ID="btnAddKitList" OnClick="btnAddKitList_Click" Text="Add Kit" />   
                        </div>
                        <div style="clear:both;"></div>
                    </div>
                     
                    <br />
                    <b style="margin-left:15px;">Search Results</b>
                    <telerik:RadGrid ID="grdSearchRslts" runat="server"
                        GridLines="None"
                        AutoGenerateColumns="False"
                        AllowMultiRowSelection="False"
                        AllowPaging="True"
                        Skin="Office2007"
                        OnNeedDataSource="grdSearchRslts_NeedsData" >
                                   
                        <MasterTableView DataKeyNames="ItemNo">
                            <CommandItemSettings ExportToPdfText="Export to Pdf"></CommandItemSettings>
 
                            <RowIndicatorColumn>
                            <HeaderStyle Width="20px"></HeaderStyle>
                            </RowIndicatorColumn>
 
                            <ExpandCollapseColumn>
                            <HeaderStyle Width="20px"></HeaderStyle>
                            </ExpandCollapseColumn>
             
                                <Columns>
                                    <telerik:GridBoundColumn DataField="ItemNo" DataType="System.Int32"
                                        HeaderText="ItemNo" SortExpression="ItemNo"
                                        UniqueName="ItemNo">
                                    </telerik:GridBoundColumn>
             
                                    <telerik:GridBoundColumn DataField="VendorItemNo" DataType="System.String"
                                        HeaderText="Vendor Part Code" SortExpression="VendorItemNo"
                                        UniqueName="VendorItemNo">
                                    </telerik:GridBoundColumn>
             
                                    <telerik:GridBoundColumn DataField="Description" DataType="System.String"
                                        HeaderText="Description" SortExpression="Description"
                                        UniqueName="Description">
                                    </telerik:GridBoundColumn>
             
                                    <telerik:GridBoundColumn DataField="UnitPrice" DataType="System.Decimal"
                                        HeaderText="Unit Price" SortExpression="UnitPrice" HeaderStyle-Width="50px" ItemStyle-Width="50px"
                                        UniqueName="UnitPrice">
                                        <HeaderStyle Width="60" Wrap="true" />
                                    </telerik:GridBoundColumn>
             
                                    <telerik:GridBoundColumn DataField="UnitCost" DataType="System.Decimal"
                                        HeaderText="Unit Cost" SortExpression="UnitCost"  HeaderStyle-Width="50px" ItemStyle-Width="50px"
                                        UniqueName="UnitCost">
                                        <HeaderStyle Width="60" Wrap="true" />
                                    </telerik:GridBoundColumn>
             
                                    <telerik:GridBoundColumn DataField="VendorName" DataType="System.String"
                                        HeaderText="Vendor" SortExpression="VendorName"
                                        UniqueName="VendorName">
                                    </telerik:GridBoundColumn>
             
                                    <telerik:GridBoundColumn DataField="VendorNo" DataType="System.String"
                                        HeaderText="VendorNo" SortExpression="VendorNo"
                                        UniqueName="VendorNo" Visible="false">
                                    </telerik:GridBoundColumn>
 
                                    <telerik:GridTemplateColumn UniqueName="QuantityTemplateColumns" HeaderText="Quantity" DataField="Quantity" >
                                        <ItemTemplate >
                                            <telerik:RadNumericTextBox ID="upQuantityCol" runat="server" Culture="en-GB"  DbValue='<%# Convert.ToInt32(Eval("Quantity")) %>'
                                                DataType="System.Int32" MinValue="0" ShowSpinButtons="True" Skin="Office2007"  SelectionOnFocus="SelectAll" Type="Number" 
                                                Width="50px" Font-Size="12pt" Value="0" >
                                                <NumberFormat DecimalDigits="0" />
   
                                            </telerik:RadNumericTextBox>
                                        </ItemTemplate>
                                    </telerik:GridTemplateColumn>
 
                                    <telerik:GridTemplateColumn UniqueName="CheckBoxTemplateColumn" >
                                        <HeaderTemplate>
                                         
                                         <asp:CheckBox id="headerChkbox" OnCheckedChanged="ToggleSelectedState" AutoPostBack="True" runat="server"></asp:CheckBox>
                                        </HeaderTemplate>
                                        <ItemTemplate>
                                            <asp:CheckBox id="CheckBox1" OnCheckedChanged="ToggleRowSelection" AutoPostBack="True" runat="server"></asp:CheckBox>
                                        </ItemTemplate>
                                    </telerik:GridTemplateColumn>
                                </Columns>
                        </MasterTableView>
                    </telerik:RadGrid>
                     
                    <div style="margin: 0 15px 0 15px; margin-right:15px; float:left;">
                        <asp:Label runat="server" ID="lblSupplierTitle" Text="Supplier"></asp:Label>                       
                        <asp:DropDownList ID="drpSupplier" runat="server" AutoPostBack="true">
                        </asp:DropDownList>
                        <br />
                        <asp:Button ID="btnAddParts" runat="server" Text="Add Parts" />
                    </div>
 
                    <div style="float:left;">
                        <asp:Label runat="server" ID="lblDepotTitle" Text="Depot"></asp:Label>
                        <asp:DropDownList ID="drpSupplierDepot" runat="server">
                        </asp:DropDownList>
                    </div>
 
                    <div style="clear:both;"></div>
 
                    <br />
                   </telerik:RadAjaxPanel>





 
mike
Top achievements
Rank 1
 answered on 30 Aug 2011
1 answer
235 views
Hello,

I have a problem with treeview display.

Here's the aspx..

 

<telerik:RadTreeView ID="radTVFolders" runat="server" AccessKey="T" Skin="Default" EnableEmbeddedSkins="false" CollapseAnimation-Type="Linear" ExpandAnimation-Type="Linear" EnableDragAndDrop="false" ShowLineImages="False" OnClientNodeClicked="ClientNodeClicked"  OnClientNodeClicking="ClientNodeClicking"
<CollapseAnimation Type="OutSine" /> 
</telerik:RadTreeView>

 


Also, please find attached the screenshot of the weird treeview display. Since the treeview does not show up properly it throws javascript error "this._element is null or not an object" on mouseover of the nodes.

When I see the view source of the page, I see that the div tag is not well formed. It comes up as "<divclass="rtMid">" for the node which breaks.

The issue is random. Can you please suggest?

Thanks in advance
Plamen
Telerik team
 answered on 30 Aug 2011
1 answer
130 views
I've recently been updating some of my out dated scheduler code to use the newer UI dll's as well as newer custom advanced from templates.

I've noticed the use of this DisplayToUtc method in some area. 

I was hoping someone could expand on the little documentation on this method and perhaps comment on where and how it should be used.

I just did a test in the save click method of the advanced form. I chose Aug 25th at 9am as the start date. 

>>> apt.get_start()
Date {Thu Aug 25 2011 09:00:00 GMT-0400 (Eastern Daylight Time)}
 
>>> this._scheduler.displayToUtc(apt.get_start())
Date {Thu Aug 25 2011 09:00:00 GMT-0400 (Eastern Daylight Time)}

So no change in that example.
I'm wondering in what cases should I xpect there to be a change and how this method was intended to be used

regards,
roatin
Ivana
Telerik team
 answered on 30 Aug 2011
6 answers
590 views
Hello guys,

I have problem that only happens in IE 9.  The text property of ComboBox always returns empty value.

<asp:UpdatePanel ID="RecurrenceType" runat="server" UpdateMode="Conditional">
       <Triggers>           
           <asp:PostBackTrigger ControlID="rcbName" />          
       </Triggers>
       <ContentTemplate>
           <table class="style1">              
               <tr>
                   <td class="style4">
                       Name:
                   </td>
                   <td class="style3">
                       <telerik:RadComboBox ID="rcbName" runat="server" Width="406px" Height="125px"
                                    EmptyMessage="Type media item name" AllowCustomText="true" MarkFirstMatch="true" Sort="Ascending">
                       </telerik:RadComboBox>
                   </td>
               </tr>
           </table>
       </ContentTemplate>
   </asp:UpdatePanel>

Any help would be appreciated.

- Igor 

Dimitar Terziev
Telerik team
 answered on 30 Aug 2011
1 answer
103 views
 
I have the follwoing code in my web page. On the click of the link button ID_Link, I am raising an event and delegates that passes some calculated value of  to anothe web page. The raising of the event works if I remove this line <telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel_Header" LoadingPanelID="RadAjaxLoadingPanel1">
otherwise if I put this line back then it does not work
I am not sure how can I raise the event on the click of the ID_Link with using ajax along with it.
Below is my code:  It seems ajax does not work well with raising events. any help will be greatly appreciated
<telerik:RadPanelBar ID="RadPanelBar1" runat="server" Width="1500px" BackColor="#E6E6E6"
ExpandMode="MultipleExpandedItems">
<Items>
<telerik:RadPanelItem runat="server" Text="ID Picker" Expanded="true">
<Items>
<telerik:RadPanelItem Text="" Expanded="true">
<ItemTemplate>
<telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel_Header" LoadingPanelID="RadAjaxLoadingPanel1">
<table> <tr>
<td>
<div class="cis_edit_label_tiny">
keyword:</div>
   
<telerik:RadTextBox ID="radTBX_SearchBox" runat="server">
</telerik:RadTextBox><telerik:RadButton ID="radBtn_Search" runat="server" Text="Search"
OnClick="radBtn_Search_Click">
</telerik:RadButton>
<telerik:RadButton ID="radBtn_CurentlySelected" runat="server" Text="Show parents "
OnClick="radBtn_CurentlySelected_Click" Visible="false" />
</td>
<td>
</td>
</tr>
<tr>
<td>
<telerik:RadGrid ID="RadGrid_IDPicker" AllowSorting="True" PageSize="100" AllowPaging="True"
runat="server" GridLines="None" OnPageIndexChanged="RadGrid_IDPicker_PageIndexChanged"
OnPageSizeChanged="RadGrid_IDPicker_PageSizeChanged" Width="1500px" Visible="false"
OnItemDataBound="RadGrid_IDPicker_DataBound">
<MasterTableView RetrieveAllDataFields="true" AutoGenerateColumns="false" DataKeyNames="ID">
<Columns>
<telerik:GridTemplateColumn UniqueName="TemplateLinkColumn" AllowFiltering="false"
HeaderText="ID">
<ItemTemplate>
<asp:LinkButton ID="ID_Link" runat="server" OnClick="ID_Link_Click" Text='<%#Bind("ID") %>'
CommandName="Bold"></asp:LinkButton>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn HeaderText="TAG">
<ItemTemplate>
<asp:Label ID="lbltag" runat="server" Text='<%#Bind("TAG") %>'></asp:Label>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn HeaderText="TAG" Visible="false">
<ItemTemplate>
<asp:Label ID="lblRootLevel" runat="server" Text='<%#Bind("root_level") %>'></asp:Label>
</ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn DataField="Nom" HeaderText="Nom">
</telerik:GridBoundColumn>
</Columns>
</MasterTableView>
<PagerStyle Mode="NextPrevAndNumeric" />
</telerik:RadGrid>
</td>
</tr>
</table>
</telerik:RadAjaxPanel>
</ItemTemplate>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelBar>  
Maria Ilieva
Telerik team
 answered on 30 Aug 2011
2 answers
72 views
Hi,

Im running in some very strange behavior with the  radcombobox (Telerik 2011Q2).
I have 2 dropdownlist and a button. Changing the selecting of the 1st box alters the content in the 2nd box. the button does nothing special, just a postback.

When i change the selection of the first box, the 2nd box gets filled correctly. But when i push the button, the contents of the 2nd box gets alterd, the fist 2 items dissapear and the last 2 get copied and are added to the back.

aspx
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadComboBox ID="ddlbInstituut" runat="server"  AutoPostBack="true" />
<telerik:RadComboBox ID="ddlbAfdeling" runat="server" CheckBoxes="true" Width="300px"
     />
<asp:Button ID="Button1" runat="server" Text="Button" />

vb.net
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    If Page.IsPostBack = False Then
        vulInstituutDropdown()
    End If
End Sub
Sub vulInstituutDropdown()
    Dim dsInstituten As DataSet
    dsInstituten = SqlHelper.ExecuteDataset(Conn, "SP_GetInstituut")
    With ddlbInstituut
        .DataSource = dsInstituten
        .AutoPostBack = True
        .ID = "ddlbInstituut"
        .DataTextField = "inst_omschrijving"
        .DataValueField = "inst_id"
        .DataBind()
    End With
    vulAfdelingDropdown()
End Sub
Private Sub vulAfdelingDropdown()
    Dim dsAfdelingen As DataSet
    dsAfdelingen = SqlHelper.ExecuteDataset(Conn, "SP_GetAfdelingen", ddlbInstituut.SelectedValue)
    With ddlbAfdeling
        .Controls.Clear()
        .ID = "ddlbAfdeling"
        .DataSource = dsAfdelingen
        .DataTextField = "afde_omschrijving"
        .DataValueField = "afde_id"
        .DataBind()
    End With
End Sub
Protected Sub ddlbInstituut_SelectedIndexChanged1(ByVal sender As Object, ByVal e As System.EventArgs) Handles ddlbInstituut.SelectedIndexChanged
    vulAfdelingDropdown()
End Sub

The storedprocedures always cough up the correct data.

When useing radListBox, same problem, enabeling or disabeling the checkboxes makes no difference, when useing conventional dropdownlists, no problems whatsoever.

Please help.
it-workz
Top achievements
Rank 1
 answered on 30 Aug 2011
2 answers
174 views
I'm using RadGrid and when insert a record which have special character as "< abc" or ">xyz"... The Grid stop working. So, Any one please help me how to solve this problem.
Thanks in advance.
chinh
Top achievements
Rank 2
 answered on 30 Aug 2011
10 answers
151 views
We often have users pasting content from Word or other editors, and often the text contains extraneous codes, extra font tages, span tags wrapped around every block of text, etc. The users often don't even know the extra tags are there (they don't typically use HTML view, and wouldn't understand most of what they would see there anyway). It only becomes noticeable when they ask why the results look 'funny' when viewed. I don't believe this is an uncommon request; I know that we run into it regularly, and had incorporated a solution with a prior HTML editing control that worked well.

What would be nice is to have a couple of button options on the Editor, as follows;

Clean up Font Tags
This would remove any font tags in the content, and remove any nested or redundant markup.

Clean up Word Content
This would remove all extra content added by MS Word, and restore the pasted content to generic HTML.

I know we could sit down and code these, but it would be nice to have them built right in the control.
Rumen
Telerik team
 answered on 30 Aug 2011
3 answers
239 views
I would like to show an error message to user
when input validation fails on server side but
keep user on the same input screen with all
values he entered preserved. I know how it is done
using regular approach without Telerik controls. I can inject
javascript which will show DIV styled as a message box
with OK button and on top of other page layers. (kind of lightbox)

I just would like to know if Telerik has built in support for error message display
before I implement a custom error messaging like that.

Thank you.

Sebastian
Telerik team
 answered on 30 Aug 2011
1 answer
82 views
I have web application which perfectly works fine when i run through my local asp.net development server , but the problem is none of the radcontrols are responding when i run the same application through IIS7 , can i know what exactly the problem is?, should i make any explicit settings to make radcontrols works fine when run through the IIS7
Sebastian
Telerik team
 answered on 30 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?