Telerik Forums
UI for WinForms Forum
4 answers
652 views

Hi, I am encountering slowness or laggy when i schroll up and down when viewing different aircraft types in the gridview in my program.

I need help and suggestions on how to speed up and reduce this lag.

I have roughly more than 1,500 cells in view on the page at a time with about 10 rows (each row 1 aircraft/component type)

I have read these two articles below on cellFormatting and viewCellFormatting and have set the  e.Row.Cells(0).Tag = "UPDATED".

But the schrolling up and down is still lagging. Can anyone help me ? Thanks.

If e.ColumnIndex = 0 Then
            If e.Row.Cells(0).Tag <> "UPDATED" Then
            e.Row.Cells(0).Tag = "UPDATED"

End If

https://docs.telerik.com/devtools/winforms/controls/gridview/cells/formatting-cells?_ga=2.11009079.243279797.1583711740-1259083625.1578452304

https://www.telerik.com/forums/code-power-of-viewcellformatting

 

Dominic
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 19 Mar 2020
11 answers
230 views

Is it possible to set the work time in display in SchedulerTimelineView? For Eg: In 24 hours, we need to display the time from 9am-5pm for multiple days. Added the video link for your reference

Video link

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Mar 2020
1 answer
111 views

Hello-

Using the RichTextEditor and retrieving [ MyRichTextControl.GetContent("HTML") ] from it using any text at all, the "title" of that property contains "Untitled".

Here's the exact return value: <title>Untitled</title>

Is there a simple way to not include a "title" by default, or null/blank it out ?

Thanks in advance -B

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Mar 2020
5 answers
111 views
is it possible to increase the amount of time that one can type in a dropdownlist in order to 'search' for an item ?
Mehry
Top achievements
Rank 1
 answered on 17 Mar 2020
10 answers
198 views

In Telerik control, I'm unable to resize the Column and Row in schedule view. Please share if there is any property for this.

screenshot link  mentioned below for your reference

http://prntscr.com/l7kmih

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Mar 2020
8 answers
854 views
In example for WPF (https://www.telerik.com/forums/support-for-google-maps) you have a really great article on how to integrate Google or similar xyz imagery providers into RadMap. Is it possible to put the same example here for WinForms (c# project)? Because after hours of internet surfing, I was unable to find any information on this.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Mar 2020
11 answers
1.8K+ views
Hi,

Is there anyway to force row/cell validation from outside the grid?
Is there anyway to force data back to the data-set before validation?

Regards
Svein Thomas
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 16 Mar 2020
2 answers
85 views

I have a gridview that displays fine in the app.

Cells with multiple values show up as:

Value 1

Value 2

Value 3

 

Within the cell.

But on exporting the grid the cells value is all on one row within the cell.

How to get the exported excel sheet to look like what is displayed on the apps grid.

This is what I am currently setting in code:

 objGrid.BestFitColumns();
spreadExporter = new Telerik.WinControls.Export.GridViewSpreadExport(objGrid)
                            {
                                ExportVisualSettings = true,
                                SheetName = strSheetName,
                                FileExportMode = Telerik.WinControls.Export.FileExportMode.NewSheetInExistingFile
                            };
exportRenderer = new Telerik.WinControls.Export.SpreadExportRenderer();

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 16 Mar 2020
10 answers
645 views

Hello Telerik Team,

I want to add Clear Button in RadDropDownList like RadTextBox.

I have tried this in design time (Edit UI Elements >> RadDropDown TextBoxElement >> ShowClearButton).

But Nothing was happened.

How Can I add Clear Button in DropDownList ?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Mar 2020
1 answer
119 views

Hi,

I am using Barcode inside the cross tab. 

I want to print Barcode like Figure 2. Currently shows Figure 1.

waiting for your favorable response. 

Thanks.

 

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