Telerik Forums
UI for WPF Forum
1 answer
263 views
Hi Team,

I have a ToggleRowDetailscolumn in my telerik grid. I want to execute a logic when the toggle button of a particular row changes state from + to -.
Can you please tell if there is an event for the state change and if not how can i achieve this?

Thanks,
Richa
Rossen Hristov
Telerik team
 answered on 31 May 2011
5 answers
233 views
Hi,

I have a problem with the custom filter row which I have implemented this as per the 2010 Q3 release.

The issue occurs when the width of the grid view causes a horizontal scroll bar to be used.  When scrolling this is ok as the GridView ScrollViewer ScrollChanged event is handled and the handler moves the filtering row's scroll viewer to the correct offset.  Therefore the filter cells are kept in sync with the columns of the grid.

However, if you start entering a value into one of the filter cells the filter row snaps back to its original position - which means it is out of line with the grid.  It can even mean the cell you are editing is not in view.

I don't know if this behaviour is the same in your demo, as the demo doesn't allow for scroll bars.

Could you verify if this happens in your version and suggest any solutions?

Thanks.
Ian.
ianr
Top achievements
Rank 1
 answered on 31 May 2011
1 answer
171 views
Hi,

GridViewCheckBoxColumn with Expression_DarkTheme is difficult to see if it's checked or not.

How can a easy change the "check" to white or make it fill with white when checked.

Thanks!

/Ken

Vanya Pavlova
Telerik team
 answered on 31 May 2011
1 answer
197 views
Hi.
I have application WinForms/WPF.
WinForms window opening WPF window with RadTabControl. And if I just open WPF window and immediately his close, GC removed this object. It working many times. But, if I open WPF window then click in oher RadTabItem (SelectionChange event) GC do not remove this object, and if I do it many times, GS remove all WPF window object except one. This one WPF window object is live always.
Way it is so? And how fix this bug?

This is Demo project.

Thank you!

PS. Why first time opening WPF window is so long time? And following WPF window do it faster.

Tina Stancheva
Telerik team
 answered on 31 May 2011
3 answers
323 views
Hi,

I have a map with several overlapped items on it. I want to programmatically highlight one or several items by changing the ZIndex. Unfortunatly my ZIndex binding is not working (but the other ones works fine). Here is my XAML;

<telerik:RadMap Margin="12" Name="radMap1">
            <telerik:InformationLayer x:Name="informationLayer"  >
                <telerik:InformationLayer.ItemTemplate>
                    <DataTemplate>
                        <Ellipse  Name="myEllipse"
                            telerik:MapLayer.Location="{Binding Location}"
                            telerik:MapLayer.BaseZoomLevel="9"
                            Width="200"
                            Height="200"
                            Stroke="{Binding Stroke}"                           
                            StrokeThickness="3"
                            Fill="{Binding Fill}"     
                            Canvas.ZIndex="{Binding ZIndex}">
                            <telerik:MapLayer.HotSpot>
                                <telerik:HotSpot X="0.5" Y="0.5"   />
                            </telerik:MapLayer.HotSpot>
                        </Ellipse>
                    </DataTemplate>
                </telerik:InformationLayer.ItemTemplate>
            </telerik:InformationLayer>

Best regards

Robert Warnestam
Andrey
Telerik team
 answered on 31 May 2011
4 answers
228 views
When expanded my RadPanelBarItem grows past it's container giving the RadPanelBar a vertical scroll bar.  How do I make it such that the RadPanelBar does not exceed its bounds and the RadPanelBarItem displays the vertical scroll bar?

I am using this control within a docking panel, could it be that the automatic size distribution of this type of layout control is causing this behavior?  If that is the case would my desired behavior come about if I simply removed the docking panel and declared grid columns and rows?

Thank you for your time,
Adam Burdette
Petar Mladenov
Telerik team
 answered on 31 May 2011
0 answers
165 views
Hi Guys ,

I have a Grid View with the style and I want to add a custom make scrollviewer.. the problem is when im trying to add the scrollviewer  on the actual style. The header will get disappeared i dont know why?

   <telerik:GridViewScrollViewer x:Name="PART_ItemsScrollViewer"  Template="{DynamicResource customeMakeScrollViewer}" Background="Transparent" CanContentScroll="True" Grid.ColumnSpan="2" Grid.Row="2" Grid.RowSpan="2">

thanks
Sam
sam Aryan
Top achievements
Rank 1
 asked on 30 May 2011
4 answers
183 views
Morning all.  Is it possible to declare more than one footer in xaml for rad gridview?  ShowColumnFooters will get me one row but I need a second footer row, below that one to display additional information (calculations etc.)  If this is possible in xaml I'd appreciate a code snippet. 

Thanks.
Pete
Top achievements
Rank 1
 answered on 30 May 2011
3 answers
168 views
Hello!

I want to add a column to the datagrid that will allow the user to enter in "Edit Mode" for this row. Is that possible?

I have the following code, but it's not working:
<telerik:GridViewColumn>
 <telerik:GridViewColumn.CellTemplate>
    <DataTemplate>
        <telerik:RadButton Content="Edit" Command="telerikGrid:RadGridViewCommands.BeginEdit" CommandParameter="{Binding}" />
    </DataTemplate>
 </telerik:GridViewColumn.CellTemplate>
</telerik:GridViewColumn>

This code is used inside a GridView that inherits from RadGridView.

In documentation, you also have the following code:
public MainPage()
{
          ICommand editCommand = RadGridViewCommands.BeginEdit;
          InitializeComponent();
}

But I really don't understand why we need this.... "editCommand" is never used.... (I tried to add it to the page where my grid is, but it still not works!)

Thanks for help!
Bastien
Dimitrina
Telerik team
 answered on 30 May 2011
1 answer
132 views
Hi,

I wanted to remove the additional column added after all RadGridView columns, so I set the last column width property to *,
but then, when one of the columns content is longer than the RadGridView width  - the horizontal scrollbar doesn't appears.
How can I remove the additional column without losing the horizontal scrollbar?

 

Thanks,
Anna.
Maya
Telerik team
 answered on 30 May 2011
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?