Telerik Forums
UI for WPF Forum
1 answer
104 views
Hi,

I'm using Prism and MEF to inject my views into RadPanes.  Everything works great, with one exception... if a pane is unpinned (i.e. it is just a tab) when the application starts up, when I mouse over the tab or click to pin, the pane has no content.  I can pin/unpin a pane that already has content without issue.

It's a reasonable guess that because the pane is not active on startup, no content is injected, and then it doesn't know to inject the content on mouse-over or when pinning that pane.

What event at the pane level can I track to know when a pane is now being displayed from a hidden state (both on mouse over, and on click)?  In this way I think I could detect that a pane has no content and request a navigation to that region.

Alternatively, is there a way to have even hidden or unpinned panes be 'Active' so they load content?

George
Telerik team
 answered on 18 Jul 2013
7 answers
171 views
Hi,
Is there any way to integrate the DataFormValidationSummary control with the RadGridView?
Thanks in advance,
Steve
Maya
Telerik team
 answered on 18 Jul 2013
3 answers
122 views
Hi All,

Do we have some sample DragDrop from Datagrid to ScheduleView? Just from Datagrid to ScheduleView,no need DragDrop back to Datagrid.

Thanks.
Kalin
Telerik team
 answered on 18 Jul 2013
2 answers
213 views
Hi!

We need to make a complex custom shape (please see attached png). It is composed of many different geometries and brushes. Plus, we have to draw it dynamically from code because it should be drawn according to some properties (nb of floors, number of Windows, etc...), so we c'ant use a xaml to describe the shape.

In our current home made diagram control, shapes derive from visualdrawing and we use the drawingcontext in conjunction with GeometryDrawing object.

Now, we are evaluating Telerik diagram control. Would this be possible? How would you achieve this ?

Any infos appreciated, thanks !

David
David
Top achievements
Rank 1
 answered on 18 Jul 2013
3 answers
187 views
Hello,

I have GridView that has a RowDetailsTemplate specified.

I am trying to figure out how to force the row in a GridView into Edit Mode when the user is editing a property that is displayed in the Row Details template of that row.  The GridView properly goes into Edit Mode when I edit a cell in the row, but not when I am in the Row Details.

Any help is appreciated.

Thanks.

James
Dimitrina
Telerik team
 answered on 18 Jul 2013
5 answers
642 views
Is there a way to set the position of the timeline on the gantt to a specific date?

For example, if the VisibleRange is set to:
this.VisibleRange = new DateRange(this.today.AddYears(-1), this.today.AddYears(1));

On a button click, I want to be able to position the timeline to DateTime.Today.

Anyone have any suggestions?
Ventzi
Telerik team
 answered on 18 Jul 2013
1 answer
96 views
Hi,
     
    I am using rad cartesian chart. In these, i am able to create charts and everything. However, I want to apply two colors for the same series i.e. some part of series is red and some part is blue like that. I am able to accomplish this with Bar series by creating different DataTemplates.
   I need same functionality for the line series, Area Series etc. Could you please help me regarding this issue.
Than You in Advance. 
Evgenia
Telerik team
 answered on 18 Jul 2013
1 answer
136 views
Hi,
    We are using RadBarCode in RadTabStrip. The bar code gets displayed in the Tab 1 but not in the Tab 2 in IE8. I herewith attached the code block.
<div>
       <telerik:RadTabStrip runat="server" ID="rtsPlantDescription" Orientation="HorizontalTop"
           Skin="Transparent" SelectedIndex="0" MultiPageID="rmpPlantDescription">
           <Tabs>
               <telerik:RadTab Text="Tab 1">
               </telerik:RadTab>
               <telerik:RadTab Text="Tab 2">
               </telerik:RadTab>
           </Tabs>
       </telerik:RadTabStrip>
   </div>
   <telerik:RadMultiPage runat="server" ID="rmpPlantDescription" SelectedIndex="0" Width="100%">
       <telerik:RadPageView runat="server" ID="rpvGeneralView">
           <telerik:RadBarcode runat="server" ID="RadBarcode1" Type="Code128" ShortLinesLengthPercentage="90"
               Text="TAG-123458" ShowText="true" Font-Size="16" OutputType="SVG_VML" ShowChecksum="true"
               RenderChecksum="true" >
           </telerik:RadBarcode>
       </telerik:RadPageView>
       <telerik:RadPageView runat="server" ID="rpvIdentificationView">
           <div>
               <telerik:RadBarcode runat="server" ID="rbcBarCode" Type="Code128" ShortLinesLengthPercentage="90"
                   Text="TAG-123458" ShowText="true" Font-Size="16" OutputType="SVG_VML" ShowChecksum="true"
                   RenderChecksum="true" >
               </telerik:RadBarcode>
           </div>
       </telerik:RadPageView>
   </telerik:RadMultiPage>

note: Works fine with Chrome
Yavor
Telerik team
 answered on 18 Jul 2013
0 answers
99 views
Thanks!
Mike
Top achievements
Rank 1
 asked on 17 Jul 2013
1 answer
131 views
Hello,

I'm attempting to update a property of an object in a collection that is being shown by RadGridView. The update is being done by a background (non-UI) thread. Normally, this isn't a problem - the WPF binding takes care of shifting to the UI thread to update the control.

However, RadGridView does not seem to follow this pattern.

I've created an example project to illustrate. Currently, the RadGridView is commented out, and a DataGrid is showing the collection. If we click the button that updates the source objects property on a background thread, then it works fine.

If we uncomment the RadGridView line (so we now have a datagrid and a radgridview showing the same collection), then updating the object property causes a "The calling thread cannot access this object because a different thread owns it" exception.

Is it possible to get RadGridView to behave in the same way as DataGrid in this case?

Thanks,
James.

[EDIT - I've realised I should submit a support ticket so I can attach the project, sorry]

James
Top achievements
Rank 1
 answered on 17 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
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
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?