Browse by Tags
All Tags » .NET (RSS)
Showing page 1 of 4 (35 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 ...
-
Hello, I'm trying to change the way a date is shown in the Xceed Grid. I want to see something like this: 05/Jan/2010 this means, the Day, the first letters of the Month and the Year.
I have tryed to change the DisplayFormatSpecifier and EditFormatSpecifier of the TemplateControl under the CellEditorManager of the Cell, but this is not ...
-
Hi,
I have one GZip archive, which I try to decompress using Xceed.Compression.Formats.GZipCompressedStream.
During decompessing I've got a error: ''The calculated checksum differs from the stored checksum.''.
But when I tryied to decomress this file with SharpZipLib.GZip.GZipInputStream or with 7-Zip - decomressing is ...
-
Dear Xceed Support Team and members!We are using a Grid for .NET 3.8 for Winforms in Visual Studio 2008 with framework 3.5. We upgraded our operating systems on development environment from Windows XP PRO to Windows 7 Ultimate x64 and now a selected row of grid has a sky blue background color and a white fore color. Not ...
-
We have an application zipping a user folder to 10M size splitted zipped files. The application is running on Window 2003 server.
I notice class ZipArchive first create a temporary file under [%UserProFile%]\Local Setting\Temp, and then create the splitted zipped files in target.
The problem is [%UserProFile%]\Local ...
-
It would appear as though this was raised as an inssue and resolved in the WPF Grid (http://xceed.com/CS/forums/post/12307.aspx) however in the .Net version it still seems to be an issue. When I try to sum on a Nullable<decimal> column, I just get a red X drawn across the footer cell.
I am not keen to change the data type of the source, ...
-
Hi,
I have the .NET grid (not WPF) with a column that contains a combobox, that is bound to a datatable in a dataset.
I do the binding like this:
void MyCombo_ActivatingControl(object sender, CellEditorEventArgs e)
{
WinComboBox myCombo = e.Control as WinComboBox;
...
...
-
I've got the same problem here and in addition I've noticed that there are a dozen copies of the controls that make up the grid in the Designer.Vb / Resx files. The grid control seems to be orphaning the grid sub-controls and recreating with a new sequence number during some undetermined development event. Only the unbound columns are ...
-
hi im still making the project as u saw b4 in my older posts so i got it to show many stuff and im almost done
So what i really need to know is how to make it show the time remaining for the file that is downloading im using visual basic 2010 so if you can show me a code example that should do it
_________________________________________
My ...
-
hi guys i need help with something please
so let say i have a button called download and then there is this code
If ListBox1.SelectedItem = ''Test'' Then
Button1.Enabled = False
Button3.Enabled = False
...
1
|
|
|
|