Search
You searched for the word(s): [no words] || User(s): richard
Showing page 1 of 5 (42 total posts)
< 1 second(s)
-
This turned out to be a problem with the path.If I specify the path as “\path\to\my\folder\”, it works;If I specify the path as “path/to/my/folder/”, it works;If I specify the path as “/path/to/my/folder/”, I get an exception.The error occurs with the QuickFtp class, the DiskFolder.CopyFilesTo method and the DiskFile.CopyTo method.
I submitted a ...
-
I'm trying to use the QuickFtp class to upload a number of files to a particular folder.
If I use the Send(string, int, string, string, string, string[]) overload, the files are uploaded, but they are not uploaded to the specified folder. Instead, the component creates a directory structure within the specified folder which mirrors the entire ...
-
Just heard back from Xceed - they're going to fix this soon.
In the meantime, the ultimate suite can be downloaded from: http://xceed.com/USA_Download.html
-
Looking at the latest updates, the Xceed Ultimate Suite hasn't been updated since 28th February, but some of the individual components it contains were updated on 22nd May.
Is there some reason this update is incomplete?
-
This is the WPF build of the Silverlight DataGrid.
-
OK, I've sent a reproduction.
It's not consistent: sometimes the selection works first time; other times, it takes several clicks.
Also, the last item is sometimes not displayed fully, even though the list won't let me scroll down any further.
-
Trying BringItemIntoView(DataGridPath) results in a NullReferenceException:
System.NullReferenceException was unhandled by user code
Message=Object reference not set to an instance of an object.
Source=Xceed.Silverlight.DataGrid.v1.4
StackTrace:
at Xceed.Silverlight.DataGrid.DataGridContext.BringItemIntoViewCore(DataGridPath ...
-
Attempting to call BringItemIntoView(object) results in a DataInternalException:
Xceed.Silverlight.Data.DataInternalException was unhandled by user code
Message=An unexpected internal failure occurred in the Xceed Data Services module.
Source=Xceed.Silverlight.Data.v1.4
StackTrace:
at ...
-
Is there any way to allow the user to delete a row from the DataGrid?
-
In the WPF version of this control, clicking on the insertion row does not display the cell editors. To make the editors appear, you must: Click on the insertion row;Resize the column;Click on the insertion row again. Also, the cell editors do not fill the cell; there is a gap on both sides.
Am I missing something?
1
|
|
|
|