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
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
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
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
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();
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 ?
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.