Telerik Forums
UI for WPF Forum
1 answer
181 views

i want to display image in each item on VirtualizaingWrapPanel.
I try to modify the sample code VirtualizingWrapPanel.WPF Example.xml
by adding a line (bold below) to show a image

< DataTemplate x:Key="dataTemplate">
..........................
< TextBlock FontWeight="Bold" Text="Discontinued:" Grid.Row="4"/>
<TextBlock Text="{Binding Discontinued}" Grid.Row="4" Grid.Column="1" />

<TextBlock FontWeight="Bold" Text="Image:" Grid.Row="5"/>
<Image Source="{Binding Image}" Grid.Row="5" Grid.Column="1" />
</Grid>

the Image is a property with BitmapImage Type.
After recomplie the sample and i can see the image shown.
However,when i resize the sample window.the app seems hang.
I would like to known the properly way to display a image in VirtualizingWrapPanel?

Vlad
Telerik team
 answered on 11 Jun 2012
3 answers
183 views
When I have an item selected in a RadTreeView, pressing the Tab key seems to work appropriately (shift focus to next focusable element), but Shift-Tab doesn't appear to be working at all. Is this a known issue?
Hristo
Telerik team
 answered on 08 Jun 2012
3 answers
190 views
I am pretty sure that i have the correct references made in my project. but i cannot seem to find the RadChartView Control.  I know its go to be something stupid that i am missing. but some help would be greatly appreciated. 
Sia
Telerik team
 answered on 08 Jun 2012
7 answers
191 views
Hi,

I am encountering the following crash scenario:

1.) Unpin all RadPanes in the application.
2.) While pressing the left MouseButton - hover over the AutoHide-Items up and down quickly.
3.) --> The RadPanes slide in and out forever and the UI gets stuck.

Is there a solution to this behaviour?

Thanks,
Ruth S.
Konstantina
Telerik team
 answered on 08 Jun 2012
1 answer
124 views

We're having problems trying to get the tabing sequence working correctly for a WPF RadGridView with a HierarchyChildTemplate per row. With grid rows fully expanded the grid only tabs through all row cells and never tabs into the row’s child template. Can you please advise how we can solve this issue.

Dimitrina
Telerik team
 answered on 08 Jun 2012
1 answer
83 views
Hi,

It seems that the watermark is not present when exporting to pdf file. It's there when printing, exporting in docx or rtf format but, no chance, not in pdf. Is it a known issue?

thanks,

Patrick
Martin Ivanov
Telerik team
 answered on 08 Jun 2012
1 answer
98 views
How can I reduce the height of the hour rows in the scheduleview ?

In attach what I means
Thanks

Luca
Yana
Telerik team
 answered on 08 Jun 2012
2 answers
179 views
Hi

i.m trying to check my "GridViewDataColumn". I can't find a KeyPress Event to check the input. How do i check, if
the input string is a number?

Allowed is just 0-9!

Thanks
regads
rene

ITA
Top achievements
Rank 1
 answered on 08 Jun 2012
1 answer
123 views
Hello,

i use a print method in my program to print every usercontrol the user want to. this method transforms the usercontrols to the printer-size before the real printing starts.
it seems that the radchart has a problem with rezising. you can see the problem in the attachment.
Everything resizes correctly, exept the ChartArea (ChartArea starts at 2k instead of 0). I've tried to call UpdateLayout or Invalidate... on the Chart and/or ChartArea, but nothing seems to work.
Could anyone please help me?

Best Regards,
Thomas
Rosko
Telerik team
 answered on 08 Jun 2012
0 answers
97 views
This is my fault. I forgot to set column width , code working fine -___----!!

////////////////////////////

Hi telerik ,

Can anyone explain me how to add multiple controls into a cell ?
 
I need to add Label and RadButton into Cell (in-line editing mode) something like sniplet below

<telerik:GridViewDataColumn Header="Original" SortMemberPath="OriginalName" HeaderTextAlignment="Center" TextAlignment="Left" Width="80" DataMemberBinding="{Binding OriginalName}">
   <telerik:GridViewDataColumn.CellEditTemplate>
      <DataTemplate>
         <StackPanel Orientation="Horizontal">
             <Label Content="{Binding OriginalName,Mode=OneWay}"/> 
             <telerik:RadButton Name="Lookup" Click="Lookup_Click"/> 
                
<!-- this click event will popup lookup window then bind selected data to OriginalName -->
          </StackPanel>
      </DataTemplate>
   </telerik:GridViewDataColumn.CellEditTemplate>
</telerik:GridViewDataColumn>

looking for your response

Regards,
SweNz
SweNz
Top achievements
Rank 1
 asked on 07 Jun 2012
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
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
Rob
Top achievements
Rank 3
Bronze
Bronze
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
Bronze
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?