Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
41 views
Some clipping happens to the top and bottom of the image in confirmation template. http://www.telerik.com/products/aspnet-ajax/window.aspx#predefined-dialogs

Version 2008.2.826.35

Any idea how to avoid this?
Georgi Tunev
Telerik team
 answered on 23 Jun 2009
1 answer
72 views
Hi
  I am using Telerik controls in my entire application with specific Skin  which user can change on his requirements. in Editor on StyleBuilder popup
1) it has all regualr dropdowns instead of Telerik dropdowns.
2) no form decorator

is there any way that this control could be updated so it synchronise with editor skin ?

Best Regards
Rizwan Bashir
Rumen
Telerik team
 answered on 23 Jun 2009
3 answers
178 views
Hello

We have been troubleshooting a SharePoint crawl problem with Microsoft in our environment, 
and have narrowed the problem down to the RADEDITORMOSS.WSP solution.

If that solution is deployed to the site we are doing a full crawl, the W3WP.EXE process associated 
with that application pool will continue to grow until a "System.OutOfMemoryException" error is thrown, 
causing the W3WP service to crash, restart a new process, and the problem continues.  While this is
happening, the W3WP Mem Usage goes continues to grow until it reaches about 960MB before it 
crashes.

 

We ran Process Explorer during the crawl and monitored the W3WP process, and can see that

Telerik.Web.UI.dll was using the most amount of memory 
 

Once we retract the solution, and do a full crawl, the W3WP.EXE process only peaks at about 380MB
Mem Usage, Telerik.Web.UI.dll is no longer present in the Process Explorer, and the crawl completes 

 

without any errors being thrown.

Please help us.  The RadEditor is a vital part of our SharePoint solution, but we NEED to be able to
performa a full site crawl successfully

Thank you
Tony Ko
CUNY Queens College.

Stanimir
Telerik team
 answered on 23 Jun 2009
1 answer
138 views
Hi,

I am facing the problem with RadAjaxPanel when exporting data into excel from RadGrid. "Object reference not set to an instance of object."

my code likes below:

<asp:Content ID="Content1" ContentPlaceHolderID="mainContent" runat="Server">
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
                <script type="text/javascript">
                function pnlRequestStarted(ajaxPanel, eventArgs)
                {
                  if(eventArgs.EventTarget == "<%=lnkRadGridLineItemExport.UniqueId %>")
                  {
                     eventArgs.EnableAjax = false;
                  }
                }
                </script>
            </telerik:RadCodeBlock>
<telerik:RadAjaxPanel ID="RadAjaxPanel1" EnableAJAX="true" LoadingPanelID="RadAjaxLoadingPanel1"
        runat="server" ClientEvents-OnRequestStart="pnlRequestStarted">
 <asp:LinkButton runat="server" ID="lnkRadGridLineItemExport" Text="Export To Excel"
                        OnClick="RadGridLineItemExportToExcel"></asp:LinkButton>
<telerik:RadGrid ID="RadGridLineItem" runat="server" AllowSorting="True" AllowPaging="True"
            PageSize="10" AutoGenerateColumns="False" Skin="Office2007" AllowAutomaticUpdates="True"
            AllowMultiRowSelection="False" Font-Size="Smaller" Style="width: 95%; height: 200px;
            margin: auto">
</telerik:RadGrid>
</telerik:RadAjaxPanel>
</asp:Content>

code behing file:
Protected Sub RadGridLineItemExportToExcel(ByVal sender As Object, ByVal e As System.EventArgs)
        RadGridLineItem.DataSource = ViewState("OrderHeader")
        RadGridLineItem.DataBind()      
        RadGridLineItem.MasterTableView.ExportToExcel()
    End Sub


Any help would be appreciated.

Thanks/Durga

Shinu
Top achievements
Rank 2
 answered on 23 Jun 2009
4 answers
136 views
i am having a delete button in radgrid.My problem is that ,suppose there are
two pages in grid page 1 and 2. In page 2 there is a only one record so when i delete that record
from gird ,record gets deleted and i again bind grid on server side.so the grid now having only 1 page and it should show 
page 1 after deleting record on page 2 ( as page 2 had only 1 record)  but that is not happening ,it shows "No record to display" message. but when i refresh the page it display page 1 with record.I am not able to figure out the problem .
Plz help..
Ratndeep
Top achievements
Rank 1
 answered on 23 Jun 2009
