Telerik Forums
UI for WinForms Forum
2 answers
97 views
When using the row filter button for DateTime Columns if a row has a null value the filter fails.
This can easily be reproduced using the Demo samples by going into the Nwind.mdb and setting one of the Employees Hiring Dates to NULL and then going to Demo Samples for Winforms -> GridView -> Filtering -> Filtering and clicking the filter button under hiring and selecting Is not null.
Julian Benkov
Telerik team
 answered on 18 Apr 2012
6 answers
246 views
I have two RadGrids on the same page.  They have the same list of people in both grids, just with different information in each.  When I scroll one grid, I want to make sure that I scroll the other one to the same person.  They are the same height.  I have implemented two scroll events in the form's OnLoad:
 
this.gv1.GridElement.VScrollBar.Scroll += new ScrollEventHandler(gv1_VScrollBar_Scroll);
this.gv2.GridElement.VScrollBar.Scroll += new ScrollEventHandler(gv2_VScrollBar_Scroll);

And then I have:

void gv1_VScrollBar_Scroll(object sender, ScrollEventArgs e)

 

{

    gv2.GridElement.VScrollBar.Value = e.NewValue;

}
 

 

void gv2_VScrollBar_Scroll(object sender, ScrollEventArgs e)

{

    gv1.GridElement.VScrollBar.Value = e.NewValue;

}

 

Here's the problem.  It works for gv1.  The event never even fires for gv2.  If I comment out the functioning one, the other still doesn't work.  Off the top of my head, the only difference I can come up with is that gv2 is heirarchical.  Any thoughts?
Thanks,
Dan

Svett
Telerik team
 answered on 18 Apr 2012
1 answer
109 views
HI..
 I am trying to customize an existing RadTheme and have achieved pretty much what was required. However I am unable to change the color of the text of the RadForm. Apparently the new text color is applied for RadForm and RadTitle in Visual Style Builder. But when previewing, the new color is not visible. 
I've attached an image for your clear understanding.

Reards,
Zubair
Boryana
Telerik team
 answered on 18 Apr 2012
1 answer
274 views
How to create a Theme Selector just like in Telerik Theme Viewer?
Stefan
Telerik team
 answered on 18 Apr 2012
3 answers
157 views
I am a newbia with RadScheduler control. I would like to add another check event for example prompting user a message before showing the Edit Appointment Dialog Form,  when you double click to add new appointment. Please help me. Thanks.
Ivan Todorov
Telerik team
 answered on 18 Apr 2012
1 answer
89 views
Hello,

I can't seem to get this work:

- I have a spineditor set to min of 0, and max 100.
- when i run the form and enter a number within the range above (for example, say 8), then leave the spineditor, the value changes back to zero. 
- I then have to reenter my value (ie, 8) and it keeps it the second time i enter it.

Any ideas to prevent this from happening?  I have no code in the leave event either.

thanks
Francis
Ivan Petrov
Telerik team
 answered on 18 Apr 2012
3 answers
127 views
I have a RadRibbonBarGroup that contains a RadRibbonBarButtonGroup.

There is some padding between the outside edge of the RadRibbonBarGroup and the outside edge of the RadRibbonBarButtonGroup. I assumed I would be able to adjust this with either RadRibbonBarGroup Padding or RadRibbonBarButtonGroup margins. But these values are already 0.

What do I need to set in order to get rid of the spacing around the RadRibbonBarButtonGroup buttons?

Thanks!
Peter
Telerik team
 answered on 18 Apr 2012
1 answer
58 views
Hi,

We are using the Telerik winform Q3 2009 SP1.

In our application, We have used the Scheduler control also. The issue happens when we view the date that has multiple appointments [10-20 at least]. In this case, if we minimize the rad form, we are not able to reopen it.

It happens only when we view the date which has multiple appointments. Otherwise, we are able to minimize & maximize the form.

Please let me know the fix for this.

We are in production. So, I appreciate your immediate help on this.

Thanks in Advance.



Ivan Todorov
Telerik team
 answered on 18 Apr 2012
1 answer
115 views
How can I achieve the following (see also picture)?

I have a Form which is displaying a image (the green).
Now i have a ToolWindow docked to the left (the blue and red). But when the Tollwindow is not docked I have this big blue bar on the left side.
What I want is just the "minimized" Toolwindow "floating" over the image.

How can I achieve this?

Boryana
Telerik team
 answered on 18 Apr 2012
1 answer
173 views
I'm trying to add an expression to a column. The Grid is bound to a table which has a data column expiration date. now i don't want to display the expiration date but how many days til it expires. I tried to use the expression editor function
DATEDIFFDAY(Today(),GetDate(QuoteExpireDate))  QuoteExpireDate is the column in the database. What am  i doing wrong?
Nikolay
Telerik team
 answered on 18 Apr 2012
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
ProgressBar
CheckedDropDownList
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
VirtualKeyboard
NavigationView
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?