Telerik Forums
UI for WPF Forum
1 answer
364 views
Hi,
We have a requirement of binding the RadGridView with dynamic data.  Whenever a new data comes in, I am assigning that data like this
public ICollectionView SampleView{get;set;}

// ViewModel where dynamic data gets updated.
this.SampleView =new CollectionViewSource { Source = dummyCollection}.View;

In XAML
<telerik:RadGridView Grid.Row="0"
 
 ItemsSource ="{Binding SampleView}" 
/>
This is the way I am binding the itemssource, but the UI is not getting bound. Kindly help.
Dimitrina
Telerik team
 answered on 18 Jul 2013
1 answer
94 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
152 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
114 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
203 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
174 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
624 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
88 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
129 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
91 views
Thanks!
Mike
Top achievements
Rank 1
 asked 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
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
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
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?