Telerik Forums
UI for WinForms Forum
1 answer
594 views
I'm very happy when i using Telerik Controls for Winform Q2sp1 !

But i looking for some function as auto increment colum in radgridview !

How to using GridViewComboBoxColumn autocomplete function as RadCombobox ?

Some events not fired when i selecting value from GridViewComboBoxColumn, data not binding to other cell !

 

Svett
Telerik team
 answered on 14 Dec 2009
1 answer
172 views

Hello,

we have programed a class library, that has too big memory usage. We have disposed explicit all unmanaged resources like files. We have already taken a look with a memory profiler and its seems the problem is that the GC doesnot clear up the memory or the memory gets defragemented (there are a lot of small pieces of memory and .net allocates always new memory instead of reusing the small free pieces of memory). The process goes up to 2 GB RAM usage, but such amount of memory is never used / needed.

Note: Its a multi-threaded application.

I am out of ideas, what I can try to get the process smaller. All ideas will be appreciated!

Thanks in advance !!

Best regards

Andreas
Nick
Telerik team
 answered on 14 Dec 2009
3 answers
108 views
I've seen some posts about merging toolbars. My impression is that it can be done, but not something that's currently built in. Am I correct? If it is built in, could someone point me to the necessary steps?

I have this scenario: I have a MDI form that opens MDI child forms as document windows. Each MDI child has its own RADToolbar that I'd prefer to have merged with the MDI parent's RADToolbar like VS does.

Thanks

:)
jr
Nick
Telerik team
 answered on 14 Dec 2009
1 answer
138 views
I'm using a number of RADPanels & RADSplitter panels. I'm seeing the same display for both. If I set the shape to a round rectangle with 10 degree radius corners, I still see a 90 degree white corner. The borders look like they're properly creating the radius that I'm looking for, but I don't know how to get rid of the 90 degree white corners.

In addition, I'm seeing a flakiness with shapes being retained. Very often all of the objects lose their formatting when a form or VS08 is reopened. I'm not sure what does this, and more importantly what I need to do for it to stop because reformatting forms 2,3,4,5x a day is beyond annoying at this point.



Thanks

:)
jr
James Relyea
Top achievements
Rank 1
 answered on 14 Dec 2009
1 answer
118 views
does anyone happen to know how to hide or collapse radtoolbar items? i'm not sure where the enumerator for the visibility property is.

thanks

:)
jr
James Relyea
Top achievements
Rank 1
 answered on 14 Dec 2009
2 answers
276 views
Hi,

I want to add a bar to my splitpanel, but i dont wanna see Maximize, minimize, close buttons. Is there a way to remove them?

I also wanna add some other buttons like add,delete and update to this bar.

is this the best solution? is there any better solution to add a simple bar to my panel and add some buttons on it. If not, how can i do it with the title bar control.
.
Top achievements
Rank 1
 answered on 13 Dec 2009
2 answers
167 views
I have a PanelBar which have 5 group elements. I want to get an event whenever any of this items selected(expanded).

I tried using GroupExpandedChanged and GroupSelectedChanged events of GroupElements but they both fire 2 events every time of selection.

I just wanna get the text of the selected group element's caption.

Thanks in advance
.
Top achievements
Rank 1
 answered on 12 Dec 2009
2 answers
108 views
Dear All

I am about to deliver a project and I am facing a disastor.
When I open any form with TabStrip, all the items whethere missed up, or disappear.

I am really disappointed.


Please help because I have deadline, and now i have to redesign all the forms.
Mohammed Elhussein
Top achievements
Rank 1
 answered on 12 Dec 2009
1 answer
136 views
Hello,

I'm using the Dec 3rd version of the WinForms components. After upgrading some of our forms don't look right. What I determined was a RadLabel created dynamically has a size of (0, 0) until it is assigned to a container. Is there a way to know the size of the RadLabel before it has a parent? Our current logic relies on the size of the labels to build the container form so it is broken because of this change.

Here is some sample code to show the issue:

RadLabel rl = new RadLabel(); 
rl.Text = This is a test; 
rl.Location = new Point(20, 20); 
 
// rl.Size is (0,0) at this point 
 
this.Controls.Add(rl); 
 
// now rl.Size is correctly showing (67, 14) in this test 


Thanks,

-Gary
Nikolay
Telerik team
 answered on 11 Dec 2009
2 answers
162 views
Hi,
I need to change the backcolor, forecolor etc of a complete row.
I dont want to use any events.
I am adding rows to gridview in an event, in whose arguments  i am already supplied with a color. So i just want it like in a standard listview:
this.listviewcontrol.forecolor = color.red;
is this way possible in formatting a row of gridview.
I have already tried 
this.gvTCPIPEvents.Rows[this.gvTCPIPEvents.Rows.Count - 1].VisualElement.ForeColor = e.messageColor;
but nothing happens.
I dont wish to use any of the rowformatting or cellformatting events, as listed on all of the posts.
Any workaround possible.
Nikk grey
Top achievements
Rank 1
 answered on 11 Dec 2009
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)
Form
Chart (obsolete as of Q1 2013)
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?