Telerik Forums
UI for WinForms Forum
4 answers
206 views
I am using Telerik Tree View control in Excel VSTO Application. The Tree View control is added in the Document action pane. I am deploying VSTO application using Click Once. In the deployment deployment folder I see the dll's Telerik.WinControls.dll.deploy, TelerikCommon.dll.deploy,Telerik.WinControls.UI.dll.deploy .
But on openning the workbook the Tree View control is not gettting loaded and it is not throwing any error either. I am using the Telerik Trial version. Thanks
Hristo
Telerik team
 answered on 08 Jun 2016
1 answer
205 views
How can I print the radTreeView as shown?
Dimitar
Telerik team
 answered on 08 Jun 2016
3 answers
188 views

My form having a MultiColumn ComboBox , (version 2016.1.112.40 ) the data bound it it is long, 500+ columns. When i press down arrow next to text area, popup is flashing and dismisses but when i double click it appears.

 

While debugging i realize drop down closing event is being fired due to some 'bubble event / mouse down. What is happening?, The form has lot of other non Rad controls. But control focus remains intact when this happens

 

Please help.

 

Here is my code for initializing it.

 

01.var productService = UnityContainer.Resolve<ProductService>();
02.           var productCodes = new List<DAL.Model.Product>();
03.           var productCodeList = await productService.GetAllProductCode(null);
04. 
05.           if (productCodeList.Any())
06.           {
07.               productCodeList = productCodeList.DistinctBy(x => x.ProductCode).ToList();
08.               productCodeList = productCodeList.Where(x => x.ProductStatusID != null).OrderBy(x => x.ProductCode).ToList();
09.               productCodeList.RemoveAll(x => x.IsDevice == true && x.ProductStatusID == 0);
10.               productCodes.AddRange(productCodeList);
11.           }
12.           var productList = productCodes.Select(x => new CustomComboSourceDto
13.           {
14.               Id = x.ProductID,
15.               Name = x.ProductCode.ToUpper(),
16.               Description = x.ProductDescription
17.           }).ToList();
18. 
19.           productList.Insert(0, new CustomComboSourceDto { Id = -1, Name = string.Empty, Description = string.Empty });
20.           comboBoxProductCode.DataSource = productList;
21. 
22.           FilterDescriptor descriptor = new FilterDescriptor(this.comboBoxProductCode.DisplayMember, FilterOperator.StartsWith, string.Empty);
23.           this.comboBoxProductCode.EditorControl.FilterDescriptors.Add(descriptor);

 

 

Hristo
Telerik team
 answered on 08 Jun 2016
3 answers
99 views

Dear Telerik,

I am using pivotGrid and pivotFieldList

I am having some size frequency data where all the sizes fall into different size classes. I want a continuous set of size classes but as no lengths exists for some size classes, I am getting gaps in the size classes.

Please have a look at the attached files. You will see that the size classes are missing between 3 and 8 are more.

Your help in getting a consistant continuous x axis is appreciated.

Thanks,

Hristo
Telerik team
 answered on 07 Jun 2016
27 answers
1.2K+ views
HI all,i want to ask..I'm trying to change RadCalendar month title on RadSchedulerNavigation NavigateBackwards/NavigateForwards click..Suppose i'm using the Navigate buttons to change date,if the selected date on the RadScheduler was the other month,then the RadCalendar month will be the same with the RadScheduler..I've managed to change date..Thanks a lot..
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Jun 2016
2 answers
151 views

Hello,

I have a Panorama with one Group (Group A) that contains a few tiles. I have changed the AllowDrag and AllowDrop for allow of these tiles to false to prevent Users from rearranging "Group A" tiles. At run-time, more groups and tiles are dynamically added based on individual user setting files. I am using the panorama.PanoramaElement.DragDropService.PreviewDragOver event to prevent users from dragging dynamically added tiles to "Group A".

First I get the position of the cursor on the Panorama using panorama.PointToClient(MousePosition). Then I get the left most Group (Group B) that is not "Group A" and set the EventArgs.CanDrop to false if the cursor is left of "Group B's" ControlBoundingRectangle.Left.

However, I found that if you drag a tile by first clicking on the right most edge of the tile and position the cursor just to the right of "Group B's" ControlBoundingRectangle's left edge, most of the tile hovers over the "Group A" but the cursor is within "Group B" and EventArgs.CanDrop is set to true. So when the user release the mouse, it puts the tile in "Group A".

I looked at panorama.PanoramaElement.DragDropService.PreviewDragDrop and the EventArgs.DropLocation.X was 165 when in the panorama.PanoramaElement.DragDropService.PreviewDragOver the panorama.PointToClient(MousePosition).X was 250 (under 250 is when EventArgs.CanDrop is set to false).

How can I determine if a tile is going to be dropped into "Group A" and cancel or prevent it?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Jun 2016
0 answers
121 views

Hi,

 

I deleted the Telerik.Windows.Maths dll from my project as I saw on another thread it was no longer required with the 2016 Q1 release. However, deleting it has caused it to stop my IWorkbookFormatProvider code from working (bringing up the 'Could not load file or assembly Telerik.Windows.Maths ...' etc. error), and obviously now, I can't re-download it. What should I do now?

 

Thanks for your help.

Mary
Top achievements
Rank 1
 asked on 06 Jun 2016
2 answers
341 views

Hi to all,

I would change back color of Pinned Column, I would use same color of unpinned columns.

How can I do?

Dario Concilio
Top achievements
Rank 2
 answered on 06 Jun 2016
13 answers
757 views
I have a radgridview which is bound to a dataset.
When the user sorts the radgrid, the dataset is not sorted equally so it does not give the correct data back for editing.

Is there a solution to that ?
Dimitar
Telerik team
 answered on 03 Jun 2016
1 answer
496 views

I have a problem with the Select All option in the RadCheckedDropDownList control to try Uncheck all items the application crashes when the number of items is greater than 400. Please help me....

Regards

Dimitar
Telerik team
 answered on 03 Jun 2016
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)
Form
Chart (obsolete as of Q1 2013)
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?