or
I am using the RadColorPicker in an asp.net repeater control.
Everything works well except that the browser (any browser) is consuming approximately 500MB of memory
with only 13 items loaded into the repeater.
If I comment out the radcolorpicker, memory consumption drops to around 60-70MB... which is a little
more appropriate.
Memory usage is the same regardless of whether or not I handle the OnClientColorChange event, so I'm
pretty sure that whatever is going in is happening as a part the control's default behavior.
I am using the latest available controls.
Are there any known issues with this control and memory leaks/consumption?
Thanks...
<
MasterTableView
GridLines
=
"None"
Width
=
"100%"
GroupLoadMode
=
"Client"
DataKeyNames
=
"Title"
AllowMultiColumnSorting
=
"True"
HierarchyLoadMode
=
"Client"
HierarchyDefaultExpanded
=
"true"
ExpandCollapseColumn-ButtonType
=
"ImageButton"
ExpandCollapseColumn-CollapseImageUrl
=
"/_layouts/images/minus.gif"
ExpandCollapseColumn-ExpandImageUrl
=
"/_layouts/images/plus.gif"
>