Browse by Tags
All Tags » Grid » .NET (RSS)
-
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 ...
-
I'm trying to do someting very basic but i can't find how to do it. I have a collection of objects i show in a grid. Works fine when a set te datasource property to my collection. the grid auto generates a column for every property on the object.
What i want to do is to create the columns at design time and databind them to the ...
-
Hi!To make a cell showing its content as a masked password (i.e. ''*******''), one possibility is: DataRow dataRow;// gridControl1 being the default grid name when dropped on a form, could be something else dataRow = this.gridControl1.DataRows.AddNew();// WinTextBox is defined in Xceed.Editors so make you have a reference and a ''using'' ...
-
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 have a master detail grid and I have to export to excel. The master detail grid is all collapsed and users see the details when expanding the required item. Everything works fine except that when I export to excel all data that have bee EXPANDED since last refresh will bee expanded in Excel.
Enay one have a solution to this ...
-
Is it possible to remove the part from datatime columns in ComboboxViewer displayformat
Thanks
|
|
|
|