Telerik Forums
UI for WinForms Forum
7 answers
180 views
i'm trying to do a splash screen that's elliptic in shape, but i can't figure out how to set a background image for it.

thanks...

-
john
Jack
Telerik team
 answered on 03 Jul 2007
5 answers
1.4K+ views
Ok,

I'm having a problem that is driving me crazy.

I have a RadTreeView that is updated each time someone changes rows in a DataGridView that is besides the RadTreeView. Now the thing is that on some ocations, there are no entries to be displayed on the RadTreeView. I use clear each time a row change occurs, but the RadTreeView still keeps the values of the old entries, even after calling the RadTreeView.Clear() function and then RadTreeView.Refres().

Now, shouldn't this clear the RadTreeView and leave it with NO nodes?

Thanks,

Ricardo
Jordan
Telerik team
 answered on 03 Jul 2007
1 answer
165 views

Hi,

I want to be able to set the "Selected" property of a node, before I add it to the RadTreeView.

The following code will NOT select the node:

RadTreeNode node1 = new RadTreeNode("node1");
node1.Selected = true;
this.radTreeView1.Nodes.Add(node1);

but if I set the "Selected" property *afterwards*, it will work

RadTreeNode node1 = new RadTreeNode("node1");
this.radTreeView1.Nodes.Add(node1);
node1.Selected = true;

Is this a bug or by design. If by design can you explain the reasoning behind this?

Regards,
Phi Le

Boyko Markov
Telerik team
 answered on 03 Jul 2007
1 answer
177 views
Hi,
I wanna know how to resize the radpanelbar, once I run the application like the case of windows outlook.the problem is that I can do it out of execution but when I run the aplication, no way to do it.
Boyko Markov
Telerik team
 answered on 03 Jul 2007
5 answers
284 views
I am trying to create radPanelBarGroupElement dynamically and add it to aRadPanelBar.  Before I add the group element to the panel bar, I am adding a custom control to the element.  I am using a button to trigger the creation of additional group elements with a custom controls on them.  The problem is that a tremendous amount of flickering occurs when I try to accomplish this task.  What should I be doing to prevent this flickering from happening?  Or what am I doing wrong?  And what should I do to fix it?

Thanks.
Boyko Markov
Telerik team
 answered on 03 Jul 2007
2 answers
147 views
Hi,

I'm using a radChart (pie) for a small datasource. The dataset looks like this:

gebruiker     totaal
Kevin             11
Joeri              14
Ken               34

Now I want to see the pie, with a legend wich color is for wich name. I think this something easy to do, but I'm now trying for 3hours already and still cannot find it :(

If it can helps, this is how I make my Test DataSet:

            GrafiekData grafiekLijst = new GrafiekData();  
 
            GrafiekData.GrafiekDataRow newGrafiekRow;  
            newGrafiekRow = grafiekLijst._GrafiekData.NewGrafiekDataRow();  
            newGrafiekRow.gebruiker = "Kevin";  
            newGrafiekRow.totaal = 789;  
 
            grafiekLijst._GrafiekData.Rows.Add(newGrafiekRow);  
 
            GrafiekData.GrafiekDataRow newGrafiekRow2;  
            newGrafiekRow2 = grafiekLijst._GrafiekData.NewGrafiekDataRow();  
            newGrafiekRow2.gebruiker = "Ann";  
            newGrafiekRow2.totaal = 129;  
 
            grafiekLijst._GrafiekData.Rows.Add(newGrafiekRow2);  
 
Vassil Petev
Telerik team
 answered on 29 Jun 2007
7 answers
137 views
I was just wondering whether there was any news or a release date for SP2.

Best regards

Marek
Chris
Telerik team
 answered on 28 Jun 2007
1 answer
310 views
Hi, I have a grid which is bound to a data table, with the event trapped for DataColumnChanged on the table.

One of the columns is a checkbox column bound to a boolean field in the table.  When the Changed event is triggered, I sometimes have to reject the changes that are propsed on the datatable.  The datatable accepts the rejection, but the checkbox is still in the proposed changed state (checked or unchecked).

I had to workaround the issue after trying to refresh/update even with datasource (which did not update the checkbox view) to forcefully going into the grid.gridelement.gridviewinfo.currentrow.cells("myfield").value and setting it to either true or false.

I'm pretty sure this is a bug, since the view in the screen no longer reflects the state of the datatable when proposed changes are rejected.

Anyone experience this issue before?

Thanks,
Michael Iacoviello

Georgi
Telerik team
 answered on 28 Jun 2007
1 answer
179 views
I was wondering if unbounded columns are allow in the GridView.  I am try to insert a button after some data that I am returning to perform another event.
Georgi
Telerik team
 answered on 27 Jun 2007
2 answers
99 views
in a ribbonbar, i have replaced the telerik graphic with something more suitable for our app. 

when trying to set the padding of the actionbuttonelement(via the element editor), it will let me initially set it to 0 and the appearance is to my liking; however, when i compile or run the app, it toggles it back to a padding of 4.

thanks, any help is appreciated...

-
john
john
Top achievements
Rank 1
 answered on 27 Jun 2007
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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?