Browse by Tags
All Tags » .Net Grid » Grid (RSS)
-
We have an application that is a plug in to Microsoft Outlook. When we login to our home page inside the application, we have some columns that are displayed ( like ''from'', ''to'', ''subject'' etc.). Our problem is everytime we login to this page after opening Outlook the columns are shoved to extreme left. Expected behaviour should be the ...
-
though may be it's a bit too ''fancy...... but i just would like to know is there any possibility to display html content in a winform grid cell??
coz i need to display the content converted from xsl in the cell........
thx in adv!
kenny
-
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 ...
-
Hi Glen,
You can simply use:
this.gridControl1.GridLineColor = System.Drawing.Color.Transparent;
and this should make the grid lines transparent, with the (pretty old) version 2.5 or with the (current) version 3.8.
Best regards,
-
Hi all,
1. is it possible to display formatted text in a static/read only field? I really just need bold/italics. My preference would be for the data to be stored in html, but I can be flexible.
2. Does Xceed grid for .Net include a formatted text editor? I can't see one in the feature list or demos. Is there a 'conventional' ...
-
I am working on a proto-type of a new windows based data edit and upload application and I am looking at using Xceed grid - it appears to have a lot of the UI features we require as standard.
So I have a databound grid (bound to a genric list of business objects). The grid has 19 columns and 150 rows. Everything seems to works fine until I try ...
-
Hello, I'm using insertionrow for inserting
data into a grid but I need that the issue is how to move cell to cell with the
key enter and exit the editing mode when using the arrows up or down arrow,
there is any way to simulate that? ... I hope I have been clear and
thanks for the help.
-
Is there a way to cancel the CurrentRowChanged event after its being fired? or Undo The CurrentRowChanged Event from inside the event handler. I couldn't findĀ
This is what I'm trying to do.
I have a grid and based on the current row selected, I load a hand full of user controls with data. Now while these child controls are being loaded, I don't ...
|
|
|
|