Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
154 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
170 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
154 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
51 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
101 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
159 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
114 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
239 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
294 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
2 answers
96 views
Hey,
I'm trying to open two radWindows on two different radButtons click event from server side using the following code:
newwindow1.ID = "RadWindow1";
               newwindow1.DestroyOnClose = true;
               newwindow1.NavigateUrl = "~/DocRelationBrowser.aspx?userid=" + user.UserID.ToString() + "&verid=" + selectedVersion.versionID.ToString() + "&rela=" + 0;
               newwindow1.VisibleOnPageLoad = true;
               newwindow1.AutoSize = true;
               RadWindowManager1.Windows.Add(newwindow1);

But the problem is the first time I hit button1-> everything go just fine.
the first time I hit button2->both windows open (the one that button1 should open and the one button2 should open)!!
How can I avoid that?
Shaza
Top achievements
Rank 1
 answered on 17 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?