Telerik Forums
UI for WPF Forum
3 answers
102 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
181 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
84 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
112 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
3 answers
265 views
HI,

I have a grid inherited from RAd grid and in my editable column i have set the textblock.textwrapping to NoWrap. While editing i can enter n number of characters but i cant see them after the textbox width increases the column width.Cant the text can auto scroll in the cell so that he can see whatever he is typing.

I have the following style attached to the  column

<Style
        x:Key="EditStyle"
        TargetType="{x:Type telerik:GridViewCell}">
        <Setter
            Property="TextBlock.TextWrapping"
            Value="NoWrap" />
        <Setter
            Property="Padding"
            Value="5,3,5,2" />
        <Setter
            Property="ToolTip"
            Value="{Binding RelativeSource={RelativeSource Mode=Self}, Path=Value,Mode=TwoWay,UpdateSourceTrigger= PropertyChanged}" />
        <Setter
            Property="Height"
            Value="24" />
</Style>
Rossen Hristov
Telerik team
 answered on 30 Apr 2013
1 answer
112 views
hello anyone have trying to find way to close the tile by using right click for an option...?
Pavel Pavlov
Telerik team
 answered on 30 Apr 2013
3 answers
52 views
In some gridviews I need to be able to show variance between rows and/or columns as percentage or delta change.

Is there anything in Telerik controls that support anything like this. My one solution is just to calculate it outside and add new items to the collection that represent these aggregate values. Are there any simpler or better solutions available?
Pavel Pavlov
Telerik team
 answered on 30 Apr 2013
7 answers
220 views
Hi,

when editing grouped data the row-order changes when the gridview is not sorted at all or the sort-values are not distinct.
After editing a value the just edited row jumps to the last position of the group. Maybe it has something to do with the RowState (the gridview is bound to a strongly typed DataSet). Also the aggregates are not updating when the data changes.
Also after programmatically grouping a few times the GridViewDataColumn's SourceUpdated-events are not getting raised anymore? Is grouped-data supposed to be read-only?
Am I missing something?



Any ideas?

Best Regards
Steffen

Dimitrina
Telerik team
 answered on 30 Apr 2013
3 answers
104 views
Hi,
    I have problem with my RadPieChart. I have added pie chart successfully but when I tries to add more series of Pie, they gets overlapped.
That's why i am not able to see my previous pie series properly.Also the labels are getting overlapped. Is there any way to avoid this problem?
I have one more question about bubble series. Is there any way to add bubble series in the RadChartView charts or any way to implement this ?
Thanks in advance.
    
Ves
Telerik team
 answered on 30 Apr 2013
0 answers
46 views
Hi,

I'm trying to show the count of appointments that are there in total and that have been filtered.

I'm trying to achieve something like - You're viewing "x" out of "y" appointments.
where,
x = count of the filtered appointments
y = count of the total appointments.

I've found on some forum posts that this is not achieveable (2011 posts) but those posted later (2012-2013) show some tricks to acheive this. I wasn't able to acheive this. Could you please help me with the same?
Maaz
Top achievements
Rank 1
 asked on 30 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?