Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
276 views
Hi! I'm using latest controls. I have user control loaded dynamically, it has RadGrid, which has DataSourceID set to LLBLGen datasources, automatic operations are enabled. For editing purposes I use:

<EditFormSettings InsertCaption="Add new item" CaptionFormatString="Edit Order: {0}" CaptionDataField="CustomerIdPk" PopUpSettings-Modal="true" EditFormType="Template">
            <EditColumn UniqueName="EditCommandColumn1"></EditColumn>
             <FormTemplate>
...
.....
<asp:TextBox ID="txtDescription" runat="server" Width="210px" Text='<%# Bind("Description") %>'></asp:TextBox>
<asp:DropDownList ID="ddlPaymentMethod" DataSourceID="odsPaymentMethod" SelectedValue='<%# Bind("PaymentMethod") %>' runat="server">
</asp:DropDownList>

Problem starts with this:
    <asp:CheckBox ID="chkVATApplied" Checked='<%# Bind("VATApplied") %>' runat="server" />
<telerik:RadNumericTextBox ID="txtFinalOrderPrice" runat="server"
                                     DbValue='<%# Bind("FinalOrderPrice") %>' EnabledStyle-HorizontalAlign="Center"
                                     EmptyMessage="Required" MaxValue="100000" MinValue="0"
                                     Width="80px"
                                     Type="Currency">
                                     <NumberFormat AllowRounding="false" />
                                 </telerik:RadNumericTextBox>
                                 <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server"
                                     ControlToValidate="txtFinalOrderPrice" Display="None"
                                     ErrorMessage="Total order price must be defined"> </asp:RequiredFieldValidator>
-------------
When I click update data is saved only from TextBoxes, DropDownList, but not from CheckBox and RadNumericTextBox. I can see that all data was loaded, but not everything is saved. Could you please hint what am I doing wrong, thank you!
Mira
Telerik team
 answered on 23 Dec 2010
1 answer
527 views
Hi there,
is it possible to use the RadUpload like the ASP.NET FileUpload here (where fuDocument is the FileUpload):
byte[] file = this.fuDocument.FileBytes;

Best regards
Ferdinand
Cori
Top achievements
Rank 2
 answered on 23 Dec 2010
2 answers
53 views
Hello,

I need to know if it is possible to rebind an EditForms dropdown based on the changed selection of another EditForms dropdown.

Thanks,
Rick
Rick
Top achievements
Rank 1
 answered on 23 Dec 2010
5 answers
164 views
Hello,

I'm looking for an example, how to use the load on demand mechanisem when my data source is a static xml,
and not  sql/mdb/datatable sources.

Is it possible to do it? or i must use the other sources only?
Can i get an example of that?


Thanks,

Oren
Nikolay Tsenkov
Telerik team
 answered on 23 Dec 2010
3 answers
154 views
Hello guys.

I have a doubt about combobox in radgrid.

My grid have two comboboxes (in two GridTemplateColumns) when in editmode: one for State and other for city. In the State combobox SelectedIndexChanged event, I want to populate my City combobox, but I don't know how to get the city combobox in the SelectedIndexChanged event of State combobox. I have tryed some like this:

RadComboBox ddlCity = (RadComboBox)RadGrid1.FindControl("ddlCity "); but it doesn't work.

How can I do?

Thanks in advance.

Regards.
Rick
Top achievements
Rank 1
 answered on 23 Dec 2010
1 answer
125 views
<telerik:TreeListTemplateColumn>
                       <ItemTemplate>
                           <asp:LinkButton ID="deleteButton" runat="server" Text="delete" CommandArgument='<%# Eval("pdrID") %>' CommandName="Delete" />
                       </ItemTemplate>
                       <ItemStyle HorizontalAlign="Right" Width="50px" />
                   </telerik:TreeListTemplateColumn>

This doesn't seem to work for me...
Tsvetina
Telerik team
 answered on 23 Dec 2010
6 answers
95 views
Hi,

I'm using a webservice to populate my tooltip, which means I'm having to call it via javascript.  The show delay is not honoured when I do this.  How do the rad controls implement this, as they must fire the even client side, what event is used to perform this action please?  Using showtootip means I would have to write some horrible code to perform a show delay, and I would rather not do that if possible.

Cheers,

Davoc
Davoc Bradley
Top achievements
Rank 1
 answered on 23 Dec 2010
0 answers
95 views
hi
the size of my page is 200kb
how to reduce size?
please hep to me
thanks
niloofar
Top achievements
Rank 1
 asked on 23 Dec 2010
1 answer
119 views
Hi

After the update to 2010 Q3, every time that I insert in a page with the panel update management a javascript with RegistreStartupScript, IE 8 show my an handler exception.

Can tell my how to solve this problem?

Thanks.
Sebastian
Telerik team
 answered on 23 Dec 2010
3 answers
215 views
For some reason, I dont see telerik RadAsyncUpload control. I do see telerik:RadUpload, but when I write the tag for telerik:RadAsyncUpload, VS do not recognize that. Do I need to add some special reference for that to work?

I also do see Telerik.Web.UI.RadUpload class, but Telerik.Web.UI.RadAsyncUpload or Telerik.Web.UI.AsyncUpload is not available anywhere. Please suggest what I can do to bring that in my code?

I am using version 2009.3.1314.35 of rad Controls under VS.NET 2008

thanks,
Genady Sergeev
Telerik team
 answered on 23 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?