Telerik Forums
UI for WPF Forum
1 answer
117 views
Hi There,

I have a requirement where i used a simple wpf <Popup/> control in which i have a RadGridView control, i want to resize the popup control, i have seen a control in telerik that is <telerik:ResizeControl/> , can i use this control for my purpose ? if yes can you please tell me how i can implement this? if not then can you please guide me to achieve this?

Thanks in advance.

Regards,
Srinivas.

Vanya Pavlova
Telerik team
 answered on 01 May 2013
6 answers
655 views
Hello.

I'm using the RadTabControl with the Expression_DarkTheme.  I want to change the background of the tab headers when selected.  Is there a relatively simple way to do this  or do I have to re-template the whole tab header?

Thanks in advance.

- Don Jordan
Don
Top achievements
Rank 1
 answered on 30 Apr 2013
4 answers
107 views
I am using MVVM pattern.  I have a RadGridView and have bound the ItemsSource to a collection and SelectedItem to an individual item in the VM.    This works, and I have some buttons to reorder the collection.  They call a command on the VM that moves the SelectedItem up or down in the collection.  This works fine but it appears that after the item gets moved, the SelectedItem becomes null.  My goal is to be able to select an item in the RadGridView and then click the "Move Up" button several times to move the item up in the collection.  Currently the experienced behavior is that I click the item and get one Move Up(or Down) before the SelectedItem becomes null and I am required to select an item to continue moving items.  I have put debug statements in both the SelectionChanged and SelectionChanging events on the RadGridView. 

Upon running my app, here is the order I see:

Event

SelectedItem

SelectionChanging

null

SelectionChanged

CorrectItem

Move method

CorrectItem

SelectionChanging CorrectItem
SelectionChanged  null

I even tried manually setting the SelectedItem in the VM after reordering it, but the reset to null appears to happen sometime after this. 
I have the latest version (2013.1.220.45)  installed and referenced in my project.
   Please let me know if something is unclear.

Thanks,
Chris

Andie
Top achievements
Rank 1
 answered on 30 Apr 2013
8 answers
137 views
Hi,

I am using RadGridView in my application, in that i want to access the AddNewRow in code behind and want to apply cell values from there. Please help me by providing a solution.

Thanks,
Ramesh
velusamyr@hcl.com
Yoan
Telerik team
 answered on 30 Apr 2013
10 answers
481 views
Hi.  I'm loving these new controls, but I have a question.  Is there a way to make the background of the RadDiagram Zoom and Pan along with the shapes?  Right now, the content of the diagram is working just fine, however my background remains at the same zoom level.  I'm assuming that is default behavior, but I would like to have the background image zoom as well.  Is that possible?

Thanks.  Keep up the good work!
Hristo
Telerik team
 answered on 30 Apr 2013
1 answer
123 views
Hi,
I would like to bind a property to an Image present in a headertemplate and a title template
I tried by providing elementname, relative source, no luck!

Please help.
The scenario is:
 <telerik:RadPane.TitleTemplate>
  <DataTemplate>
  
 <StackPanel>
  <Image Name="Sample">
                                                                                               <Image.ToolTip>
                                                    <ToolTip></ToolTip>
                                                </Image.ToolTip>
                                            </Image>
Vladi
Telerik team
 answered on 30 Apr 2013
3 answers
104 views
Hello,
If we select a row in a gridview and then clicking outside the gridview takes the selection away from Gridview and it removes the default Telerik Radgrid view's orange foreground on the grid.
I have a telerik radgrid view and then I have another hyperlink on another WPF native grid, on clicking on hyperlink takes away the selection of the first telerik radgridview.

Any help would be appreciated!

Thanks in Advance!

-Raj
Yoan
Telerik team
 answered on 30 Apr 2013
3 answers
189 views
Is it possible to inverst the Y axis of a RadCartesianChart? Instead of the Y axis counting down like so:

10
9
8
7
6
5
4
3
2
1
0

I would like it to read descending:

0
1
2
3
4
5
6
7
8
9
10
etc.

Is this possible? I've been searing your guys forums and I see there being talk about a release that will contain this feature, but has it ever been implemented? Thanks in advance.
Petar Marchev
Telerik team
 answered on 30 Apr 2013
3 answers
88 views
Hi.

I set GridView with description below
Source collection is ObservableCollection and contains 20(!) items.
And this small collection is displaying almost the one second !
Why it so long ?
(standart wpf-grid displays the same collection in no time)

Please, could you give me some advice ?
(I have already read this http://www.telerik.com/help/silverlight/gridview-troubleshooting-performance.html)

Thank you !
<telerik:RadGridView
            x:Name="CaseListGrid"
            ItemsSource="{Binding MedicalCaseList}"
            AutoGenerateColumns="False"
            IsReadOnly="True"           
            RowHeight="40"  
            ColumnWidth="Auto"
            >
 
            <telerik:RadGridView.Columns>               
                <telerik:GridViewDataColumn Header="Patient Code" DataMemberBinding="{Binding PatientCode}"  />
                <telerik:GridViewDataColumn Header="Surgery Date" DataMemberBinding="{Binding SurgeryDate}"  />
                <telerik:GridViewDataColumn Header="Bode Model" DataMemberBinding="{Binding BoneModel}" />
                <telerik:GridViewDataColumn Header="Due Date" DataMemberBinding="{Binding DueDate}"  />               
                <telerik:GridViewDataColumn Header="Surgeon" DataMemberBinding="{Binding SurgeonName}"   />
                <telerik:GridViewDataColumn Header="CE" DataMemberBinding="{Binding CEName}"   />
                <telerik:GridViewDataColumn Header="QE" DataMemberBinding="{Binding QEName}"  />
                <telerik:GridViewDataColumn Header="Image Modality" DataMemberBinding="{Binding ImageModalityName}"  />
                <telerik:GridViewDataColumn Header="Side" DataMemberBinding="{Binding Side}"   />
                <telerik:GridViewDataColumn Header="Procedure Type" DataMemberBinding="{Binding ProcedureTypeName}" />
                <telerik:GridViewDataColumn Header="Image Upload Date" DataMemberBinding="{Binding ImagesUploadedDate}"  />
                <telerik:GridViewDataColumn Header="Urgent ?" DataMemberBinding="{Binding ZimmerUrgent}"   />
            </telerik:RadGridView.Columns>           
        </telerik:RadGridView>
Yordanka
Telerik team
 answered on 30 Apr 2013
1 answer
117 views
Hi Telerik Support,

I would like to completely minimize the Ribbon without using the Quick Access Toolbar because since I don't need other entries it just shows a small arrow and occupies a lot of screen estate (please see the attached bitmap).

Thank you and regards,
Peter
Stefan
Telerik team
 answered on 30 Apr 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?