Browse by Tags
All Tags » exception (RSS)
Showing page 1 of 2 (18 total posts)
-
Hello,
I encountered some strange behaviour on the Xceed Gridcontrol for Windows Forms (v3.9), trying to implement a databound master detail
grid. I setup and loaded two datatables in a dataset with an additional Parent-Child-Relationship between these two tables added to the
dataset. The relation has been tested, there is no ...
-
Hi,
I wanted to set a MouseDoubleClick trigger on the rows of my DataGrid. As:
<Style TargetType=''{x:Type xcdg:DataRow}'' > <EventSetter Event=''MouseDoubleClick'' ...
-
[update]
Here's the entire Stack trace
Unable to cast object of type 'MS.Internal.ManagedObjectReference' to type 'Xceed.Silverlight.DataGrid.DataGridGroupConfigurationSelector'. at Xceed.Silverlight.DataGrid.DataGridControl.get_GroupConfigurationSelector() at ...
-
I am using Xceed Datagrid on a Silverlight Navigation Page and I get the below unhandled exception when I navigate into the page from 2nd time onwards. The very first time I navigate into this page everything works fine but throws the following exception 2nd time onwards. This keeps throwing the same exception everytime I navigate into this page. ...
-
Hi guys,
I'm facing the following situation: I edit a cell of a row,by entering a wrong value (which will cause the e.CancelEdit to be set to false in the cell's ValidationError event handler, and an error message set in the cell's LeavingEdit handler). With the cell being in edit mode, I click on the ''minus'' sign to collapse the detail grid ...
-
Hello,
My Master-Detail datagrid uses ObservableCollection as the DataSource. When I call the Clear() method on the collection, an unhandled exception is triggered in the grid. The log is below. Has anyone already observed a similar behavior? Thanks!
System.ArgumentNullException: Value cannot be null.
Parameter name: ...
-
I've created a very simple example in VS.NET 2008, then I converted the project to VS.NET 2010 and ran it - it runs just fine. However, when I opened up the Window1.xaml in the designer I get the following:
System.Reflection.TargetInvocationException
Exception has been thrown by the target of an invocation.
at ...
-
The best way to solve the problem would be to used a try-catch exception handling statement, since an unhandled exception will always give unwanted results. Assuming you are programming in C#,
In the
try {...}
you would put the corresponding segment of code and in the
catch {..}
section, you would tell your user that it's not ...
-
I'm working with a VB .Net Winforms application using MS Entity Framework and Xceed Grid. I've run into a problem where I can not change the value of columns in the grid that are bound to System.Nullable(OF xxx) due to a casting error.
Any thoughts on how I might resolve this issue?
Thanks,Stephen
Error message trapped in ...
-
I am using a trial version to determine whether it would work for us. My OS is Windows CE and I am using ftp component for Compact Framework.
What i am looking for is a tested, comprehensive way to log in, receive files, send files while trapping all the exceptions properly and informing the user.
For example, at login, my application ...
1
|
|
|
|