Telerik Forums
UI for WinForms Forum
1 answer
196 views
Hello, i am using the SplashForm component, but am having some problems when running my software on a virtual and/or remote client.

The splash-screen itself takes about a minute to load and you can see the transparancy changing line by line, frame by frame.
I think it is very poor graphics performance that causes the problem. 

I can think of 2 possible solutions:
1. No animation at all, just a simple image.
2. Abort the animation just before the splash.Close()-call

Is any of these possible with the SplashForm-control?

Thanks in avance, 

Joel Sanderi
Jack
Telerik team
 answered on 09 Feb 2009
1 answer
144 views
Hi,

In a  grid view clicking on the menu item ConditionFormatting opens a Conditional Formatting form.
Requirement is to set it's topMost property to True and set focus on it(if opened) at the time of refreshing the grid view. But I am not getting any refrence to this form so that i can call form.TopMost  = true and form.Focus() and also we can open several ConditionalFormatting form at the same time. So i want to focus the current form on which user was working recently.
i tried it this way  at the time of refreshing the GridView but it sets focus to first Conditional Formatting form.


bool setFocusTogridView = true;

foreach (Form form in Application.OpenForms)

{

if (form.GetType() == typeof(ConditionalFormattingForm))

{

form.TopMost = true;

form.Focus();

setFocusTogridView = false;

break;

}

}

if(setFocusTogridView)

this.gridView.Focus();

Please let me know if there is some solution for this problem.

I am using Telrik version 8.2.0.0.

Regards,
Renu

Jack
Telerik team
 answered on 09 Feb 2009
4 answers
144 views
Hi
I want to edit nodes.text or nodes.font in run time ! but when i try to it got error .
whats the problem ?

treeview1.Nodes("node1").Font.Bold = False

please help me
memol
Top achievements
Rank 1
 answered on 08 Feb 2009
10 answers
161 views
Hi!

I'm using Q3 2008 version, my problem is: In design-time i added 2 columns (code, description) with its properties and datafield information. I need so because I hide some columns when it's needed. When running, fill a dataset and databind it to the datasource gridview, and when data is shown, I see 4 columns (code, description, code, description), How can I do to solve this, as in 2007 version it didn't happen to me?, thanks!

NOTE: I cannot see AutoGenerateColumns In the properties under MasterGridViewTemplate in design-time
Daniel
Top achievements
Rank 1
 answered on 06 Feb 2009
3 answers
198 views
I have 2 radbuttons on my form and i created a custom theme for them. During design time i applied the theme to the buttons and all is well. However when i view the form in runtime it defaults back to the Radforms theme which is "Office2007Black". I dont understand why this is happening. I even tried to set the theme in code

RadButtonPar_Start.ThemeName =

"Startbutton"

 

 

RadButtonPar_Stop.ThemeName = "Stopbutton"

Thanks in advance!

michael evans
Top achievements
Rank 1
 answered on 06 Feb 2009
5 answers
824 views
I'm loading data into the GridView with this statement:

.MasterGridViewTemplate.LoadFrom(command.ExecuteReader())

In the old VB6 ListView one can set the "Checkboxes" property to True and have checkboxes appear.

Is there a similar property in the RadGridView?

The checkboxes would not be bound to the database, but only used as an alternative way to select rows (.MultiSelect = True).

(With HotTracking and AlternateColors enabled, it can sometimes be a bit hard to easily see which rows are selected.)

Finn
Dragoljub
Top achievements
Rank 1
 answered on 06 Feb 2009
1 answer
93 views
Hi,

There is no event as Noad Double Click from it I should get particular Noad as event args !

Regards,
Divyesh Chapaneri
Nikolay
Telerik team
 answered on 06 Feb 2009
2 answers
443 views
Hello.

Anyone have any idea why could the FullRowSelect property not be working? I have the property set to True and even try to change it with a button switch but it stays the same anyway (like it's False even when it's True).

Switch code:

   Private Sub Button1_Click(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles Button1.Click 
        Me.tree.FullRowSelect = Not Me.tree.FullRowSelect 
        Me.lblTest.Text = Me.tree.FullRowSelect.ToString 
    End Sub 



Jure
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 05 Feb 2009
1 answer
126 views
Good day!

i have a radtabstrip which in one of the tab i load a voluminous data on a radgridview so when select the tab where the radgridview is, it'll took about 2 minutes or more.. how can i use / put a radwaitingbar so that the user will know a long process is running.. im new in c# and threading so if you can give me sample codes it'll be much appreciated..

thanks,
Ayem
Martin Vasilev
Telerik team
 answered on 05 Feb 2009
3 answers
243 views
Hi,

I'm trying to gain access to the RadGridView Filter boxes contents programmaticaly. I.E. when the user enter text in the filter boxes directly underneath the column heading I want to be able to access that text programmaticaly.

I've tried the following:

foreach(GridViewCellInfo cellInfo in myRadGridView.MasterGridViewInfo.TableFilteringRow.Cells)
{
       if(cellInfo.Value != null)
           MessageBox.Show(cell.Value.ToString());
}

Values are always null

Thanks!

Miguel de Sousa
    
Jack
Telerik team
 answered on 05 Feb 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)
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?