Search
You searched for the word(s): [no words] || User(s): andré
Showing page 1 of 164 (1,638 total posts)
< 1 second(s)
-
Hi Noah,
This is to confirm that we reproduced the issue (that is, changing the value of the scrollbar should change the postion of the gird, which is does not). We are currently investigating the best way to correct it.
We'll update this post when the issue is solved.
-
-
This is a post on our.NET Grid, not our WPF grid.
Please post your questions in our WPF forums : http://xceed.com/CS/forums/35/ShowForum.aspx
-
It is not possible to inherit and extend the legend class.
-
You need to use the GroupHeaderControl, and set its ContextMenu property to a ContextMenu you have previously defined. You can do this by setting an implicit style for the GroupHeaderControl in the resources section of the form (or the DataGrid).
e.g.:
<Window.Resources> ...
-
The only solution I see to this (but of course I don't know your whole scenario, so it may not be applicable) is to keep a count in the event where you update the visibility of DataRows. Increase or decrease the count for each row you set the Visible property to true or false, accordingly. In doing that, your count will always be the ...
-
Silverlight supports AES encryption through the System.Security.Cryptography.AesManaged class. So you could encrypt the data yourself, but then you would need to decrypt it yourself on the server side.
However, Xceed Real-Time Zip for Silverlight also support WinZipAes encryption, via the Zip format. So you could use this to create an ...
-
We don't see anything special in your code that would explain this.
Have you tried setting the null values to an actual value, like 0? There is also the EmptyDataPointAppearance property on the GridSurfaceSeries that could help with this issue.
-
Are you using a secure connection? Are you using AsyncFtpClient? Is the local file read protected? Being edited?
Can you provide the complete stack trace, along the TraceWriter output?
e.g.:
FtpClient.TraceWriter = new StreamWriter( @''D:\ftp.log'', true );
-
Version 3.0 is a quite old version, and has never been tested/updated to .NET 2.0 or up, so it is possible the only workaround to this issue is to upgrade to our latest version.
Note however that version 4.0 was a major upgrade to version 3.0, so upgrading the chart from 3.0 to 4.2 (our latest version) is not trivial. Here is more ...
1 ...
|
|
|
|