Telerik Forums
UI for WinForms Forum
1 answer
91 views

When I add a new document window as such: docContainer.DockManager.AddDocument(newPage)

The tabstrip that it is created on, the new tab always appears first in the tab list.  I'd like it to appear on the end of all current tabs (the right in my case).  I can't figure it out, any help would be appreciated!

Troy
Top achievements
Rank 3
Bronze
Iron
Iron
 answered on 05 Feb 2023
1 answer
70 views

Is it possible to select (highlight) individual lines in a RadTextBox when multiline is set to true?  For example, a user enters 10 lines of data, is it possible to highlight only lines 2, 5, & 7?  If so, how?

Dinko | Tech Support Engineer
Telerik team
 answered on 02 Feb 2023
1 answer
84 views

Hello

i am using the netframework v4.8 and the telerik r 2023  but i can not find this new control 

what is i have to do ??

any help please....

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Feb 2023
1 answer
48 views

Hello,

when I use radFilterView with gridView then saveLayout I get error when I call LoadLayout in load form - The object reference is not set to an instance of the object.

When I use filter in gridView it is OK

I see to xml file

with radFilterView I get:

<FilterDescriptors>
      <Telerik.WinControls.Data.FilterDescriptor PropertyName="Modul" Operator="IsEqualTo" Value="MyValue" />
    </FilterDescriptors>

with filter in gridView I get:

<FilterDescriptors>
      <Telerik.WinControls.Data.CompositeFilterDescriptor LogicalOperator="Or" NotOperator="False" PropertyName="col_Modul" IsFilterEditor="True">
        <FilterDescriptors>
          <Telerik.WinControls.Data.FilterDescriptor PropertyName="col_Modul" Operator="IsEqualTo" Value="MyValue" />
        </FilterDescriptors>
      </Telerik.WinControls.Data.CompositeFilterDescriptor>
    </FilterDescriptors>

 

 

Dinko | Tech Support Engineer
Telerik team
 answered on 30 Jan 2023
1 answer
83 views
excel-like-filtering how to uncheck checkbox values while opening the popup
Dinko | Tech Support Engineer
Telerik team
 answered on 30 Jan 2023
1 answer
370 views

Is the attached image possible within Telerik WinForms? 

We want a shadow effect on our top panel and a softer shadow effect on the right panel but we can't seem to get it working.

We tried using Shadows - Telerik Presentation Framework - Telerik UI for WinForms, and it does work when the panels aren't all docked but when we dock everything, the shadows are no longer visible.

We essentially want a panel with a Top dock style which we want a shadow under it, another panel docked to the right with a softer shadow to the left of it, and then a center panel which is docked with Fill (with all the relevant shadows appearing above this panel).

We're using Telerik 2020.1.113.40.

Any help is appreciated,

Thanks

Dinko | Tech Support Engineer
Telerik team
 answered on 27 Jan 2023
1 answer
67 views

Hi there,

I do have a RadPageView control on my form.

Each page in the RadPageView control contains a RadTreeView control.

I need to drag a node from one RadTreeView control to another.

How to?

Thank you

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Jan 2023
2 answers
210 views

Hi,

How do I hide or disable WIN and ALT keys on  a radVirtualKeyboard?

I'm using the Simplified keybordlayout.

 

Chris.

 

 

 

Chris
Top achievements
Rank 2
Iron
 answered on 26 Jan 2023
1 answer
86 views

hello guys,

 

I am using Radscheduler to develop employee Timesheet program, I use codeless data binding (link below)

Codeless data binding - WinForms Scheduler Control - Telerik UI for WinForms

 

I am face with a data filter problem. Each employee is from different location (Employee Table have their own ID(primary key) ,location ID, StartTime, EndTime), so for each location when they use this app, I want they only can view their own timesheet.

So into my

private void Form_Load(object sender, EventArgs e)
        {
            this.tS_TimeSheetTableAdapter.Fill(this.XXX_XXDataSet.TS_TimeSheet);

       }

 

How should I filter data by location ID before it fill the tableadapter?

Plz help me out.

Thanks,

Mike

Dinko | Tech Support Engineer
Telerik team
 answered on 25 Jan 2023
2 answers
416 views
      private void radTextBox1_KeyPress(object sender, KeyPressEventArgs e)
      {
            if (Char.IsLetterOrDigit(e.KeyChar) || (e.KeyChar == (char)(Keys.Back)) ||  e.KeyChar == (char)(Keys.Space))
                e.Handled = false;
            else
                e.Handled = true;
      }
e.Handled = false;

I need e.Handled to false in KeyPress event, and also I want clipboard shortcut keys to be worked perfectly.

i.e: CTRL + A | CTRL + X | CTRL + C | CTRL + V.

Please help me to resolve this issue.

Sathish
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 24 Jan 2023
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?