Telerik Forums
UI for WPF Forum
0 answers
84 views
Hi There,
I have a RadGridView inside a WPF Grid inside a Win32 window. When I set Win32 window style to WindowStyles.WS_CHILD, the frozen columns bar is disabled(still visible but can't be dragged). Is this a known issue?

Thanks,
Ke
Ke
Top achievements
Rank 1
 asked on 04 Feb 2014
1 answer
65 views
Hello.

I would like to change the margin of pages / space between pages inside the PDFViewer control but I couldn't find how to do it.
Can you help me?
Alexander
Telerik team
 answered on 04 Feb 2014
1 answer
57 views
Hi Team,



I have a telerik pivot grid control with three levels to be diplayed in the pivot and the total of the items in one column,But am facing the issue here, where it displays the total correctly when it is expanded but when the pivot grid is collapsed it is showing another value as shown in the attachment..'

As shown in the image total is displaying correctly when expanded but when collapsed it is displaying double of total .Please help me out of this issue

Thanks,
Ruth
Rosen Vladimirov
Telerik team
 answered on 04 Feb 2014
0 answers
105 views
We are using a GridView with auto-generated columns. How do I display a German validation message if the user enters something invalid in the filter's textbox.

The thread's culture is correctly "DE", but this seems not to be respected by the Filter, because an English validation message is displayed in the red frame. See Screenshot...



Peter
Top achievements
Rank 1
 asked on 04 Feb 2014
4 answers
556 views
Please refer to the attached screen shot, I have a scenario where I would like to update a graph based on the value change in the radSpreadsheet control. I am using MVVM, based on the sample provided by you here http://www.telerik.com/forums/spreadsheet-with-mvvm 

Can you please advise how to capture the changed cell value in the viewmodel? 

Thanks
Tarun
Deyan
Telerik team
 answered on 04 Feb 2014
1 answer
95 views
Hi,

i use the "RadDataFilter" and a "RadGridView" like your example "DataFilter FirstLook - Orders". The Problem:

I get a Database with <n> Tables and <n> Fields. I don't know how many tables and how many fields/type of field
are in the tables. I could be one table with ten fields or 20 tables with 25 fields. All the fileds in a table could be
defined as text or integer.

Now I want to bind the database to the RadDataFilter and I need to create the viewmodels dynamically? Any
Ideas?

Thanks
best Regard
Rene
ITA
Top achievements
Rank 1
 answered on 04 Feb 2014
1 answer
315 views
Hi,

I have a page with a gridview that is bound to a collection of items from a radpager which I use on a Dell windows 8.1 tablet.

One of the column is a custom column that has an edit button which when clicked goes to a different view with that particular rows data

                    <telerik:GridViewColumn Header="Edit">
                        <telerik:GridViewColumn.CellTemplate>
                            <DataTemplate>
                                 <telerik:Label Content="Edit" TouchDown="EditButton_Click" MouseLeftButtonDown="EditButton_Click" Style="{StaticResource HyperLinkStyle}"/>
                            </DataTemplate>
                        </telerik:GridViewColumn.CellTemplate>
                    </telerik:GridViewColumn>

This is the click event code

var button = sender as Telerik.Windows.Controls.Label;
var row = button.ParentOfType<GridViewRow>();
var item = (Form)row.Item;

DefaultLinkNavigator dln = new DefaultLinkNavigator();
dln.Navigate(new Uri("/Pages/NewSubmission.xaml?" + item.Id, UriKind.Relative), this);

This works fine the first time but if I touch edit and then come back to the list of records and try to click the same edit button again I get a "Visual is not connected to a presentationsource" error. 

Also this ONLY happened on Touch events, I connected a mouse to the tablet and click event dont trigger this error.

So this happens when returning to the list and clicking on an edit button that was previously clicked and it only happens with touch events

Has anyone seen this or knows what is happening?





gregory
Top achievements
Rank 1
 answered on 04 Feb 2014
3 answers
168 views
In the online doc topic on "Lightweight Templates" here:

http://www.telerik.com/help/wpf/gridview-overview-lightweight-template.html

There is a note that states:

"Please set the RowIndicatorVisibility property of the RadGridView to Collapsed to avoid any visual differences between the row's headers and cells."

It's unclear to me what this has to do with the Lightweight templates and why it's necessary to Collapse the RowIndicator?  Also, I notice that in the last screenshot shown in the above-linked topic, the RowIndicator is clearly visible (so, not collapsed)...

In my case, I'd like to use the lightweight templates (with validation) for performance, but I need the RowIndicator column to be visible in order to select entire rows for various editing functions.  I've activated the lightweight templates, but have not collapsed the row indicator as suggested.  I don't see any issues with this combination, but wondered what I might be missing?

Thanks for any clarification on this topic.

Jeff
Dimitrina
Telerik team
 answered on 04 Feb 2014
9 answers
105 views
Hi,

We have a problem with the grid filters. Can`t find the property or method to see what items are selected in filter.
Is it posssible to get list of items that is checked?

Please supply solution to this issue.

Dimitrina
Telerik team
 answered on 04 Feb 2014
2 answers
87 views
Hello,

i am using a RadColumnSparkline bind to an ObservableCollection in my RadTimeBar.
Is there a similar mechanism like the CombineMode from the BarSeries available or can i pass a BarSeries to RadColumnSparkline?

best wishes & thanks
j
ara
Top achievements
Rank 2
 answered on 04 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?