8 answers
215 views
I just upgraded to 2009Q1. I want to briefly mention that I really do not like the 'new and improved' skins. I find them flat, bulky looking, lacking contrast, and uninteresting. However, I'll post more about this in the general category.

However, this post is about a bug I'm seeing with multiline.  I have a tabstrip in a div of width 400px. I have a small number of tabs and then an 'isBreak' and a final tab which appears on the second row. Behind tab number 1, you can see the four arrows normally used for scrolling tabs. If the tab is highlighted, you can see the arrows behind the highlighted tab. If you select another tab (i.e. tab 2) then the four scroll arrows are clearly visible. I've seen this in Office2007 and Outlook skins. I have not checked out any  of the others.

Here's the simple aspx to replicate.

<div style="width:400px"
            <telerik:RadTabStrip ID="RadTabStrip1" runat="server" Width="100%"
                <Tabs> 
                    <telerik:RadTab runat="server" Text="Address" Selected="true"/> 
                    <telerik:RadTab runat="server" Text="Details" /> 
                    <telerik:RadTab runat="server" Text="Tax" /> 
                    <telerik:RadTab runat="server" Text="Insurance" /> 
                    <Telerik:RadTab runat="server" IsBreak="true" /> 
                    <telerik:RadTab runat="server" Text="HOA" /> 
                </Tabs> 
            </telerik:RadTabStrip> 
         
        </div> 



Regards, Steve
[Nean]
Top achievements
Rank 1
 answered on 23 Jun 2009
1 answer
38 views
Hi
   I used Rad Calendar. Actually the Rad Calendar Display the Month Detail for Example if you choose the Current Month. The dates Display like this Last Month Current Month  Next Month. Actually i want to need particular Month Dates Only.  Let me know how can i solve this problem.
              
 now Display the Dates June 
                                               su   Mo    Tu   We  Th  Fr       st
                                                31  1       2     3     4    5         6
                                                 7    8      9 .............................
                   
                                                  ..........        24    25   26      27
                                                    28 29  30  1     2        3     4 

 In Above Calendar display the June Month But the Dates Include the May and July But i want to need June Date Only Like below


                                               su   Mo    Tu   We  Th  Fr       st
                                                        1       2     3     4    5         6
                                                 7    8      9 .............................
                   
                                                  ..........        24    25   26      27
                                                    28 29  30 


 I want to need out put like this how can i solve this problem


Regards
Saravanan

Princy
Top achievements
Rank 2
 answered on 23 Jun 2009
0 answers
146 views
I'm satisfied with functions and features of Telerik Menu, but there's a big problem, that, Telerik menu display (or render) so slow on Internet Explorer. It makes system halt (takes 100% cpu) for a long time, after that, it runs normally.

My computer: Pentium IV 3Ghz, RAM 1G, Windows XP, IE 7.

Telerik sould find a better method for Menu.

Thanks.
khanhpv
Top achievements
Rank 2
 asked on 23 Jun 2009
1 answer
126 views
I've put together a custom popup edit form using a template, and I'm having a problem with some checkboxes on it.  I have them declared in the template like so:

<asp:CheckBox ID="chkWriter" runat="server" Text="Writer" Checked='<%# Bind("Writer") %>'/> 

This works fine when I'm editing a record, but when I go to insert a new one I get an InvalidCastException here.
Princy
Top achievements
Rank 2
 answered on 23 Jun 2009
2 answers
309 views
I am wondering what is the best practice to show the user an alert() box with a given message (from server side) during an AJAX request.

Here is an example: Let's say I have an event handler method for handling the drop of a row and the action is performed with AJAX. Now I discover on the server side that the drop is not legal (e.g. he is not allowed to drop a row onto some object) and I would like to show a simple javascript alert() box with "Sorry, you cant drop X on Y cause you have no permission."

The message comes from the server side as it reflects business rules. the best thing would be to throw an exception as this is displayed in an alert box but I cant do it in our app as exceptions are handled globally and posted to an exception log which is used in QA.
Michal
Top achievements
Rank 1
 answered on 23 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?