Telerik Forums
UI for WinForms Forum
5 answers
228 views

Hello

I have a radpageView in BackStage ViewMode and I would like to:

1. change the color(s) of the item when the Mouse is "down" on the element (The default is a 2 color orange)

2. Increase the space between the image and the text in the Element

3. Reduce the width of the BackStage section, or have it automatically adjusted to the width of the largest element

I have tried and searched but I have been unsuccessfull

Thanks in advance

Pierre-Jean

Nadya | Tech Support Engineer
Telerik team
 answered on 10 Oct 2019
9 answers
302 views

Hi,

In Rad schedular, we are able to keep one icon in appointment. We need an option to keep multiple icons for the same appointment, screenshot mentioned below for your reference.

Old Screenshot and New screenshot

Nadya | Tech Support Engineer
Telerik team
 answered on 10 Oct 2019
6 answers
1.3K+ views
Is there an event generated when a column header is clicked, especially when sorting is disabled? I'd like to be able to trigger a customer behavior for a column header click.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Oct 2019
7 answers
509 views

hi dears.

i change each ListView item by this code:

RadButtonElement buttonElement = new RadButtonElement();
        public RadCheckBoxElement checkBoxElement = new RadCheckBoxElement();       
        StackLayoutElement stack = new StackLayoutElement();
        protected override void CreateChildElements()
        {
            base.CreateChildElements();
            NotifyParentOnMouseInput = true;
            ShouldHandleMouseInput = false;
            stack.Orientation = Orientation.Vertical;
            this.MinSize = new Size(Item_MINSIZE-10,Item_MINSIZE);
 
            buttonElement.Click += ExecuteHost;
            stack.Children.Add(buttonElement);
 
            checkBoxElement.Name = "radCheckBox" + _itemIndex.ToString();
            stack.Children.Add(checkBoxElement);
            this.Children.Add(stack);
            Padding=new Padding(5,5,5,5);
        }
and then create each item in "VisualItemCreating" event.

so i want to change above checkbox state programmatically and by right mouse click. or call buttonElement click.

but how can i access custom item elements objects ???

thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Oct 2019
4 answers
86 views

I have a question about auto-sized screentips.

I would like to measure the screentip before it is displayed and move its position above a control instead of beneath it. In order to move the screentip above a control, I need to know its height.

My question is how can I get a screentip's height before it is displayed? I assume I need to invoke a method. However, everything method I have tried has not worked.(ie DesiredSize)

Thanks in advance.

James
Top achievements
Rank 1
Veteran
 answered on 09 Oct 2019
3 answers
93 views

I need to set only certain columns to be searched by default. 

By default, all columns are marked in the "Search in Columns" context menu. How do I set it to be only certain columns?

 

 

Gone2TheDogs
Top achievements
Rank 1
Iron
Veteran
 answered on 09 Oct 2019
9 answers
1.1K+ views

Hi,

Is there a way to make the summary row freeze at the bottom of gridView so it doesn't move in any situation, I added the summary row to the my gridView with below code which works only when the amount of rows are higher than gridView height, but as soon as there are one or two rows in the grid, the summary row sticks to the bottom of the last row but not to bottom of the gridView.

 

GridViewSummaryRowItem summary =new GridViewSummaryRowItem();
summary.Add(new GridViewSummaryItem("total", "{0:#,###}", GridAggregateFunction.Sum));
productGrid.SummaryRowsTop.Add(summary) ;
 
this.productGrid.MasterTemplate.ShowTotals = true;
this.productGrid.MasterView.SummaryRows[0].PinPosition = PinnedRowPosition.Bottom;

Nadya | Tech Support Engineer
Telerik team
 answered on 08 Oct 2019
1 answer
90 views

Hi Admins.

I'm using the following code to show the Serial Number on the RowHeaderColumn.

private void GridViewSaleItems_ViewCellFormatting(object sender, CellFormattingEventArgs e)
{
    if (e.CellElement is GridRowHeaderCellElement && e.Row is GridViewDataRowInfo)
    {
        e.CellElement.Text = (e.CellElement.RowIndex + 1).ToString();
        e.CellElement.TextImageRelation = TextImageRelation.ImageBeforeText;
    }
}

 

How can I Get this Serial Number (Like other Cell Values) When saving the Grid Rows

Nadya | Tech Support Engineer
Telerik team
 answered on 07 Oct 2019
5 answers
291 views

Hi Admins.

I am developing an application which have the functionality to change the theme at rune time.

When i use the Telerik Themes. Message on the RadMessaageBox not shown properly (see attached image)

the code for displaying the MesageBox is

string msg = "<html>Are you sure?<br><br><b>You want to close the Application</b></html>";
DialogResult result = RadMessageBox.Show(msg, "Sales Digitization", MessageBoxButtons.OKCancel, RadMessageIcon.Question, MessageBoxDefaultButton.Button1);

 

Is this theme problem that is not compatible with html tags.

Kashif
Top achievements
Rank 1
 answered on 07 Oct 2019
1 answer
84 views

I'm planning to convert my application to .Net Core, but was looking for clarification. With Net Framework we had to manually build the assemblies as OEM or merge the telerik assemblies with the exe.

Using .Net core according to documentation we just need to set the publish option to self-contained and that should be it? I'll be making the application available on my website so want to ensure I do that correctly.

https://docs.telerik.com/devtools/winforms/core/deploy-application

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Oct 2019
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?