Telerik Forums
UI for WinForms Forum
1 answer
97 views

Easy to reproduce.

Unzip attached. I've only included the project as the zipped solution with its lib was too big to upload.

In function that's located in a RadForm

void DoSomething(Form form)
{
  MessageBox.Show(form.FormBorderStyle.ToString());

  MessageBox.Show(this.FormBorderStyle.ToString());

}

It returns "none" if form is a RadForm. The 2nd messagebox shows "sizeable" as this is a radform.

I wondered why it's doing this if a RadForm is a descendent.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 03 Oct 2022
1 answer
554 views
Hello good day,
Help me with this I know it's something simple but I can't find it.
how to print automatically without showing the report viewer a telerik report made in vb.net

the report has a parameter and I would like it to be printed automatically
Justin
Telerik team
 answered on 30 Sep 2022
0 answers
126 views
Hello good day,
Help me with this I know it's something simple but I can't find it.
how to print automatically without showing the report viewer a telerik report made in vb.net

the report has a parameter and I would like it to be printed automatically
Hector
Top achievements
Rank 1
 asked on 29 Sep 2022
2 answers
94 views

Hello,
In RadGridView, I set the column to GridViewDateTimeColumn.
I want to change the date display format to short.
Code below.

Public Class RadForm5
    Private Sub RadForm5_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        Dim listTest As New List(Of TestDate)
        listTest.Add(New TestDate With {.Name = "John", .DateStart = New Date(2022, 5, 1)})
        listTest.Add(New TestDate With {.Name = "Arya", .DateStart = New Date(2022, 5, 2)})
        listTest.Add(New TestDate With {.Name = "Brandon", .DateStart = New Date(2022, 5, 3)})
        listTest.Add(New TestDate With {.Name = "Catelyn", .DateStart = New Date(2022, 5, 4)})

        For Each col In RadGridView1.Columns
            If col.Name = "colDate" Then
                col.FieldName = "DateStart"
                Dim colDate As GridViewDateTimeColumn = TryCast(col, GridViewDateTimeColumn)
                colDate.Format = DateTimePickerFormat.Short
            End If
        Next

        RadGridView1.DataSource = listTest
    End Sub
End Class

Public Class TestDate
    Public Property Name As String
    Public Property DateStart As Date
    Public Sub New()

    End Sub
End Class


Unfortunately, setting the display format does not work properly.
I have to add more fields in object every time

   Public ReadOnly Property DateStartStr As String
        Get
            Return DateStart.ToShortDateString
        End Get
    End Property

And

col.FieldName = "DateStartStr"

Is there another way to do this?

 

Regards

Jack

Jacek
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 29 Sep 2022
1 answer
133 views

Hello all.

Does anyone know how to fix this?  Please see image #1

That's just a small section of the Toolbox - every Telerik Control has multiple entries.

Each duplicate points to the same Library.

Each tool has the identical Version as its Duplicate.

I have uninstalled, reinstalled a few times.  Does not fix it.

Telerik Toolbox Configurator does not fix it.

Help/Advice would be appreciated!

 

Thanks all :)

-c

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Sep 2022
1 answer
171 views

So, this is weird and I'm sure my fault, but I'm having a problem.

This is an unbound grid.

I have 26 rows that should be added to the grid.  So I iterate through all of the rows to add them to the grid, all appears well.  Checking the row count, there are 26 rows. But when viewing the grid, there are only 24 rows displayed.  The last two rows that should be there, do not appear.

However, if I enable the default row filtering and filter on one of the missing rows, I can find them and they are displayed as expected.

Pagination is disabled (I enabled it just to see if they were appearing on the next page, they are not).

There are no filters applied to this grid (except as the above test with the default filter row displayed)

I have no idea what I'm doing wrong, so any help to point me in the right direction would be great.

Again, to be clear, its not a data problem, the rows are there in the grid.  Its a display problem.

Thanks for any suggestions!

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

Hi. 

 

I have images on the screen for the DB and when I select one, I need the app to simulate a "Next" Click

 

code:

            txt_db.Text = "MSSQL";

            frm_generator_database_connection_step02_mssql frm = new frm_generator_database_connection_step02_mssql() { Dock = DockStyle.Fill, TopLevel = false, TopMost = true };
            frm.FormBorderStyle = (FormBorderStyle);
            pContainer.Controls.Clear();
            pContainer.Controls.Add(frm);
            frm.Show();

 

 

Regards

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

Hello,

I am trying to develop an option to work with employees and their shifts. Locations and their opening times indicate the possible working hours. In an overview I pass the location in a ComboBox, in the individual, the employee as a parameter. It would be beneficial to have a possibility to add a location to the appointment dialog to be able to dynamically query with EF. Has anyone here already gained experience?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Sep 2022
1 answer
166 views

Sir,

I am trying to export radgridview to PDF....But from Second columns its alignment is to Center alignment...How can i change the Alignment in PDF.

i am attaching the Code that i am using....Please help to solve the issue

Dinko | Tech Support Engineer
Telerik team
 answered on 26 Sep 2022
1 answer
115 views
Can I add charts to a ListControl ?
Maria
Telerik team
 answered on 23 Sep 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?