Telerik Forums
UI for WinForms Forum
2 answers
97 views
Hello,

The floating windows are AlwaysOnTop of the parent window. Is there a way to have the parent window promoted to the same level as the floating windows, so it's not always overlapped by them.

Thanks,

Michelle
Michelle
Top achievements
Rank 1
 answered on 28 Mar 2011
2 answers
123 views
Hi,

I have a pageview with several tabs that have databound controls (textboxes).  When the user closes the form, I am validating these textbox values.  The problem is if a tab is not selected the textboxes are showing an empty text value (not the databound value) in code (validation fails).  As soon as I select the tab on the form the textboxes are populated and the validation succeeds.  Is there a way to "force" the textboxes in unselected tabs to populate their underlying values?

Thanks!
David A.
Top achievements
Rank 1
 answered on 27 Mar 2011
4 answers
154 views
Hi
   I need alternative for the following Properties available in Januses Grid Control, I am converting my application from Januses to Telerik. 

Grd.AlternatingColors = True
Grd.BackColor = Color.FromArgb(211,228,249)
Grd.AlternatingRowFormatStyle.BackColor = Color.FromArgb(211,228,249)
Grd.ControlStyle.ControlColor = Color.FromArgb(103,147,223)
Grd.ControlStyle.ScrollBarColor = Color.FromArgb(232,238,250)
Grd.HeaderFormatStyle.BackColor = Color.FromArgb(103,147,223)
Grd.HeaderFormatStyle.BackColorGradient = Color.WhiteSmoke
Grd.SelectedFormatStyle.BackColor = SystemColors.Highlight
Grd.TableHeaderFormatStyle.BackColor = Color.WhiteSmoke
Grd.RowFormatStyle.BackColor = Color.FromArgb(232,238,250)
Grd.RowFormatStyle.ForeColor = Color.FromArgb(253,255,237)
Grd.FocusCellFormatStyle.BackColor = Color.FromArgb(253,255,237)
Grd.GridLines = GridLines.Vertical
Grd.GridLineStyle = GridLineStyle.Solid
Grd.VisualStyle = VisualStyle.Office2003
Grd.GroupRowFormatStyle.BackColor = color.fromArgb(211,228,249)
Grd.GroupRowFormatStyle.BackColorGradient = Color.WhiteSmoke

This seems very difficult to get alternative for all the above properties. I hope Telerik Support knows and can help me out quickly. I am sure some of the above properties are not available as built-in, but i hope an alternative from telerik team would be confered.
Emanuel Varga
Top achievements
Rank 1
 answered on 26 Mar 2011
2 answers
80 views
Hello

After upgrading to the last release I have a problem with quotes (') and filters.

Example:
I Click on a filter button of a column, and I choose the item :  L'Abbondanza
Then I apply the filter, but the result row is not shown

The grid applyes this wrong filter clause :   RAGSOC = 'L''''Abbondanza' and not  RAGSOC = 'L''Abbondanza'

No problem with previous version....

Thanks in advance
Simone
Simone
Top achievements
Rank 1
 answered on 25 Mar 2011
1 answer
516 views
hi,
I have two ToolWindow, that docked to RadDock that her MainDocumentContainerVisble property is false,
and i try to changed size of ToolWindows.
and add the rad dock to winform, the toolwindows shown in same size.

this is the code:

RadDock raddock = new RadDock();
raddock.Dock = DockStyle.Fill;
RadDock.MainDocumentContainerVisble = false;

ToolWindow window1 = new ToolWindow("Window1")

DockTabStrip strip = (DockTabStrip)window1.TabStrip;
strip.SizeInfo.AbsoluteSize = new Size(50,this.Size.Height);

ToolWindow window2 = new ToolWindow("Window2")

DockTabStrip strip2 = (DockTabStrip)window2.TabStrip;
strip2.SizeInfo.AbsoluteSize = new Size(550,this.Size.Height);

this.Controls.Add(raddock);
Alexander
Telerik team
 answered on 25 Mar 2011
15 answers
305 views
Hi 

I recently switched from VB.NET to C# and I can not see UniqueName and  FieldAlias properties in GridView Q1 2011, is this a bad install or are they missing in C#? If they are missing, how can I change my code to get values I used to get from UniqueName?

Regards.
Richard Slade
Top achievements
Rank 2
 answered on 25 Mar 2011
4 answers
374 views
Hi,

I've created a GridView control in my application and I want it to be connected to my SQL database (i mean to sync between the two)
That way the GUI application will be the interface of the DB, so the user won't be needed to open the DB with SQL Server Management.

My DB attached in image "1.jpg", and my application in image "2.jpg".
What is the easy way to connect between the two?
I want to do that when I change (insert/update/delete) any row in the gridview, and click "Save" - DB will be updated.
and when I open the application it will select from it.

What is the easiest way to sync it in RadGridView?

Thanks!
Emanuel Varga
Top achievements
Rank 1
 answered on 25 Mar 2011
1 answer
111 views
Hi Team,

I m facing Button truncating issue.
if i m calling Color Dialog in English OS , its displaying perfectly but in Korean OS it is truncating the Buttons.
Kindly refer the attachment and help me out for the same.

Thanks and Regards,
Saurabh dubey
Jack
Telerik team
 answered on 25 Mar 2011
3 answers
185 views
How can i paste columns from an ecel to my gridview?

Is it possible when this gridview is bounded to a dataset?

Martin Vasilev
Telerik team
 answered on 25 Mar 2011
1 answer
116 views
Hi,

Do you have a step-by-step for building the helpdesk demo app?

Using your final product as a guide, I'm trying to build from scratch as a way of learning the controls. It's not going well though. That's why a step-by-step would be a useful learning tool.

Is one available?

Tom
Stefan
Telerik team
 answered on 25 Mar 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
CheckedDropDownList
ProgressBar
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
NavigationView
VirtualKeyboard
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?