Telerik Forums
UI for WinForms Forum
1 answer
81 views
I tried ThemeResolutionService.ApplyThemeToControlTree(this, "ThemeName") it didn't work.
Dimitar
Telerik team
 answered on 05 Nov 2018
6 answers
373 views
In CellValidating i'm doing some validation on the values of the cell and depending if good or not i set e.cancel to true or not.
I would like to had a tooltip for that cell so the user would know what is wrong.
Here is what i'm doing

myObj obj = grdSearchResults.Rows[e.RowIndex].DataBoundItem as myObj;

if(obj==null)
return;

if (e.Value != null)
newValue = e.Value.ToString();

switch (grdSearchResults.Columns[e.ColumnIndex].UniqueName)
{
case "No":
if (!Validation.IsAlphaNumeric(newValue))
{
e.Cancel = true;
errorMsg = "Invalid No PNR. Must be alphaNumeric";
}
if (!e.Cancel && curPax.NoPNR != newValue)
modified = true;
break;

e.Row.Cells[e.ColumnIndex].CellElement.ToolTipText = errorMsg;

e.Row.InvalidateRow();


When a value is not entered correctly, i woul like to show that cell in red with a brief caption but it seem's impossible. Once a cell is cancelled, the client cannot do nothing before he corrects the entered value.

Any help?
Dimitar
Telerik team
 answered on 05 Nov 2018
8 answers
166 views

Hello,

I started using Telerik just recently and this is my first post here.

I have RadChartView that gets populated with different LineSeries based on the selection I make in the Combobox. It works fine, and also I can Export single currently displayed images just fine. However, I need to export images for all combobox options at once by clicking on a single button. Currently I do this by manually switching combobox options from code and printing the charts which in the UI causes the chart to quickly switch from one to another.

My question is: is it possible to export all the charts to images without actually showing the switch visually? If not, any workaround is also welcome. 

Thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Nov 2018
1 answer
183 views

Hi

I’m using in . Please suggest if there any possible way to change the background in it. 

Thanks in Advance.

Dimitar
Telerik team
 answered on 02 Nov 2018
3 answers
90 views

Ive got 2 questions.

1)When I select a page of the grid, then in the OnCellValueNeeded event, if that page has no table of data then I call function "AskForData" which uses an event to run a sql  query to read in 100 records to fill the table.

My call to Grid.VirtualGridElement.BestFitColumns(); is the last line of the AskForData() function as I didn't really know where else to put it, it seems to work. But at that moment of time, the cells haven't been formatted. Is there a recommended event I should trap?

2) I've set up my grid to use a hierarchical/child grid for displaying some data using the help document https://docs.telerik.com/devtools/winforms/virtualgrid/hierarchical-virtual-grid/hierarchical-data

Grid.VirtualGridElement.BestFitColumns seems to affect the masterviewinfo but not the child view info. Is there a way of accessing that to get bestfit on child columns?

thanks :)

 

Dimitar
Telerik team
 answered on 02 Nov 2018
0 answers
79 views

Hi

  In on day view, when I scroll from left to right in day view. The dates are not changing. Is there any possibility to change the resource design like the attached image. Please check & do the needful. Thanks in advance

Suganya
Top achievements
Rank 1
 asked on 02 Nov 2018
2 answers
62 views

Hi,

I've been trying to find a way to disable the ability for a user to copy text or any content from a richtexteditor. I want to block any ability for shortcut keys or mouse clicking for copying content. Any help would be appreciated. Thanks!

J

Jeffrey
Top achievements
Rank 1
 answered on 01 Nov 2018
2 answers
129 views
I was wondering if it’s possible to get more advanced formatting such as hollow (doughnut) points with an outline color (figure 1) or even more advanced formatting like using gradient and bevel properties in Excel (figure 2).
Melissa
Top achievements
Rank 1
 answered on 01 Nov 2018
1 answer
36 views

Hey guys, is it possible to create a List of GridViewDataColumn avaliable at design time? Like u do in the GridRelations(attached), I've tried reading your TemplateCollectionEditor(at Telerik.WinControls.UI.Design.dll, same namespace) class, but didn't understand anything.

Here is my class where I want' use it

public class ColunaTextoAjuda : IAjuda
    {
        public GridViewDataColumn Coluna { get; set; }
 
        [Browsable(true)]
        [DefaultValue("")]
        [Editor("Telerik.WinControls.UI.Design.TextOrHtmlSelector, Telerik.WinControls.UI.Design, Version=2018.1.116.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e", typeof(UITypeEditor))]
        public string Texto { get; set; }
    }
Leandro
Top achievements
Rank 1
 answered on 01 Nov 2018
8 answers
662 views
Hello All,

I have a requirement to print a number of RTF notes as a single document. I tried to create a RadDocument for each note and merge them, but unable to get it done.
Please guide me through the appropriate way to achieve this functionality.

Thanks
Pawan
Tanya
Telerik team
 answered on 01 Nov 2018
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
DateOnlyPicker
TimeOnlyPicker
+? 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?