Telerik Forums
UI for WinForms Forum
1 answer
168 views
Question.  Can you select multiple pages in the pdfviewer to export.  I can split the complete document into separate page files, but I wish only to export selected page/pages.  A quick example would be appreciated.   I tried multi-select with shift key in the thumbnail section, but that does not seem to work.  I would assume I save the first selected page and then append the other pages, unless there is another way to export multiple pages.  
Dimitar
Telerik team
 answered on 02 Feb 2022
1 answer
105 views

Hello,

I can not find the task dialog for winforms in your telerik tools controls latest version.

what is i have to do

Thanks in advance

Best Regards

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Feb 2022
1 answer
141 views

Hi

I want to display report using radtreeview controls. Can somebody help me regarding that i am new to radtreeview control. Currently I am using radgridview to display report.

 

 

Thanks 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Feb 2022
1 answer
252 views

I have a PropertyGrid with 2 types of editors ; SpinEditor and DropDownListEditor. After the user changes a value in a SpinEditor, it triggers the event PropertyValueChange. However, after the user selects a new value in the DropDownListEditor, it does not trigger the PropertyValueChange. The ValueChanged event is fired but the new data is not saved in the item at this point. 

How can I make it trigger the PropertyValueChange event after the user changes the value in the DropDownList?

Thanks!

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Feb 2022
1 answer
1.4K+ views

Very simple problem. 

How to get a CLB with only one item ever checked? There's a simple property to allow only single-select, but not one for 'only allow one box to be checked at a time'

How to do this, from inside the 'ItemCheckedChanged' event handler, without causing a stack overflow, as the previously cheked items are un-checked?

I feel this must be really easy - am I just missing something?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Feb 2022
1 answer
83 views

Hi,

I'm looking for a way to forbid resizing a task but allow users to move them to another time.

If found issues about blocking events (https://www.telerik.com/forums/how-to-disable-edit-add-new-delete-items), but it implies to "cancelstart" on the dragDropService.

I can't find an event that gives me enough information to choose between "allow" and "cancel" modification if its "move" or "resize"

 

ps: I had to remove packages of the solution so it respects the 20MB limit, hope that won't cause any trouble.

 

Thanks for your time and help.

 

Simon.

 

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

hi 

what bottom border text box control not show after enable Embedded Label

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

I would be great if the RadProgresBar control was a bit more tolerant of values whih are > max value.

OK, so this is a programming errot, but the error message the user sees is a bit extreme - a .NET error.

Perhaps the Telelrik framework might just ignore these values which are > max value , and just set to 'max value'.

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

I've made the change to the App.config file to set to use the 'Fluent' Theme for all forms everywhere in the application:

 <add key="TelerikWinFormsThemeName" value="Fluent" />

..which looks perfect in the Designer, but the runtime is still using some other theme.

 Designer

 Runtime

 

 

The form does not specify a Theme, so I thought it would use the 'Fluent' theme which I specified.

Do I need to do something else to make the runtime form use the right theme? I'm confused....

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

I'm experimenting thia for almost one week. I almost read every post in forum and also other sources. problem is simle. I want to flash a grid cell when value changes. It works them column and row count is small but when grid is in fullscreen form with 20 columns and lets say 100 rows, cells sometimes blink, sometimes not. I noticed that when you decrease blink time it doenst work. when you go up to 150 ms and up it works. this tells me it has something todo with refresh rate or something. same problem exists with other solution approaches in forum.

Can I kindly ask you yo provide a working a flashing cell sample. I really tried to use every event, every suggestion in this forum.... and also its not first time I face the problem. Last year I had again and at the end I gave up and didnt use flashing function in my project. But this time I reaaly need this.

And also I should mention that this is a very common practice nowadays, so radgrid should able to handle that.

best.

' at the form load event..   
radGrid1.DataSource = sampleDataTable()
   
Private Function sampleDataTable() As DataTable
        Dim table1 = New DataTable("prices")
        table1.Columns.Add("id")
        table1.Columns.Add("Symbol")
        table1.Columns.Add("BuyPrice")
        table1.Columns.Add("MarketPrice")
        For i = 1 To 20
            table1.Columns.Add("Extra Column " & i)
        Next
        For i = 1 To 100
            table1.Rows.Add(i, "Stock A, "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10", "10")
        Next
        Return table1
End Function
    
Private Sub radGrid1_CellValueChanged(sender As Object, e As DataGridViewCellEventArgs) Handles radGrid1.CellValueChanged

        radGrid1.Rows(e.RowIndex).Cells(e.ColumnIndex).Style.BackColor = Color.Lime

        Dim t1 As Task = Task.Run(Sub()
                                      System.Threading.Thread.Sleep(180)
                                      radGrid1.Rows(e.RowIndex).Cells(e.ColumnIndex).Style.BackColor = oldcolor
                                  End Sub)

End Sub
    

Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click

' change some random cells

        Dim r As Integer = random.Next(1, 10)
        Dim c As Integer = random.Next(1, 6)

        radGrid1.Rows(r).Cells(c).Value = Now.ToLongTimeString

End Sub
    

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 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
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?