Telerik Forums
UI for WinForms Forum
1 answer
95 views

I'm just starting with the toast manager and notifications so I apologize if this is way off base. =) 

I'm simply trying to dynamically create a new notification, based off of a template I created at design time, called "myRestart".  This template is just a slightly modified News template (meaning, I've only changed some text in it really).

Dim toastNotification As RadToastNotification = toastManager.ToastNotifications("myRestart")
toastNotification.Name = "someRandomStuff12435176"
toastManager.ToastNotifications.Add(toastNotification)


When the final line of code above is run to add the notification to the manager, I get the error:

Telerik.RadToastNotificationManager.RadToastNotificationInvalidNameException: 'RadToastNotification: Name must be unqiue.'

I'm not sure what name it would be referring to other than the name property, which as you can see above I changed to some random text and still get the error.

Thank you for any help you can provide!

Stoyan
Telerik team
 answered on 17 Jan 2022
1 answer
606 views
Are the current Telerik Controls compatible with VS 2022?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Jan 2022
1 answer
386 views

Hi, I'm trying to use the RadPageView with Navigation Mode and Hierarchy feature. Is it possible to set all the SubPages to be collapsed (item collapsed, not NavigationView Collapsed) at the Form Load event ?

This is current condition at Form Load (all sub pages are expanded)

 

And this is what I need at Form Load (all the sub pages are collapsed)

 

Thank you.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Jan 2022
1 answer
119 views

hi

How to localization  the calendar in the filter radgridview

image atached

 

thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Jan 2022
1 answer
117 views

Hello,

I am developing a form that has 2 related RadGrids.
Everything works fine except for the filter in the Child template.
Since its two grids related through a column, each parent line ends up with a "sub grid" of the second one. However, that is just the second grid "filtered" as if it was multiple. Am I correct?

Problem is, when I filter one of those Childs, the filter is applied in all of them like the image below.
I want to filter just that specific Child. Which in this case, is the first one.

Is that possible? How?

Another question I have is about the way this relation is built.

Lets say that the last row "DIVERSOS" has no child rows. I know I can remove the "+" icon but is there a way make that row not appear at all? In this case, if I have no child rows, I don't want to see the parent row either
I can make it so my Datasource doesnt have it. I tried to build it backwards. Each parent row is only added to my datatable if it has childs, but I want to have access to everything in my datasources.

I am using the Telerik 2021.2.511.40. if that helps.

Thanks in advance.
Dinko | Tech Support Engineer
Telerik team
 answered on 14 Jan 2022
1 answer
111 views
   

hi tanks for all controls

what by MouseWheel change mount in radtimepicker and calander

 

Sample code not work!
private void radDateTimePicker_RootElement_MouseWheel(object sender, MouseEventArgs e)
        {

            if(e.Delta>0)
            {

                radDateTimePicker.Value.AddMonths(1);

            }
        }

           

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Jan 2022
1 answer
77 views

How can I set the Recurring popup to also show Minutes (as well as what is already there)?  I'm attempting to use this scheduler to essentially visualize various crons, and I need it down to the minute (it seems possible, I just haven't figured it out).

Thanks!

Dinko | Tech Support Engineer
Telerik team
 answered on 13 Jan 2022
1 answer
519 views

I have a winform application with several radgridviews.  I have added export functionality, but do not see how to skip a column when exporting.

 

I did some research but nothing I found specifically shows / code examples of how this can be done in winform.

Here is my code.   

 GridViewSpreadExport spreadExporter = new GridViewSpreadExport(gv);

                spreadExporter.HiddenColumnOption = Telerik.WinControls.UI.Export.HiddenOption.DoNotExport;
                spreadExporter.ExportVisualSettings = true;
                SpreadExportRenderer exportRenderer = new SpreadExportRenderer();

                spreadExporter.RunExport(filename, exportRenderer);

 

I did try this:

radGridView1.Columns[0].ExcelExportType = Telerik.WinControls.UI.Export.DisplayFormatType.None;

and then calling the above code, but the column still shows up.

 

Why isn't there a simple property on the column ShowInExport we can set to True/False?

 

Thanks,

 

Roger

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Jan 2022
1 answer
103 views

Hi,

I want to export radgridview to html. I used the way mentioned in this tutorial for exporting (with "RunExport" method). But how do I know if the export operation is complete?

And how can I apply style to whole table? the "HTMLCellFormatting" event works for each cell individually.

 

Thanks

Dinko | Tech Support Engineer
Telerik team
 answered on 12 Jan 2022
1 answer
189 views

Hi

How can I export RadGridview to html format?

Note: My gridview contains groups , summary row, and also image column.

 

Thanks so much

Pin
Top achievements
Rank 1
Iron
 updated answer on 12 Jan 2022
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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?