Telerik Forums
UI for WPF Forum
1 answer
200 views
How can I stop Tab key navigation in the Grid? I have a window that has some Textboxes and a RadGrid. I need when user presses the Tab key, the focus moves between all the controls in the window not inside the RadGrid. In other words, I don't want tab key selects another cell or a row in the RadGrid. When the focus is in the Textbox before the RadGrid Tab key will set the focus to the Grid but then the focus is stuck in there and won't go out unless all the cells in the Grid are traversed. How can I change this?
Maya
Telerik team
 answered on 15 Nov 2010
5 answers
2.0K+ views
Hi!

Is there a simple way to change the mouse-over color for a RadButton?
I have extracted the tamplate and there is a RenderMouseOver attribute. Can I change this in some way to achieve what I want?

Regards,
Lennart
Viktor Tsvetkov
Telerik team
 answered on 15 Nov 2010
7 answers
369 views
Dear Sir,
I have an application with RadGridView and a button, on of the columns of the Grid contains a check box (not binding to any data).
i want to loop through all the rows of the grid on the button click event and check of the check box is check and show a message with a field of the data in the same row, please tell me how to do this.

thank you
Milan
Telerik team
 answered on 15 Nov 2010
25 answers
1.4K+ views
Hello all,
Is there a way to re-order the rows of the RadGrid? I want the user to be able to drag and drop the rows to their desired position and save that position in the database? On my database right now, I already have a column, i.e., RowPosition, and it's default to the order in which the row has been added.

Thank you,
Kenny.
wael khair allah
Top achievements
Rank 1
 answered on 14 Nov 2010
2 answers
75 views
hi
i need read All Record Radgrid View in Unbound mode . ( for example Cast all record ToList )
RadGridView.Items.?
davood ramezani
Top achievements
Rank 1
 answered on 13 Nov 2010
4 answers
459 views
Hello All,

    Has anyone experienced an issue where the RadWindow does not show every now and then.  I am showing it with the ShowDialg method, but sometimes it stays hidden. 

    I don't have the time or resources to produce an example which is why I'm asking if anyone else out there has see this before. 

- Rashad Rivera
Rashad Rivera
Top achievements
Rank 1
 answered on 13 Nov 2010
0 answers
42 views
What event could I use to  get the location of a RadPane while it is moving?
Rick Knicely
Top achievements
Rank 1
 asked on 12 Nov 2010
1 answer
107 views
According to PITS the ability to minimize the Outlook Toolbar has been included.  Can anyone tell me what version this is active in?

We are new customers running v 2010.2.924.35 and do not see where we have this ability.

There is no property named "IsMinimized" in our toolbar that we can see.

Thanks.
Viktor Tsvetkov
Telerik team
 answered on 12 Nov 2010
2 answers
272 views
I can't seem to figure out how to style a component in an aggregate footer. I have a Style with a DataTrigger that works just fine for the RadProgressBar in a cell, but is completely useless when applies to the footer (see picture). What would be the correct methodology?

<telerik:GridViewDataColumn UniqueName="Status"
                            Header="Status"
                            DataMemberBinding="{Binding Status}"
                            DataType="{x:Type sys:Int32}"
                            Width="200"
                            HeaderCellStyle="{StaticResource GridViewHeaderCellStyle1}"
                            CellStyle="{StaticResource GridViewCellStyle1}"
                            FooterCellStyle="{StaticResource GridViewFooterCellStyle1}"
                            HeaderTextAlignment="Center"
                            TextAlignment="Center"
                            FooterTextAlignment="Center">
    <telerik:GridViewDataColumn.CellTemplate>
        <DataTemplate>
            <Grid>
                <telerik:RadProgressBar Style="{StaticResource RadProgressBarStyle1}"
                                        Value="{Binding Path=TSE_Status}"
                                        Minimum="0"
                                        Maximum="100"
                                        Grid.Column="0"
                                        Grid.Row="0" />
                <TextBlock Text="{Binding Path=Status, StringFormat={}{0:N0}%}"
                           VerticalAlignment="Center"
                           HorizontalAlignment="Center"
                           Grid.Column="0"
                           Grid.Row="0" />
            </Grid>
        </DataTemplate>
    </telerik:GridViewDataColumn.CellTemplate>
    <telerik:GridViewDataColumn.AggregateFunctions>
        <telerik:AverageFunction />
    </telerik:GridViewDataColumn.AggregateFunctions>
    <telerik:GridViewDataColumn.Footer>
        <telerik:AggregateResultsList ItemsSource="{Binding}">
            <ItemsControl.ItemTemplate>
                <DataTemplate>
                    <Grid>
                        <telerik:RadProgressBar Style="{StaticResource RadProgressBarStyle1}"
                                                Value="{Binding FormattedValue, Mode=OneWay}"
                                                Minimum="0"
                                                Maximum="100"
                                                Grid.Column="0"
                                                Grid.Row="0" />
                        <TextBlock Text="{Binding FormattedValue, Mode=OneWay, StringFormat={}{0:N0}%}"
                                   VerticalAlignment="Center"
                                   HorizontalAlignment="Center"
                                   Grid.Column="0"
                                   Grid.Row="0" />
                    </Grid>
                </DataTemplate>
            </ItemsControl.ItemTemplate>
        </telerik:AggregateResultsList>
    </telerik:GridViewDataColumn.Footer>
</telerik:GridViewDataColumn>
Art Kedzierski
Top achievements
Rank 2
 answered on 12 Nov 2010
1 answer
147 views
Say I have a collection of locations and I want to find out which one is the closest to another specified location, how would I do this?

Thanks,
Rod
Andrey
Telerik team
 answered on 12 Nov 2010
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?