in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • How to know when user clicks on BandHeader

    How can I know when the user has clicked on a bandheader in a banded or advanced banded grid? In the mouse down event the hit test inherits from the base grid view so the hit test returns "none" when clicking on a bandheader. Is there some other way to do this? Thanks, Steve Brownell
    Posted to XtraGrid (Forum) by Steven Brownell on 8/14/2007
    Filed under: xtragrid, gridview
  • Formating Grid Details section

    Hello Form I have a grid control bound to a dataset that contains header & details, for some reason I cannot modify how the details should be displayed, by the details I mean when the user clicks the + sign on the header. in the designer I have only the gridview1 which is the header, on the demos...
    Posted to XtraGrid (Forum) by M Edel on 8/30/2007
    Filed under: gridview, Master Detail "Child GridView" AddNewRow GetVisibleDetailView
  • extends GridView

    Hi all, I have 2 questions. 1. I have extended GridControl in this way "public class MultiViewGrid : GridControl, IMultiViewGrid, ISupportInitialize ..." and GridView in this one "public class MyGridView : DevExpress.XtraGrid.Views.Grid.GridView ..." When i use my new control in a...
    Posted to XtraGrid (Forum) by Andrea Padovano on 9/6/2007
    Filed under: xtragrid, gridview
  • Re: Cannot import DevExpress.Web.ASPxGridView.Scripts namespace

    THAT WAS IT!!!! Hey, thanks so much for answering my question. It may have been simple but my dilemma's been days old 'coz of this. Now I understand that I can also use this code: ' Obtains the key values of selected rows. Dim keyValues As List( Of Object ) = ASPxGridView1.GetSelectedFieldValues...
    Posted to ASPxGridView and Editors Library (Forum) by June Castillote on 10/10/2007
    Filed under: Callback, gridview
  • Spacing Issue on Vista

    I am using DevExpress XtraGrid on my Windows application. The problem I find is related to UI and it happens only on Vista. On this grid the text looks free from spaces in between words. Sometimes a longer text gets displayed properly and a shorted text shows the mentioned problem. Ex. If there is a...
    Posted to XtraGrid (Forum) by Nihar Ranjan on 10/16/2007
    Filed under: xtragrid, gridview, GridControl
  • XtraGrid and IBindingList's sorting interface

    I'm using a GridControl from v7.1.3.0 with a ITypedList as a datasource that pages a recordset of around 300,000 rows in from a local database. The XtraGrid supports that interface well enough for me and the solution works quite well. Now, I'd like to make the grid sortable. I already have all...
    Posted to XtraGrid (Forum) by David Meatte on 10/16/2007
    Filed under: xtragrid, gridview, GridControl
  • No data exported.Why?

    Hi I'm trying out the ASPxGridView + ASPxGridViewExporter combination. However, the exported file only contains the header information -- no data. What am I doing wrong? Thanks, Jack Chen Here's the ASPX: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default...
    Posted to ASPxGridView and Editors Library (Forum) by Jack Chen on 10/17/2007
    Filed under: Export, gridview
  • problem with DisplayFormat.FormatType

    Hi everyone I'm new with DevExpress controls and I'm really struggling to use it correctly... I'll tell you what my problem is: I have a XtraGrid with a gridView in my form. I also have a ClientCollection object that is just a list of Client class... I'm using it as my DataSource of the...
    Posted to XtraGrid (Forum) by Fabrizio Magosso on 10/24/2007
    Filed under: xtragrid, gridview, FormatType, DisplayFormat
  • Re: Decimal to DateTime

    Your solution would be quite good if I had simple applications with one DataTable. If you had huge database with all datetime values stored as numerics and tens DataTables you wouldn't like this solution so much. It is our recipe: 1. Write static methods for both way conversion public static decimal...
    Posted to XtraGrid (Forum) by Wojciech Krzyzak on 10/24/2007
    Filed under: gridview, databinding
  • Display negative numbers as Red in the Footer panel

    Hi, In my XtraGrid I summarize columns in a Footer panel and use DisplayFormats that work correctly both in the body of the grid as well as the Footer. In order to display negative numbers as the color Red, I use the Designer's Style Format Conditions and this works as expected in the body of the...
    Posted to XtraGrid (Forum) by Markie on 10/29/2007
    Filed under: xtragrid, gridview, Columns in a Data grid
Page 1 of 6 (60 items) 1 2 3 4 5 Next > ... Last »
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED