Telerik Forums
UI for WPF Forum
8 answers
202 views
Hello,
What event occures when we expand the row in hierarchical gridview?
Jokerwolf
Top achievements
Rank 1
 answered on 26 Jul 2010
3 answers
86 views
Hi,

I had a quick look in the PITS but didn't notice if this issue is in there.

There seems to be an issue with floating panes and using the Windows 7 Windows Key shortcuts.

Using WindowsKey + Down Arrow, will minimise the the floating window to somewhere and also and subsequent attempts to make any other panes floating fail. Dragging a window out of the tabbed documents also immediatly makes the about to be floating window disappear.

Using WindowsKey + Right (with two monitors) will send the floating window to the right of the secondary monitor, and will only allow it to be dragged within half of the screen width on that monitor, ie, it is given half the screen width and that is all. To move it back out, WindowsKey + Left can be used.

Thanks,

Adam
Konstantina
Telerik team
 answered on 26 Jul 2010
1 answer
161 views
Hi,
Could any one guide me how can I edit the column footer style from Expression blend.. Actually want a single strip for agreegates, not different cells against each column. I can edit the group footer style but column footer style is note availble. For refernence, I am attaching a screen shot. THANKS
Vanya Pavlova
Telerik team
 answered on 26 Jul 2010
1 answer
162 views
Hello :)

This is my scenario:

I have a gridview with a GridViewComboBoxColumn with the property isComboBoxEditable set to true and the ItemsSource property set to a List<T> (the data of this list is populated from a data base). The SelectedValueMemberPath set to a property of the T object and the DisplayMemberPath set to an another property of T. Everything works as expected. 

I would like to know how can I do the following if possible:
The reason for the isComboBoxEditable is set to true is that I want the user to add new items to the GridViewComboBoxColumn, then I save this new item to the data base and then display the combobox with the new item. So how can I access the combobox and add the new item and then display the combobox list with the new item? I guess refreshing the combobox, refreshing the row, or refreshing the entire gridview could help because all the combobox in the rows created previously must have the new created item too.

I hope you can help me.

Best regards,
Jorge Alberto
Ahmet Özgür
Top achievements
Rank 1
 answered on 26 Jul 2010
4 answers
83 views
Hi,

I upgraded to the Q2 release for WPF and I'm now getting intermittent NullReferenceExceptions coming from the following exception below.

This seems to be due to the fact that CoverRectangle is backed by a WeakReference.

What seems to be happening is CoverRectangle is being GCed during the drag operation.  This may be due to the fact that in .NET 4 the GC is much more aggressive.

Thanks,

Kavan

Stack Trace

-----------

1) Type: NullReferenceException (System.NullReferenceException)

1) Message: Object reference not set to an instance of an object.

1) Data: YES (1 Entries Below)

1) Key: 'System.Object' Value: ''

1) ** Stack Trace:

1) at Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.PositionArrow() in c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:line 1573

1) at Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.OnRealDrag(IMouseEventArgs e) in c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:line 1318

1) at Telerik.Windows.Controls.DragDrop.RadDragAndDropManager.OnCoverRectangleMouseMove(Object sender, MouseEventArgs e) in c:\Builds\WPF_Scrum\Release_WPF_2010_Q2\Sources\Development\Core\Controls\DragDrop\RadDragAndDropManager.cs:line 856

1) at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)

1) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)

1) at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)

1) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)

1) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)

1) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)

1) at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)

1) at System.Windows.Input.InputManager.ProcessStagingArea()

1) at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)

1) at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)

1) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)

1) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

1) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

1) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

1) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)

1) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

1) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

1) ** No Inner Exception

Shawn
Top achievements
Rank 1
 answered on 25 Jul 2010
6 answers
471 views
Hi..
When I do the following I get a stackoverflow error... What am I doing wrong? How do I set the selected item in the grid to the first row.. when 'loaded'..... thanks again



 

this.grid.IsBusy = true;

 

Load_Invoices();  // Sets ItemsSource

 

 

this.grid.IsBusy = false;

// Blows up Here!

 

 

this.grid.SelectedItem = this.grid.Items[0];

 

Jon
Top achievements
Rank 1
 answered on 25 Jul 2010
1 answer
82 views
Where do I go on the Telerik site to download the latest internal release?

-eric
Yavor Georgiev
Telerik team
 answered on 23 Jul 2010
11 answers
357 views
hi,

I'm getting error "Specified argument was out of the range of valid values.
Parameter name: index" on radgridview.

Currently, I use list collection(example : List<address>) bind to itemsource. -> address is class
Step to reproduce:
1. click "clik here to add new data", Input data -> let say name. then press enter.
2. clik button save. ->otomaticly save to database and reload data from database and rebind to radgridview.
3. click "clik here to add new data", I getting error "Specified argument was out of the range of valid values.
Parameter name: index"
Any ideas?

Regards,

Marc Roussel
Top achievements
Rank 2
 answered on 23 Jul 2010
2 answers
126 views
Hello :)

I have use a GridViewToggleRowDetailsColumn in my gridview to enable the user to see the rowDetails of each row.
I would like to know how can I set a row as selected when the user click the button generated by the GridViewToggleRowDetailsColumn.

For example I have 5 rows and the current selected row is the first row, so when the user wants to see the details of the fifth row, he make visible the row detail by pressing the button generated by the GridViewToggleRowDetailsColumn and just before the user releases the mouse button I want to make this row the current selected one.

Is this possible? I hope you can help me.

Best Regards
Jorge
Jorge Alberto
Top achievements
Rank 1
 answered on 23 Jul 2010
2 answers
100 views
Hello,
I am having trouble setting the focus to a RadPane.  This is true in both docked and undocked panes, However the undocked floaing pain is my main problem.

This is the code that I am using.

            RadPane rp = lc.Pane;
            rp.IsSelected = true;
            rp.Focus(); 

Thank you,
Rick Knicely
Top achievements
Rank 1
 answered on 23 Jul 2010
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
Slider
Expander
TileList
PersistenceFramework
DataPager
TimeBar
Styling
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
WebCam
CardView
DataBar
FilePathPicker
Licensing
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?