Telerik Forums
UI for WPF Forum
1 answer
112 views

Hello,

 

I have a question about keeping the size of a pane thats being undocked the same as the size when it was docked.

I found another post: http://www.telerik.com/forums/how-to-keep-the-size-of-a-floating-pane-equal-to-the-size-of-the-pane-being-docked

But the solution which is given here sets the size to an particular value, I want to keep the same value as when it was docked.

I saw release 2015 Q2 has a property RetainPaneSizeMode for this, but I am still using 2015 Q1.

How can I accomplish this with the 2015 Q1 release?

Regards,

Marcel

Kalin
Telerik team
 answered on 20 Apr 2016
2 answers
147 views
Hi every body,

Sorry for the bad forum, but i don't found where i can publish this post, and it is the same goal.

I'm started with Telerik 2 weeks ago. 

In my software, and to the long loading, I want to have an HourGlass Pointer, to do waiting the user.
But I don't know the control whch can do it.

Can you help me ?

Thanks a lot.

Valentin.
Valentin
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 19 Apr 2016
1 answer
141 views

Hi,

I'm trying to export a grid to pdf in "UI for WPF Q3 2014". I Read many documents in site but they are almost for new releases.

many answers related to "http://www.telerik.com/forums/export-radgridview-data-to-pdf-and-pagging". but i con't find this page.

PdfFormatProvider in "UI for WPF Q3 2014" can't export "Workbook" or "RadDocument".

what can i do?

Martin
Telerik team
 answered on 19 Apr 2016
4 answers
207 views
We have implemented your RadRichTextbox with it's Mail Merge capabilities to create a labeling module with much success. Combined with the RibbonUI it is an excellent tool but there seems to be ​a feature missing. Is it possible to create a floating "Text Box" inside a RadRichTextBox? ​We need functionality just like MS Word Text Box with resizing, wrapping, borders, etc. Thank you for your advice.
Martin
Top achievements
Rank 1
 answered on 19 Apr 2016
1 answer
298 views

Hi to all,

I would to change a CellStyle based to more specific properties of Currenti Item.

Example:

ItemA.Property1

ItemA.Property2

ItemA.Property3

ItemB.Property1
ItemB.Property2
ItemB.Property3

ItemA and ItemB derives from ItemBase that it has CanProperty1, CanProperty2 and CanProperty3 (all 3 boolean)

Now, I would change style to show cell content's only if CanPropertyX = true, if no it will shows other cellstyle (empty cell)

Actually I'm using StyleSelector pattern, but it receives all currenti item, it doesn't know witch property it refer.

How can I do this?

 

01.public class MyItemStyle : StyleSelector
02.{
03.    public override Style SelectStyle(object item, DependencyObject container)
04.    {
05.        if (item is MyItem)
06.        {
07.            MyItem currentItem = item as MyItem;
08.             
09.            //Can I receive a specific property on to test?
10.            //Can I receive a parameter (like Command) ?
11.             
12.            if (currentItem.MyProperty1)
13.                return MyFirstItemStyle;
14.            else
15.                return MySecondItemStyle;
16.        }
17.        return null;
18.    }
19.    public Style MyFirstItemStyle { get; set; }
20.    public Style MySecondItemStyle { get; set; }
21.}

Ivan Ivanov
Telerik team
 answered on 19 Apr 2016
3 answers
261 views

Hello,

I have a RadScheduleView that allows the end-user to select slots. I am capturing the selections via RadScheduleView.SelectedSlot, saving those to a collection and the collection is the bind source to RadScheduleView.SpecialSlotsSource so I can reflect back the state of selections. (please see…wantedclickbehavior.jpg)

 

Desired Behavior: I only want the end-user to Left-Click on the RadScheduleView to make slot selections (even if the slots are consecutive).

 

I need to disable “mouse drag to select several slots” (please see…unwanteddragbehavior.jpg).

 

How can this be done?

 

Additionally because of the desired behavior…
How can I disable the keyboard modifiers: CTRL + Left-Click and SHIFT + Left-Click (so to prevent slot’s start – end exceeding the MinorTickLength)

 

Thanks in advance…

Yana
Telerik team
 answered on 19 Apr 2016
3 answers
176 views

I'm currently evaluating my options for using RadGridView ( And maybe RadPivotGrid in the future ) in combination with large serverside datasets. For performance reasons we don't want to send the complete dataset to the client.

Therefore I'm now implementing a custom IQueryable provider that delegates grouping/paging/filtering to te serverside. For simple paging this works fine, I get simple Skip/Take requests on my IQueryable.

However when i start to use grouping I get a grouping request on my datasource, without any paging Skip/Take requests. This means that I should get all data from te server which is not acceptable for our solution.

What solution do you propose for this problem?

Dilyan Traykov
Telerik team
 answered on 19 Apr 2016
1 answer
136 views

hi 
it's my very first time using wpf , and i don't know how to create a chart and link it to my database.

any idea how to start ?

Martin Ivanov
Telerik team
 answered on 19 Apr 2016
3 answers
184 views

When using a RadBusyIndicator on a RadBackStageItem I receive the following error.

 

Dispatcher Unhandled Exception.
OnCurrentTimeInvalidated
Cannot animate the 'Opacity' property on a 'System.Windows.Controls.ContentPresenter' using a 'System.Windows.Media.Animation.ObjectAnimationUsingKeyFrames'. For details see the inner exception.Line: 0Column: 0

 

This happens on a dispatcher thread after the background thread has finished and I set the IsBusy to false.

Martin Ivanov
Telerik team
 answered on 19 Apr 2016
1 answer
154 views

How to add a blank space to the right side of the candlestick chart? 

The data received in real time!

Axis X = Date Time Categorical Axis!

Martin Ivanov
Telerik team
 answered on 19 Apr 2016
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? 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?