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

In my aspx page i have  a function and a asp button

function OpenForm(testId) {
                    window.radopen("TestPage.aspx?TestId=" + testId, "UsersListDialog");
                    return false;
}


<asp:Button ID="TestButton" runat="server" Text="Open Text Page"/>

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableShadow="true" Skin="Black">
            <Windows>
                <telerik:RadWindow ID="UsersListDialog" runat="server" Title="Test Screen" Height="490px" Width="520px" Left="150px" ReloadOnShow="false" ShowContentDuringLoad="false"
                    Modal="true" Behaviors="Close" Animation="Resize" VisibleStatusbar="false"/>
            </Windows>
        </telerik:RadWindowManager>


In the code behing  which opens TextPage.aspx

TestButton.OnClientClick = "return OpenForm(" + TestId + ");";


How can I achieve the same using radbutton?

Thanks,
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
1 answer
146 views
I got this javascript pop-up error when I select on an item in Telerik File Explorer, then I click on "Open" icon to view its content. Try to search around for the solution, cannot find one. What's wrong with that?

Browser: IE 8
Telerik.Web.UI.dll 2011.1.315.35
Dobromir
Telerik team
 answered on 17 Aug 2011
1 answer
163 views
Hi,

I have radlistbox in my application. i want to call server side code only item double clicking. is this possible?. please let me know if you have any idea. it is very urgent.

Thanks,
Dhamu.
Peter Filipov
Telerik team
 answered on 17 Aug 2011
3 answers
148 views
Hey,
I have a fiIleExpolrer with costume button, onClick of this button I need to open a radWIndow, How can I do that?
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
1 answer
44 views
Upload failing in FF 6.0 with Silverlight enabled. Same upload works great in IE 9, Chrome 14+. When Silverlight is disabled, FF6 upload is fine. Javascript console error is attached as screenshot.
Peter Filipov
Telerik team
 answered on 17 Aug 2011
1 answer
93 views
Hello telerik team, i am trying to show a modal popup using RadWindow. It is working fine in SP2010. but in Sharepoint 2007 (MOSS) i am able to access the parent (Page) scrollbar. i need to restrict that. i have attached the code as image. Could i get some suggestions.
Marin Bratanov
Telerik team
 answered on 17 Aug 2011
2 answers
153 views
Dear Telerik, My radgrid last column header partially hiding
<PM:PMRADGrid runat="server" ID="Grid1" AutoGenerateColumns="false" AllowPaging="true" PageSize="50" AllowSorting="false" Width="100%" style="min-height:50px;max-height:500px;" AllowMultiRowSelection="false" HeaderStyle-Font-Bold="true">
                <MasterTableView HeaderStyle-HorizontalAlign="Center" HeaderStyle-Wrap="false" ItemStyle-Wrap="false" NoDetailRecordsText="" NoMasterRecordsText="" HeaderStyle-Font-Bold="true">
                    <Columns>
                        <telerik:GridBoundColumn UniqueName="tranche_type" DataField="tranche_type" Display="false"></telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn HeaderText="Tranche Name" HeaderStyle-Width="156px">
                            <ItemTemplate>
                                <telerik:RadComboBox runat="server" ID="drpTrancheName" OnClientSelectedIndexChanged="SetUpdateFlag" DropDownWidth="155px" Height="200px">
                                    <HeaderTemplate>
                                        <table width="100%" cellpadding="0" cellspacing="0">
                                            <tr><th valign="top" align="center">Tranche Name</th></tr>
                                        </table>
                                    </HeaderTemplate>
                                </telerik:RadComboBox>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn Display="false" UniqueName="draw_priority" DataField="draw_priority"></telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn HeaderText="Draw Priority" HeaderStyle-Width="94px">
                            <ItemTemplate>
                                <telerik:RadNumericTextBox runat="server" ID="txtDrawPriority" NumberFormat-DecimalDigits="0" NumberFormat-AllowRounding="false" NumberFormat-GroupSeparator="" MaxLength="10" MaxValue="2147483647" Type="Number" SelectionOnFocus="SelectAll" style="text-align:center;" ClientEvents-OnValueChanged="SetUpdateFlag" Width="86px" ClientEvents-OnError="ShowError" ></telerik:RadNumericTextBox>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn Display="false" UniqueName="payback_priority" DataField="payback_priority"></telerik:GridBoundColumn>
                        <telerik:GridTemplateColumn HeaderText="Payback Priority" HeaderStyle-Width="110px">
                            <ItemTemplate>
                                <telerik:RadNumericTextBox runat="server" ID="txtPaybackPriority" NumberFormat-DecimalDigits="0" NumberFormat-AllowRounding="false" NumberFormat-GroupSeparator="" MaxLength="10" MaxValue="2147483647" Type="Number" SelectionOnFocus="SelectAll" style="text-align:center;" ClientEvents-OnValueChanged="SetUpdateFlag" Width="106px" ClientEvents-OnError="ShowError" ></telerik:RadNumericTextBox>
                            </ItemTemplate>
                        </telerik:GridTemplateColumn>
                        <telerik:GridBoundColumn HeaderText="Update User" DataField="updateuser" HeaderStyle-Width="104px"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Update Date/Time" DataField="updatedatetime" HeaderStyle-Width="124px" DataFormatString="{0:M/d/yyyy HH:mm:ss}"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Add User" DataField="adduser" HeaderStyle-Width="96px"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Add Date/Time" DataField="adddatetime" HeaderStyle-Width="125px" DataFormatString="{0:M/d/yyyy HH:mm:ss}"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn HeaderText="Add Date/Time" DataField="appname" HeaderStyle-Width="252px"></telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="RowID" UniqueName="RowID" Display="false"></telerik:GridBoundColumn>
                    </Columns>
                </MasterTableView>
                <ClientSettings>
                        <Selecting AllowRowSelect="true" />
                        <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                </ClientSettings>
            </PM:PMRADGrid>
Rajiv
Top achievements
Rank 1
 answered on 17 Aug 2011
1 answer
106 views
Dear
I Downloaded the Q2 2011, while instllation i notice that this installation is not instllating the .NETframework 2.0 Component. I
have one website built in .NET Framework 2.0 . how can i use ASp.NET AJAX in this website ? while when i am trying to drag any component its not draging on Page and worst thing is that in insllation folder there is no Bin2.0 folder. but in VS2010 Radcontrols 2.0 is showing in Component One Tab. but i can't drag on my Page.

Marin Bratanov
Telerik team
 answered on 17 Aug 2011
1 answer
234 views

Hi,


I am using telerik RadEditor version 2008.2.1001.35.  How can I make scrollbars to show automatically?

Thanks.

Dobromir
Telerik team
 answered on 17 Aug 2011
1 answer
286 views
Hi all..

Not sure if this is possible but have to ask.

We have a RadGrid with filtering enabled, and I have used previous posts to limit the options available, but now our client would like be able to simply type a value into the field and click the icon to perform a contains filter, without having to select the filter type.

I can personally see many issues with this (Dates, numerics etc as well as how to clear the filter - other than clearing the value and re-filtering?) but need to know if it can be done.

Karl
Top achievements
Rank 1
 answered on 17 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?