Telerik Forums
UI for WinForms Forum
3 answers
174 views
Hi,
I am using Telerik 2014 Q1 SP1.
this is my code:

public Form1()
 {
     InitializeComponent();
 
     RadMenuItem rtsmNew = new RadMenuItem("New");
     rtsmNew.Click += rtsmNew_Click;
    
     RadShortcut rs=new  RadShortcut(Keys.None, Keys.F2);
     rtsmNew.Shortcuts.Add(rs);
     rtsmNew.HintText = rs.GetDisplayText();
 
   }
 
public void rtsmNew_Click(object sender, EventArgs e)
 {
     new Form2().ShowDialog();
 }
when i am in Form1 and hit F2, it opens Form2 in dialoge mode. everything is ok so far but the problem is even when Form2 is open and i hit F2 it will again open Form2 and thats repeat.
but i think the shortcuts are suppose to work when the form is active!

also if i use raddock, no matter which tabbed document is active, the shortcuts for first form in tabbed documents  will works!!!!

So obviously i want shortcuts to perform whenever my form is active.
George
Telerik team
 answered on 23 Jul 2014
11 answers
650 views
Hi,
I would like to reorder the rows in grid view as we are reordering the columns in radgridview. For ex. I should be able to drag and drop the 10th row to 2nd row like. Is that possible ?

Thank you in Advance
Raghu
Dimitar
Telerik team
 answered on 23 Jul 2014
1 answer
131 views
Dears ,

kindly I need your help as I've two timepickers and both of them after the time pop up screen appear and choose the time it turned it to date " 31/1/1990"

Ralitsa
Telerik team
 answered on 23 Jul 2014
3 answers
129 views
What is the status on Marked Zone support in the RadChartView control? I desperately need this functionality in the next few days. It seems as though after having upgrading to the latest version of the Telerik WinForms controls (2013.2.612.40) the RadChart control has disappeared from my toolbox. Has the old charting control been removed in its entirety? If not, how do I get it back? If so, what is the replacement for MarkedZones that I can use in the immediate future (i.e. tomorrow)?

Looking forward to your response.
Ivan Petrov
Telerik team
 answered on 22 Jul 2014
3 answers
118 views
Hi,

I've got a brand new WinForm, I've added the Panorama control, and a few TileElement controls. Strangely, if I enter "Safety Officers" as the text on one of them, the control on screen shows only "Safety Officer". Even if the tile covers 2, 3 or more columns. If I change the text to "Safety Officerss", it then displays "Safety Officers".

Looks like a bug to me as this is the only combination of words that I've found that does this... I've pluralised other items, and they behave correctly.

Cheers,

Mike
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Jul 2014
2 answers
259 views
Hi
when i am trying to save the layout of a radGridView to a memory stream i get the following error:
Property accessor 'EnableFastScrolling' on object 'Telerik.WinControls.UI.RadGridView' threw the following exception:'Object reference not set to an instance of an object.'
i am using devstudio 2012, win8.1, .net framework 4.0

Can you help please?
Tasos
Top achievements
Rank 1
 answered on 22 Jul 2014
2 answers
170 views
hi  i am trying  to make project like demo (Custom Appointment Dialog)

1- i can't display custom resources from database from class (CustomResource) in "CustomEditAppointmentDialog" Form 
2- save resource ID in table appointment  (IEvent).
3-create custom background class "AppointmentBackgroundInfo"   to override colors and  names .

Note :  i using  business object , resource  "relation one to many "

thank you



Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Jul 2014
3 answers
150 views
when i use a background image on the live tile at Radpanorama i get this error



 The "GenerateResource" task failed unexpectedly.
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
   at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
   at System.Drawing.Image.Save(MemoryStream stream)
   at System.Drawing.Image.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo si, StreamingContext context)
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter, SerializationBinder binder)
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter, SerializationBinder binder)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph)
   at System.Resources.ResourceWriter.WriteValue(ResourceTypeCode typeCode, Object value, BinaryWriter writer, IFormatter objFormatter)
   at System.Resources.ResourceWriter.Generate()
   at System.Resources.ResourceWriter.Dispose(Boolean disposing)
   at System.Resources.ResourceWriter.Close()
   at Microsoft.Build.Tasks.ProcessResourceFiles.WriteResources(IResourceWriter writer)
   at Microsoft.Build.Tasks.ProcessResourceFiles.WriteResources(String filename)
   at Microsoft.Build.Tasks.ProcessResourceFiles.ProcessFile(String inFile, String outFile)
   at Microsoft.Build.Tasks.ProcessResourceFiles.Run(TaskLoggingHelper log, ITaskItem[] assemblyFilesList, List`1 inputs, List`1 outputs, Boolean sourcePath, String language, String namespacename, String resourcesNamespace, String filename, String classname, Boolean publicClass)
   at Microsoft.Build.Tasks.ProcessResourceFiles.Run(TaskLoggingHelper log, ITaskItem[] assemblyFilesList, List`1 inputs, List`1 outputs, Boolean sourcePath, String language, String namespacename, String resourcesNamespace, String filename, String classname, Boolean publicClass)
   at Microsoft.Build.Tasks.GenerateResource.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean& taskResult) test
Stefan
Telerik team
 answered on 21 Jul 2014
15 answers
386 views
The existing terminology of "null" or "not null" is a very geeky computer science type of term and most users are caught off guard by this.  Most users in my experience would prefer the Excel "(blanks)" notation.  I like your "not null" functionality as Excel does not have this as a convenient checkbox, but again I would change the terminology to...

(blanks)
(not blank)
item 1
item 2
...

Eric
George
Telerik team
 answered on 18 Jul 2014
3 answers
128 views
Hi telerik Member:

We need check some data before leave CustomAppointmentEditDialog form. 
How can i stay on CustomAppointmentEditDialog form after check out some data is wrong?
And same question in delete button.



CustomerID: QD1612651
Stefan
Telerik team
 answered on 18 Jul 2014
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
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
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?