Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Grid » .NET   (RSS)
  • Selected row colors of grid in Windows 7

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Igor on April 11, 2011
  • Databind colms to object properties

    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 ...
    Posted to Xceed Grid for .NET (Forum) by dimitri on April 12, 2010
  • Re: column of type password?

    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'' ...
    Posted to Xceed Grid for .NET (Forum) by Ghislain on June 3, 2009
  • Displaying/editing formatted text

    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' ...
    Posted to Xceed Grid for .NET (Forum) by ian on January 28, 2009
  • Export to Excel

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Charles on January 14, 2009
  • ComboboxViewer change the format for datetime colunms (displayformat property)

    Is it possible to remove the part from datatime columns in ComboboxViewer displayformat Thanks
    Posted to Xceed Grid for .NET (Forum) by Jorge on January 12, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.