Telerik Forums
UI for WinForms Forum
3 answers
173 views
I have recurrence implemented in my project and everything works perfectly except for two cases in a yearly recurrence rule.  When I use Sunday or Monday in a yearly recurrence rule, the appointment disappears.  Additionally, when I click the 'next arrow' in the RadScheduler Navigator to navigate to a page past the current date, the scheduler freezes for a good 5-10 seconds before the page change processes.

For example, if the recurrence rule is 'FREQ=YEARLY;COUNT=2;BYDAY=SU;BYWEEKNO=1;BYMONTH=1;BYSETPOS=1;WKST=SU' or 'FREQ=YEARLY;COUNT=2;BYDAY=MO;BYWEEKNO=1;BYMONTH=1;BYSETPOS=1;WKST=SU', this behavior occurs.  If I use any other day it works fine.

Anyone else have this problem?
Ivan Todorov
Telerik team
 answered on 14 Nov 2012
1 answer
75 views
I've got a problem where a client wants to use a SpinEditor for their hours and minutes fields. The hours field works fine however I'm not able to display the minutes properly for anything below 10 (ie 12:01 appears in the editor without the leading zero, 12:1).  Hopefully, there is something I'm simply over looking . Any help is greatly appriciated.

Thanks,

Chris
Peter
Telerik team
 answered on 14 Nov 2012
9 answers
1.6K+ views

I need a RADButton with rounded corner.

The cornerradius should be flexible.

Thank you very much.

Boryana
Telerik team
 answered on 14 Nov 2012
4 answers
157 views

Hi,
I am using RadButton with custom  theme.
All button works fine (mouse over,click ....)

when i am using the form(winform ,not a RadForm)
AcceptButton propertiy , the hightlight of mouse over stop working


any fix for this ?
thanks in advance

this.AcceptButton = this.cmdOK;
Jack
Telerik team
 answered on 13 Nov 2012
3 answers
151 views
Hello
I have a problem with multicolumncombobox. after I write in the text box of multicolumncombobox and filter  it ,when I press Enter the text of multicolumn will clear .please help me to finde a solution for this problem.
thank you
Jack
Telerik team
 answered on 13 Nov 2012
1 answer
109 views
When I set the ruler to a shorter time period I get a strange block at the bottom of the scheduler.

This would not be an issue, if just for the fact that you can right click in this section and add an appointment?

This should be hidden or removed or not have the context menu show 

Any help would be appreaciated
Ivan Todorov
Telerik team
 answered on 13 Nov 2012
2 answers
191 views
I have a screen with a radgridview that is bound.  I am looking for a way to allow the user to click a row drag to a new location in the grid and drop and then save the order back to the sql tables.  I have a field in the table called PrintOrder that will contain the order that is displayed on the screen.  I have read some of the post about how unbound it works and some of the work arounds for bound items.  In the grid I allow the users to group, reorder columns, hide and show columns.  Would it be better to load the grid unbound, or is there a way around the bound issue.  I have seen the code with the PreviewDragDrop and set the e.Handled to true, but not sure how to drop the row in the location.  I can get it to look like you can drag and drop but when droped nothing happens.
void TestingItemView_PreviewDragDrop(object sender, Telerik.WinControls.RadDropEventArgs e)
{
    e.Handled = true;
}

after the handle how do I drop.  I assume the besthing to do would be to loop throught the grid and update the table with the new order.

Eric Klein
Top achievements
Rank 1
 answered on 12 Nov 2012
4 answers
569 views
I've already read this post:  http://www.telerik.com/community/forums/winforms/forms-and-dialogs/transparent-background-for-rad-shapedform.aspx   It is close, but not quite what I need.

How do we use a PNG file with tranparency to make a truly transparent form?  Any time I try this, truly empty areas in the PNG work fine, but partially transparent areas (like shadows) are underlayed with the "transparent" color.

I've attached three images:
- Screenshot of the intended effect.  (The welcome/splash screen from Visual Studio.)
- Screenshot of setting the shaped form control background and transparent color to blue with my transparent PNG as the background.
- The form background image I am using to test.

Any help you can offer is greatly appreciated.

Thanks,

- Brad
Brad
Top achievements
Rank 1
 answered on 12 Nov 2012
1 answer
112 views

 

A regular grid like query data from DataTable and binding directly
Since the binding , at run-time
I want to specify the row and column possible?

I want like this.

DataTable                                       pivot grid                                       
col1      col2    col3        =====>      col1     col2     col3        
==============                         ================
a            c          d                              a           c          d
a            c          d                              a           c          d
a            c          d                              a           c          d
Ivan Todorov
Telerik team
 answered on 12 Nov 2012
5 answers
384 views
I'm trying to implement a basic CRUD form using the GridView. I am using EF to populate the grid. I need to set some default values and found this link which shows using the DefaultValuesNeeded event. When I attempt to use this I get a NullReferenceException. 

I'm obviously missing something here, but I'm not sure what.

Are there any examples that show:

  • Binding to records retrieved from EF
  • Setting default values when adding new records
  • Where to hook in saving changes when a record is added/updated/deleted 
  • Displaying validation errors

Here's my currently working code for viewing the records:

var context = new FlockWatchEntities();
var forecast = context.ForecastMSTs.Where(i => i.Type ==
"F").OrderBy(i => i.chrDesc);
grdForecast.DataSource = forecast;

And this is what the code in the DefaultValuesNeeded event looks like:

private void grdForecast_DefaultValuesNeeded(object sender, Telerik.WinControls.UI.GridViewRowEventArgs e)
{
       e.Row.Cells[
"dtmEntered"].Value = DateTime.Now;
       e.Row.Cells[
"chrEnteredBy"].Value = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
}




Julian Benkov
Telerik team
 answered on 12 Nov 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)
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?