Telerik Forums
UI for WPF Forum
11 answers
156 views
Hi, we just updated our WPF project from RadControls for WPF v2012.2.725.40 to v2012.3.112.9.40.  Now we have a problem in one of our forms where the RadGridView RowLoaded event is fired when row.Cells is empty.  In the previous version of the RadControls for WPF, the cells count would reflect the number of columns in the grid.  Is there another handler we should have been using?  Our goal is to change the text of a RadButton in one of the columns (which is contained in a telerik:GridViewColumn.CellTemplate) based on the value of a property in the bound object, so after each row is loaded we check that property and adjust the button text in cell[5].  After our Q3 update it appears the cells are not loaded when RowLoaded is called.   Thank you in advance
private void grid_RowLoaded(object sender, RowLoadedEventArgs e)
{
    if (e.Row is GridViewRow && !(e.Row is GridViewNewRow))
    {
        // at this point e.Row.Cells.Count is 0
    }
}

Shaun
Youness
Top achievements
Rank 1
 answered on 13 Aug 2013
1 answer
220 views
HI, is it possible to add custom function in spreadsheet control?
Deyan
Telerik team
 answered on 13 Aug 2013
0 answers
240 views
Hi,

I would like to create MDI children in my WPF application. Could you email me sample code for MDI.


Thanks,
Srinivas

Manish
Top achievements
Rank 1
 asked on 13 Aug 2013
1 answer
207 views
Are there any plans to support import/export of OpenDocument (*.ods) spreadsheets?

Thanks
Boryana
Telerik team
 answered on 13 Aug 2013
3 answers
152 views
Is it possible to extract the text content of a pdf file with PDFViewer?

Thanks,Michael
Petya
Telerik team
 answered on 13 Aug 2013
1 answer
107 views
First off I have a RadEntityFrameworkDataSource, RadGridView,  RadDataPager linked working nicely, with problem the RadGridView is inside a tab control, so every time we switch back to the tab with the RadGridView I hit Telerik.Windows.Controls.RadEntityFrameworkDataSource.OnLoaded then Telerik.Windows.Controls.RadEntityFrameworkDataSource.TryRefreshView() which goes out to the data source and reloads it, minor annoyance normally.  When data is grouped by one or more columns though it completely ignores the filters and loads the entire query which is bad, and honestly I can't figure out why since it tosses them afterwards.  In local on a test machine it is hard to see, but on a slightly slow vpn it shows up easily with a large dataset.  Is there some way to stop this refresh?  I can't seem to find a setting on either the datasource or gridview to disable it.  I really don't need the refresh I just want to put them back at their previous query.

All 3 are declared in the xaml, I tried moving the datasource into the code behind, but must missing something on how to link it up programmatically.

Any help would be appreciated
Yoan
Telerik team
 answered on 13 Aug 2013
1 answer
170 views
Are there any plans to support import/export of OpenDocument (*.odt) documents?

Thanks
Petya
Telerik team
 answered on 13 Aug 2013
1 answer
103 views
I'm using a RadGridView within a RadDocking RadPane. in my application the MVVM pattern is used. So the ItemSource and the SelectedItem Properties data bound to my view model. Everything is working as expected until the RadPane is undocked from the RadDocking and becomes a floating window. When this happens any selection of a row is lost and the bound property becomes null.
Why is this happening? I've tried using the SelectionChanging or SelectionChanged events to get notified when the selection is removed but neither of those seem to be triggered. It is very important for my application to be informed about any selection changes within the grid view since it stores user configurations which are switched once the user selects another one.

Any help on this would be appreciated.
Thanks and regards.
Yoan
Telerik team
 answered on 13 Aug 2013
8 answers
178 views
Hi there,

I have a problem with the Headers in my GridView after scrolling, which causes misalignment. Partly, the columns are added dynamically.
The number of the added columns depends on the data I get. Attachment are pictures of the problem with a smaller version of the tool. Could be a Telerik Bug, as on release Q3 2012 notes I can find :
  • Fixed: When scrolling with frozen columns and dynamically added columns, merged headers were sometimes misaligned
Thank you for your support! 
Dimitrina
Telerik team
 answered on 13 Aug 2013
1 answer
77 views
Hi,

I am implementing a form layout with RadDocking.  I want to have one pane docked to the left which can only be Pinned and Unpinned. 
A. This panel should not move (I've achieved that with CanFloat="False")
B. No other panel can be dragged over it and grouped with it.  I understand that RadPane must be inside RadPaneGroup.  Is this correct?  Can I have a RadPane not in the group container somehow?
C. No other panel can be placed to the left of this panel.  Even through I've set CanFloat to false, it does not stop other panes to be moved to the left of this pane and therefore moving this pane towards the center.

I am also would appreciate if you implement in the near future Docking inside Docking.  

Thank you in advance. 

Michael
Vladi
Telerik team
 answered on 13 Aug 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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?