Telerik Forums
UI for WPF Forum
5 answers
167 views
Hi.
I found an issue the RadTabControl for WPF. I placed a prism region on the RadTabControl, and I did not use the region adapter the telerik offers online since I need a regular region and not an all-active region.
So the region adapter in use was prism's SelectorItemsSourceSyncBehavior.
New tabs opened as expected, but for navigation to tabs - when I resolved an already resolved view into the region, the view's tab didn't get selected.

I debugged the adapter and found out that it wasn't getting any SelectionChanged events from the control, so I tested it in a new demo app.
I added an event handler to RadTabControl.SelectionChanged and all the events did fire as expected. BUT - when I casted the control into a selector and added an event handler to ((Selector)radTab).SelectionChanged - no events fired.
Since the control actually inherits from Selector, I consider this a bug.

Eventually I just copied prism's adapter code and changed the Selector parts into RadTabControl - and it works. But I don't consider this a good solution for the long run.

Thanks, Moti.
Hristo
Telerik team
 answered on 29 Jul 2013
5 answers
134 views
Hi,

I'm using the appointment dialog for creating and editing appointments. I want to inform the user about errors in the dialog. For example if he did not fill out the subject text box. I could catch the AppointmentSaving event, but at this time the dialog has already been closed. I want to inform the user before the dialog has been closed so he can make changes in the dialog. How can I achieve this?

thanks in advance,

michael
Yana
Telerik team
 answered on 29 Jul 2013
4 answers
145 views
i have been using free trial version of telerik tool. I am not getting the property SeriesSelectionMode for a ChartSelectionBehavior
in radcartesianchart.
i am also trying to get the selected points from selected lineseries. these lineseries are selected when a rectangle is dragged over the graph. (for eg. this similar to selecting some lines from notepad and working on those lines.)
the series falling under this rectangle should give the respective data points.
Can u give me some example to work on it. Looking forward for the reply.


Supriya
Top achievements
Rank 1
 answered on 29 Jul 2013
6 answers
79 views
The release notes for Q1 2013 state that the TabStripPlacement property is now supported for RadDocking.

Could somebody please provide an example of this working?
Y
Top achievements
Rank 1
 answered on 29 Jul 2013
8 answers
263 views

Hi,

 


I’m binding CategotiesSource to my Categories collection and TimeMarkersSource to my TimeMarkers collection.

While categories are displaying perfectly right in the Edit Dialog, TimeMarkers drop down displays only Brushes’ colors I have defined; no text appears next to them.

What can be wrong?

thank you

Yana
Telerik team
 answered on 29 Jul 2013
1 answer
113 views
Hi

I'm not sure if this is the proper category for my question but I wasn't sure which to use.

I tried to compile for Release after previously successfully compiling in Debug.  I get many "Could not locate the assembly" errors.  Any ideas on how this may happen would be appreciated.

I am using Windows 8.1, and Visual Studio 2012 Desktop Express.

Thanks
Rich
Steliyan
Telerik team
 answered on 29 Jul 2013
1 answer
93 views
Hello,

Is it possible to set a custom sorting for a column, using an implementation of ICompare?

I've got a list like
1.1
1.5
1.10

With default sorting it sorts as 
1.1
1.10
1.5

Please let me know :-) Thanks in advance!

Best regards,
Ben
Yoan
Telerik team
 answered on 26 Jul 2013
2 answers
203 views
My project uses a RadMenu in the upper-right of the screen.  The menu needs to open from right to left so we use the flow direction "RightToLeft".  When using this flow direction, some header text with punctuation is rearranged.  Consider this example:

<telerik:RadMenu x:Name="radMenu2" ClickToOpen="False" Grid.Column="0" FlowDirection="RightToLeft">
  <telerik:RadMenuItem Name="testMenuItem" Header="Test">
     <telerik:RadMenuItem Header="123.ABC"/>
     <telerik:RadMenuItem Header="123ABC"/>
  </telerik:RadMenuItem>
</telerik:RadMenu>

In this case, when the menu is shown the first menu item will display "ABC.123" instead of "123.ABC".  The second item (without the period) displays fine.

  Other examples: 
  •   "Test_" will display as "_Test"
  •   "(Test" will display as "Test("
  •   "100%Effort" will display as "Effort%100"

 
  For some reason, setting a flow direction of "RightToLeft" will rearrange any text that contains certain special characters.

  Is there a way to stop this reversal of the menuitem header text?

Hristo
Telerik team
 answered on 26 Jul 2013
1 answer
124 views
Hi,

I have a question about dynamic series binding.

This is code example:
public class MyViewModel
{
  public List<ChartData> chartItem {get;set;};
  public List<List<ChartData>> ChartData {get;set;};
 
}
 
public class ChartData
{
  public DateTime Xvalue{get;set;}
  public DateTime Yvalue{get;set;}
}

ChartData has some chartItem, and one ChartItem will be graph a line in the ChartView.
ChartItem's quantity is dynamic in the ChartData. 

What ways can be binding this data in the ChartView? (Lineseries are dynamic.)

Thank you.
Rosko
Telerik team
 answered on 26 Jul 2013
1 answer
353 views
Hi,

I have three columns (Eg:ID ,Name, Location) ID column is readonly. When i insert new row by setting ShowInsertRow="True" and CanUserInsertRows="True" i need to enter the value for the ID column. How to achieve this? I am following MVVM pattern.

Thanks in Advance. 
Yoan
Telerik team
 answered on 26 Jul 2013
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
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
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
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?