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

Browse by Tags

All Tags » .Net Grid   (RSS)
Showing page 2 of 5 (49 total posts)
  • How can i set the focus to an InsertionRow after the row insertion?

    Hi: I am insert data into the grid using InsertionRow. I would like set the focus in the first cell of the insertion row once i have inserted the last datarow. Any suggest?   Thanks in advance.   Aure   
    Posted to Xceed Grid for .NET (Forum) by Aurelio on April 29, 2011
  • 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
  • Sum Function in Footer Row for Nullable data type

    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, ...
    Posted to Xceed Grid for .NET (Forum) by Craig on January 5, 2011
  • Re: Visual Studio 2010 Pro + Grid 3.9 (FW 4.0)

    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 ...
    Posted to Xceed Grid for .NET (Forum) by Stephen on August 9, 2010
  • Collections seem to no longer be enumerable....

    Today I updated Xceed Grid for .Net from a significantly older version and a whole lot of code now seems to be broken. Assuming that ''control'' is Xceed.Grid.GridControl: foreach (Xceed.Grid.Group group in control.GroupTemplates) ... control.Width = control.Columns.OfType<Xceed.Grid.Column>().Sum(c => c.Width); no longer compile, ...
    Posted to Xceed Grid for .NET (Forum) by Craig on July 22, 2010
  • Compact Framwork / VS2008 SmartDevice Project

    Is it possible to use the Xceed Grid for .Net (v3.8.10308.15040) in a VS 2008 (.Net CF 3.5) SmartDevice project?  I have this version installed but cannot get the control to show up in the toolbox. If I right-click on the toolbox, Choose Items, in the .Net Framework Components tab the GridControl (Xceed.Grid) is checked. If I open a ...
    Posted to Xceed Grid for .NET (Forum) by Mike on June 25, 2010
  • How can I change the DataType after column is created?

    I want to change the DataType for a column after the column already exists.  The DataType is a read-only property so I can't see how to do this.  I'm not even sure it's possible.  Anyone know how to do this?  A related question: Does setting the DataType control the formatting of the data or do I still have to ''pre-format'' ...
    Posted to Xceed Grid for .NET (Forum) by Mike on May 25, 2010
  • FieldName and DataType are read-only in Visual Studio 2010??

    After upgrading to the VS2010 upgrade and the Ultimate Suite 10.3, I found out that the FieldName and DataType of a column and read-only! Here is what I have done:add a unbound column in the gridchange the title, name, fieldname or datatypethe designer refreshes and the newly added column is gone!I had a look into the class reference, it is ...
    Posted to Xceed Grid for .NET (Forum) by Horace on May 9, 2010
  • Re: Grid lines

    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,
    Posted to Xceed Grid for .NET (Forum) by Ghislain on February 25, 2010
  • Grid's MouseUp Event?

    I created a grid control using the following:   Private WithEvents gridControl1 As Xceed.Grid.GridControl   The MouseUp event for the Grid is never called    Private Sub gridControl1_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles gridControl1.MouseUp   What am I doing ...
    Posted to Xceed Grid for .NET (Forum) by Morgan on February 18, 2010
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.