Telerik Forums
UI for WinForms Forum
0 answers
269 views

Hello everyone,

    When I used Telerik. WinControls. DLL Update, I found that the new version was updated in the background, and the client could not update it again.

    For example, my original Telerik UI for WinForms 2018.2.621.40, now I update the Progress Control Panel in the background and change it to Telerik UI for

WinForms 2019.1.219.40. However, the client update will report an error, which appears: Telerik. WinControls. DLL access is denied.

 

hong
Top achievements
Rank 1
 asked on 05 Mar 2019
1 answer
185 views

Hi,

I have created a custom appointment edit form. In my main form I added a button to add new appointment to the scheduler.

private void btnAddMessage_Click(object sender, EventArgs e)
       {
 
           if (radScheduler.SelectionBehavior.HasCellsSelected)
           {
               radScheduler.Appointments.Add(new AppointmentATC(radScheduler.SelectionBehavior.GetSelectedInterval().Start, radScheduler.SelectionBehavior.GetSelectedInterval().Duration));
               radScheduler.ShowAppointmentEditDialog(radScheduler.Appointments[radScheduler.Appointments.Count - 1], false);
           }
           else
           {
               radScheduler.Appointments.Add(new AppointmentATC(DateTime.Now, TimeSpan.FromHours(0.5)));
               radScheduler.ShowAppointmentEditDialog(radScheduler.Appointments[radScheduler.Appointments.Count - 1], false);
           }
       }

 

When I click the button everything work fine.

 

The problem is :

When I click OK button the event AppointmentAdded was not trigger. But when I double click cell in scheduler or when I use the context menu to add appointment with my custom form when I click the OK the event AppointmentAdded is Triggered.

How can I add a button to add an appointment and when I click OK button on the EditAppointment form the event AppointmentAdded is triggered.

 

Thank you!

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Mar 2019
1 answer
107 views

Hi,

I'd like to convert text to link when I copy GridViewHyperlinkColumn cell.

 

Could you please give me advice how can I do this?

Please let me know if you need more details.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Mar 2019
1 answer
76 views

HI,

 I need to select rows in Hierarchical VirtualGrid's Inner Table and get the values. Its working fine for first level. But when is selected inner row, in selection I could only see first row details.

 

-Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 Mar 2019
3 answers
147 views

Hi,

 

I am developing a application using VirtualGrid which is used to drag and drop files and list the properties of the files. All is working fine. But when i expanded a row and dragged a new file, the whole grid was distorted. Please see the attached image for details.

 

Thanks well in advance.

Dimitar
Telerik team
 answered on 28 Feb 2019
1 answer
93 views

Dear All,

I have a problem.

When I right-click anywhere in RadGridView, I don't want it to display any context menus.

What should I do?

Is this possible?

Best wishes

Dimitar
Telerik team
 answered on 27 Feb 2019
5 answers
99 views

Hello, I am currently implenting the "Check All" functionality in group rows. Using this code that I've found here https://www.telerik.com/support/kb/reporting/details/check-all-functionality-in-group-rows

The "Check All" functionality itself works. But it's causing some trouble when I check more than one row individually. The error I'm getting is "The specified change is invalid." And it happens on this line "if ((bool)row.Cells["Include"].Value == false)"

 

Thanks in advance!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Feb 2019
3 answers
2.7K+ views

Hi

I use telerik 2018.1.220.40 and now I have problem with error:

System.ArgumentException: Parameter is not valid.
   at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format)
   at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
   at Telerik.WinControls.UI.ThemedFormBehavior.PaintTitleBar(Graphics hDCGraphics)
   at Telerik.WinControls.UI.ThemedFormBehavior.OnNCPaint(Graphics graphics)
   at Telerik.WinControls.UI.ThemedFormBehavior.OnWMNCPaint(Message& m)
   at Telerik.WinControls.UI.ThemedFormBehavior.HandleWndProc(Message& m)
   at Telerik.WinControls.UI.RadFormBehavior.HandleWndProc(Message& m)
   at Telerik.WinControls.UI.RadFormControlBase.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

This error occurs several times per day. We need to restart application after this error because it doesn't respond. I don't create any Bitmap manual in my code and when I look at the error's path I think it's good to ask you about the reason of this error. Is it problem with Telerik or should I look for problem in my code?

Dimitar
Telerik team
 answered on 26 Feb 2019
1 answer
1.0K+ views

Good morning friends,

Is there a simple possibility to change a certain theme color for all controls?

For example, there is the theme I'm using "visualStudio2012LightTheme1", the predominant color in various controls for this theme is blue, I would like to change that blue to a green.

Thank you very much for your attention!

 

(Sorry for poor English, I'm using a Portuguese translator)

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Feb 2019
0 answers
74 views

Hi, 

I am using Telerik WinForms UI controls, Version - "2016.2.503.40" (Telerik.WinControls).

Facing a weird issue with GridView control version - "2016.2.503.40" (Telerik.WinControls.GridView)

When data or records are not available on the grid I am showing "No records available" text using below code lines,

myGridView.TableElement.Text = "No records available";

 

which works fine Attached screen "01_NoRecordsAvailable.JPG".

When some other window gets pop-up on this screen, "No records available" text disappears.

refer Attached screen "02_NoRecordsAvailable_Disappears.JPG".

No able to find out why the text is getting disappeared in such scenario.

Any help will be highly appreciated.

 

 

Bhoopendra
Top achievements
Rank 1
 asked on 25 Feb 2019
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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
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?