Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
72 views
Hello Telerik
    I add a new tab to the tabstrip using client method, and set its NavigateUrl as http://www.google.com, but how to set the target of this link with client method? I don't want to open it in a new window, I want it was opened within a named frame.

thanks
Dimitar Terziev
Telerik team
 answered on 30 Nov 2010
1 answer
152 views
Hi,

I customized RadScheduler's AdvancedForm. I added a RadNumericTextBox and RequiredFieldValidator as follows.
But once I click Save/Update Button, it seems validation is not activated. 
Could someone please help me out?

<telerik:RadNumericTextBox runat="server" ShowSpinButtons="true" IncrementSettings-InterceptArrowKeys="true"
                                                            IncrementSettings-InterceptMouseWheel="true" ID="TotalAmountText" Width="300px"
                                                            Label="Total Amount:" />
<asp:RequiredFieldValidator runat="server" ID="TotalAmountRequiredFieldValidator"
                                                            ControlToValidate="TotalAmountText" EnableClientScript="true" Display="None"
                                                            CssClass="rsValidatorMsg" />
Regards,
NN
Veronica
Telerik team
 answered on 30 Nov 2010
6 answers
256 views
hi,

im using radcompression to compress my wcf ria requests but im having error. when i use fiddler, it says, the reported size doesnt match the actual size being sent? i suppose this becuase of the compression but it should match right.

is there anything wrong in my implementation? i just copy the Telerik.Web.UI.dll in my servers bin folder. then add in webconfig's httpmodules. anything else?

thank you!
Nikolay Rusev
Telerik team
 answered on 30 Nov 2010
1 answer
59 views
Hello,

I was wondering if it was possible to have one RadAjaxLoadingPanel for all RadAjaxPanel controls?  We would like to have the ability, like the RadAjaxManager, define a DefaultLoadingPanelID, and use this to apply for all RadAjaxPanel controls.  Is this possible without having to explicitly specify the panel?

Thanks.
Dimo
Telerik team
 answered on 30 Nov 2010
3 answers
252 views
Hi,

I didn't find Label property for DatePicker.
How can I do to appears Label, TextBox to input date and Button for calendar (with VB.net at runtime)?

Tks

Luiz
Dimo
Telerik team
 answered on 30 Nov 2010
1 answer
326 views
I'm working on the new RadButton and I've noticed an issue.

This one maybe something elementary that I am missing but I'm not quite sure how to simply make the text-font bold, either through css or the design-time code.  This simple button for some reason does not make the font bold:

<t:RadButton ID="rbtnGenerateReport" runat="server" Text="Generate Report" Font-Bold="true" />

And it doesn't seem to be just 'font-bold', it also seems that all the 'font' properties don't work.

Thanks in advance!
Zach
Bozhidar
Telerik team
 answered on 30 Nov 2010
3 answers
49 views
Hello,

I turned on Compression using the following in a browser file:
<browsers>
    <browser refID="Default">
        <controlAdapters>
            <adapter controlType="System.Web.UI.Page"
                     adapterType="Telerik.Web.UI.RadSessionPageStateCompression" />
        </controlAdapters>
    </browser>
</browsers>

That mostly works fine. However, when I create a page with a RadListView with an EditItemTemplate it throws a security exception. Since it works locally, but not on a shared host I'm assuming this is a medium trust issue.

The code is as follows:
<telerik:RadScriptManager ID="MainRadScriptManager" runat="server" EnableCdn="true">
</telerik:RadScriptManager>
<telerik:RadListView ID="TestRadListView" runat="server"
    DataKeyNames="TestID" DataSourceID="TestLinqDataSource">
    <LayoutTemplate>
        <asp:PlaceHolder ID="itemPlaceholder" runat="server"></asp:PlaceHolder>
    </LayoutTemplate>
    <ItemTemplate>
        <p><%# Eval("Name") %></p>
    </ItemTemplate>
    <EditItemTemplate></EditItemTemplate>
</telerik:RadListView>
 
<asp:LinqDataSource ID="TestLinqDataSource" runat="server"
    ContextTypeName="TestDataContext" TableName="Tests">
</asp:LinqDataSource>

If I remove the EditItemTemplate, it works again. The above is just a simple way to get the error to reproduce, the actual page is more complicated.


So, a few questions:
Is there something I forgot to do on the page itself?
If not, is there a way to make this work under medium trust?

If not, what is another simple method of moving the viewstate off the page with the above working?

Thanks
Tsvetina
Telerik team
 answered on 30 Nov 2010
2 answers
134 views
Is there any way to populate a row of second grid from first grid, via clicking row of first grid.
I know i can achieve same using drag & drop rows, but i want to do it by clicking rows.
Please suggest. 
Shinu
Top achievements
Rank 2
 answered on 30 Nov 2010
1 answer
182 views
Hi,
I need to add a "Delete" button to a RadPanelItem programmatically

The Panel Items are added dynamically to the RadPanelBar in the Page_Load method. At this time, I want to add a template or a delete button to the PanelItem (in the header itself, so that the delete button can be clicked without having to expand the item).

Is there a way to do it in the code behind ? Your help would be much appreciated.

Thanks
Shinu
Top achievements
Rank 2
 answered on 30 Nov 2010
1 answer
67 views
I am trying to require an item to be selected in a radcombobox if you click on a tab on the radtabstrip.  Code below:
<telerik:RadComboBox ID="cbProject" runat="server" AutoPostBack="True" OnSelectedIndexChanged="cbProject_SelectedIndexChanged"
                    Height="120px" Sort="Ascending"  EmptyMessage="Enter Project" MarkFirstMatch="true" ValidationGroup="ClassValidationGroup">
                </telerik:RadComboBox>
                <asp:RequiredFieldValidator ID="reqCategory" ControlToValidate="cbProject"
                    runat="server" ErrorMessage="Please Select A Project" ValidationGroup="ClassValidationGroup"
                    InitialValue="" Display="Dynamic">
                </asp:RequiredFieldValidator>
  
<telerik:RadTabStrip ID="rpdTabStrip" Skin="Web20" runat="server" ClickSelectedTab="True"
                    AutoPostBack="True" SelectedIndex="0" CausesValidation="true">

I do not get any error if I click a tab.
Princy
Top achievements
Rank 2
 answered on 30 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?