Telerik Forums
UI for WinForms Forum
17 answers
437 views
Hello, all

I have a RadForm with RadTreeView on it. When user change selected node on tree view I update form header (set node text into header). The header text is blinking when I do it.

Here is the code

private void radTreeView1_SelectedNodeChanged(object sender, RadTreeViewEventArgs e)
        {
            RadTreeNode node = this.radTreeView1.SelectedNode;

            if (node == null)
            {
                return;
            }

            Text = "Repository Explorer - " + node.Text;

            //Do something operations
            System.Threading.Thread.Sleep(1000);
        }

Can you help me?

Andrew Shyliuk
Stefan
Telerik team
 answered on 07 Feb 2011
1 answer
171 views
Hi,
I am implementing customized items in context menu where one of the menu items have sub items (children) elments but the problem is that when i take the mouse on sub items(childrens) the sub items still remain non-highlited.....and also the click event gets called on double click not on single click.

Also tell me Is there any possibility of implementing sub menu item like there is available in word (attached file).

I need examples in windows forms not on web.

Please help me how to highlight those items on "mouse over".

Stefan
Telerik team
 answered on 07 Feb 2011
1 answer
158 views
Hi,
I am implementing customized items in context menu where one of the menu items have sub items (children) elments but the problem is that when i take the mouse on sub items(childrens) the sub items still remain non-highlited.....and also the click event gets called on double click not on single click.

Also tell me Is there any possibility of implementing sub menu item like there is available in word (attached file).

I need examples in windows forms not on web.

Please help me how to highlight those items on "mouse over".

Dobry Zranchev
Telerik team
 answered on 07 Feb 2011
4 answers
191 views
Hi,

I am new to radControls so this will most likely be something simple.

I have a textbox which I would like to change the backcolour but when I change the backcolour in the properties, nothing changes.

What am I missing?

Thanks
Richard Slade
Top achievements
Rank 2
 answered on 07 Feb 2011
6 answers
234 views
Hi

I have a GridView with 3 column, Id, Name and Quantity
I have created a group using the Name column.
I have a GroupEvaluate that calculates the total quantity in a group and displays it on the group header.

My gridView is bound to a DataSource (AccountRowBindingSource) containing and Generic List of Linq2SQL objects (called RowsToAdd).
My first problem: When I add rows to my RowsToAdd the GroupSummaryEvaluate event is not fired so my group header is not recalculated.
However, If I expand the group, I can see all added rows.

To force the GroupEvaluate event to trigger I added a ResetBinding call, like this
AccountRowBindingSource.DataSource = RowsToAdd
AccountRowBindingSource.ResetBindings(False)

After the change, the GroupSummaryEvaluate event is fired and the correct summary is displayed in the header.
BUT..
Now Groups in the RadGrid randomly expands. I can see that its the ResetBindings that is making this happen.
So, Why is the groups expanding even though I have set the AutoExpandGroups = false?

Regards
Per



Julian Benkov
Telerik team
 answered on 07 Feb 2011
1 answer
192 views
I created a VB.NET 2010 Windows Form application project, added a Windows Form, then added a RadButton to the form.  I set the Theme Name to OfficeGlass through the Smart Tag.  In design view, the button is rounded with a dark blue gradient.  It looks fine in design view, but when I run my application, the button goes back to the default theme style (light blue).

Why is the button theme changing at run-time?

Thanks,
Chris
Nikolay
Telerik team
 answered on 07 Feb 2011
2 answers
207 views
Hi,

I have a winform where i generate a RadGridView at runtime with three GridViewTextBoxColumn for editing and bind data at runtime. For one particular cell in a row alone i need a Combobox instead of Textbox. This also must be done at runtime dynamically. Can you advice on how to implement this?

thanks
J Sagayanathan
Richard Slade
Top achievements
Rank 2
 answered on 07 Feb 2011
1 answer
155 views
Is there a property on the radgrid that will stop a column from being part of the horizantal scroll. For eg:- When the grid scrolls horizantally, I do not want the left most column to scroll as I want it to remain on the screen. Similarly, on a vertical scroll, I do not want the column headers to disappear from the screen.

Thanks
Deepak
Richard Slade
Top achievements
Rank 2
 answered on 05 Feb 2011
3 answers
475 views
Hi Guys,

I have a situation like a tool window is populated with different radforms name. When I click a radform name from the tool window menu list that radform appear in raddock. When user click on different radform name that form will appear.
Now the problem is when click the name of radform which is already opened it couldn't got activated. Any suggestion to resolve the issue. I highly appreciate the reply. Please find the snap shot of the scenario for clear picture. 
Kind Regards.

     
Richard Slade
Top achievements
Rank 2
 answered on 05 Feb 2011
2 answers
327 views
Hi

Error: The type initializer for 'Telerik.VSX.WinControls.ThemeResolutionService' threw an exception.

When creating a new RadControls WinForms or ASP.NET Rad Web  project using the latest builds as of today

In Visual Studio 2010 Utlimate/Windows 7 x64 I start...
Tererik > RadControls for Windows > Create new Telerik Project.
Give my project a name. Click ok.  Then I get this error.
The type initializer for 'Telerik.VSX.WinControls.ThemeResolutionService' threw an exception
My project folder is created and that's all.

So far to resolve, I have:
Run Visual Studio 2010 setup in repair mode.
UnInstalled RadControls_WinForms_2010_3_10_1215_dev
ReInstalled RadControls_WinForms_2010_3_10_1215_dev.msi

Any help will be appreciated.

Thanks
Rick Hubka
Top achievements
Rank 1
 answered on 04 Feb 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)
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?