Telerik Forums
UI for WinForms Forum
3 answers
220 views
Hello,
We have a problem using the telerik controls on a form, 
a memory occupied  problem, but never freedthe form uses the following controls:
• 3 DataTable.
• 1 DataSet.
One of the DataTable is populated with 10,000 records and the other 2 with 5 records, more records DataTable is populated as follows:

dtDataTable.Add("Ide", typeof(int));

 

dtDataTable.Columns.Add(

"Nom", typeof(string));

 

 

foreach (Objeto oObjeto in ArrayObjetos)

 

{

 

DataRow drRow = dtDataTable.NewRow();

 

drRow [

"Ide"] = oObjeto .Ide;

 

drRow [

"Nom"] = oObjeto.Name + " " + oObjeto.LastName;
dtDataTable.Rows.Add(drRow );

 

}


The 15 MB memory increases by this load but the release (close) is in use 8 MB of those 15.
The Close () the form we make the following:

if(dtDataTable != null)

 

    dtDataTable.Clear();

dtDataTable=

null;

 

if(dtDataTable1 != null)

 

    dtDataTable1.Clear();

dtDataTable1=

null;

 

if(dtDataTable2 != null)

 

    dtDataTable2.Clear();

dtDataTable2=

null;

 

 

 

 


The question is, We are releasing resources correctly or the problem may be the way I'm filling?
Thank you very much.

 

 is in use 8 MB of those 15.The Close () the form we make the following:if;if;if;

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Peter
Telerik team
 answered on 08 Aug 2011
1 answer
105 views
Hi All,
How can I see only one table in treeview, grouping the rows by a especific field.

Tks in advance,
Nelson

Boryana
Telerik team
 answered on 08 Aug 2011
1 answer
173 views
I'm using the RadScrollablePanel in a DocumentWindow to have themable scrollbars when the content doesn't fit. Afaik the scrollbars of the DocumentWindow aren't themeable (yet).

  Is it possible to have the panel to be "invisible", that is: disable border and backgroundcolor equal to the background color of the DocumentWindow?
Boryana
Telerik team
 answered on 08 Aug 2011
2 answers
111 views
Hi,

What happen with the gridview and enums on the last release?
I've been using an custome made localized enum converter to convert my enums to the correct language.
I've used one of the gridcolumns to view this enum, but now (with the latest release) i get an converter error : "EnumConverter cannot convert from Jobmatch.EntityFramework.Entities.WorkdayTypeEnum."

This is the article i used when i created the LocalizedEnumConverter. http://www.codeproject.com/KB/cs/LocalizingEnums.aspx?msg=2281102

As i said, this worked nicely in the previous version of the GridView.

Regards
Svein Thomas
Boryana
Telerik team
 answered on 08 Aug 2011
2 answers
118 views
I am putting my menu in a left side dock.

I would like to prevent them from closing this panel and prevent them from docking it to the top or the bottom.

ShowItemCloseButton is set to false...but the x is still there and they can close it...not sure what I am doing wrong there.

I can't find anything on the designer that would allow me to set which positions are allowed/not allowed.

Help!

Thanks,
David
Ivan Petrov
Telerik team
 answered on 05 Aug 2011
3 answers
170 views
Hi All,

is it possible to make/show a titlebar for the radgridview (like the titlebar of the forms)?
Every grid has a text property, but, as far as I know, that is invisible on the grid controls.


Regards,

Peter
Stefan
Telerik team
 answered on 05 Aug 2011
1 answer
204 views
The DocumentTabStrip offers 2 buttons 'Active Documents' offering a selection list of documents and 'Close Document' which on selection closes the current document. How can I hide these buttons?
Ivan Petrov
Telerik team
 answered on 05 Aug 2011
1 answer
98 views
Hi,

How do you remove the border from a ToolTabStrip?

Regards,
Brian
Stefan
Telerik team
 answered on 05 Aug 2011
2 answers
57 views
Hi,

I am trying to implement the "copy" scenario of drag and drop using RadTreeView.
And I found a thread which mentioned that dragging with ALT key pressed will clone the node to the other RadTreeView control.
However, I can not make it happen either in my own project or in the demo project.
Is this feature broken or I missed somthing?

thanks.

Tim
Tim
Top achievements
Rank 1
 answered on 05 Aug 2011
1 answer
149 views

Wondering if there are any known issues with creating an OpenGL Context when it is added to either a DocumentWindow or ToolWindow. I have seen some rendering issues with an existing control which is using OpenSceneGraph for 3D graphics.

Thanks,
Matt

Julian Benkov
Telerik team
 answered on 04 Aug 2011
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?