This is a migrated thread and some comments may be shown as answers.

Memory Leak in RadComboBox

4 Answers 105 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Krishna Rudraiah
Top achievements
Rank 1
Krishna Rudraiah asked on 03 Sep 2008, 09:02 PM

I have put in a RadComboBox control in a simple ASPX page and when I run it in DRIP tool, I see a lot of memory leaks. If I remove the combobox , then the memory leaks go away. Please advice if you have any fix for the leaks in Rad ASP.Net controls?

below is a simple ASPx snippet

--------------------------------

<%

@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<

html xmlns="http://www.w3.org/1999/xhtml">

<

head runat="server">

<title>Untitled Page</title>

</

head>

<

body >

<form id="form1" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<telerik:radcombobox id="RadComboBox1" runat="server" allowcustomtext="True" showdropdownontextboxclick="False" font-italic="True">

<Items>

<telerik:RadComboBoxItem runat="server" Text="Consultant ID" Value="Consultant ID"

ForeColor="#CCCCCC" Font-Italic="True" />

</Items>

<CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

</telerik:radcombobox>

</form>

</

body>

</

html>
----------------------------------

4 Answers, 1 is accepted

Sort by
0
Shukhrat Nekbaev
Top achievements
Rank 1
answered on 09 Mar 2011, 06:40 PM
0
Simon
Telerik team
answered on 15 Mar 2011, 06:05 PM
Hi,

Could you guys please let me know in which browsers did you test this?

All the best,
Simon
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Shukhrat Nekbaev
Top achievements
Rank 1
answered on 16 Mar 2011, 08:44 AM
Hi,

if you would follow the link I provided and get that tool, it will use currently installed IE, I believe. In my case it's IE8
0
Simon
Telerik team
answered on 23 Mar 2011, 02:52 PM
Hi Shukhrat,

Thank you for the clarification.

Since most of the memory leaks reported by the tool are false positives we will need to research this more carefully in the next few weeks.

I will write here once we have the final results.

Best wishes,
Simon
the Telerik team
Tags
ComboBox
Asked by
Krishna Rudraiah
Top achievements
Rank 1
Answers by
Shukhrat Nekbaev
Top achievements
Rank 1
Simon
Telerik team
Share this question
or