Browse by Tags

Browse by Tags

> All Tags > gridview > dataset
  • Problems with multiple GridColumn instances that have been bound to the same column of a DataSource, particularly wrong columns as argument to CustomColumnGroup and –Sort event handlers in this special case.

    I need multiple instances of GridColumn in a GridView that are bound to the same column of a DataSource (DataTable). Background is, that I need individual instances of LookUpEdit that show different columns of a master table as "Display members" for selection purposes (one editable GridColumn...
    Posted to XtraGrid (Forum) by Florian Berthaler on 7/5/2011
    Filed under: lookupedit, gridview, GridColumn, dataset, datatable
  • Master Grid Details data Source Assign by coding

    Hello, This is Anandh Viswanathan form India.I'm using ASPX Grid control in my project there i'm using Master details grid that is 2 dev express grids are there(placed in inside of master grid) so when i click expand detail icon(+) in Master grid then the inside grid data will appear in the screen...
    Posted to XtraGrid (Forum) by Anandh Viswanathan on 10/16/2008
    Filed under: XtraGrid Databinding, Xtragrid CustomColumnDisplayText, GridView Filter, xtragrid and DateEdit, Relationship Binding Using Multiple XtraGrids, Column header click event, GridView Resize Column Width, XtraGrid row height, xtragrid, xtragrid combo dropdown, gridview, Master Detail "Child GridView" AddNewRow GetVisibleDetailView, xtragrid binding convert, Xtragrid disable editing column allowedit editable, Xtragrid vertical scrolling problem, dataview, databinding, GridControl, xtragrid master detail, GridColumn, grid master detail, RepositoryItemButtonEdit GridColumn ButtonEdit, Multiple selected grid columns, gridview bandedgridview CustomUnboundColumnData formatinfo summary, Master Detail View, GetRowCellValue, dataset, datarow, editing, dans GridView1, Xtragrid Value list, Grid, group summaries, Grid Control, custom, GridViewColumnMenu, masterDetail "hierarchical objects" RestoreLayoutFromXml, DataSource, Master Detail, Xtragrid append EmbeddedNavigator, Xtragrid get data row column name selected, GridLookupEdit Behavoir when Bound to Dataset, xtragrid memoedit export, xtragrid sorting event, Column appearance, Customization Form, GridlookupEdit Windows Binding, RepositoryItemRichTextEdit XtraGrid, Data grid calculations, GRIDCONTROL is uneditable in the inherited forms, Drag Drop gridview, Xtragrid and LookUpEdit, xtragrid-Partial row disabling, GetDataRow, Binding multiple databases, GridCell, Data binding multiple MSSQL 2005 tables, Xtragrid master-detail, xtragrid and different views, xtragrid expand button, xtragrid and multiselect, convert XtraGrid, COLUMN SELECTED, CustomDrawCell Row Selection, Dynamic master-detail band, Xtragrid problem, Xtragrid update to database Solved
  • DataSource for printing a filtered and sorted gridview with CrystalReport or L&L

    Hello, I am using DXperience V3 7.3.5 with DevExpress.XtraGrid.GridControl. For example I want to print my gridview. The gridview is filtered and sorted (by the user clicking on columns). When I assign the gridview1.DataSource to the report data binding for printing (CrystalReport or List&Label)...
    Posted to XtraGrid (Forum) by Thomas Balcke on 1/25/2008
    Filed under: gridview, dataview, databinding, GridControl, dataset
  • Re: Edit Datagrid Via Another Control

    Thanks Holger. My code now looks like the following (sanitized): BindingSource bsrc = (BindingSource)gridControl.DataSource; int rowNumber = gridView1.FocusedRowHandle; ((System.Data.DataRowView)bsrc.List[rowNumber]).DataView[rowNumber].Row[1] = txtBox.Text.Trim(); } This combined with DataTable dtch...
    Posted to XtraGrid (Forum) by AndrewJacksonZA on 1/16/2008
    Filed under: xtragrid, gridview, practice, bindingsource, tableadapter, correct, bestpractice, dataset, edit, datarow, control, way, best, editing
  • Re: Edit Datagrid Via Another Control

    Thank you for your reply Holger. Unfortunately it doesn't seem to be working. Perhaps I wasn't explaining myself properly. Please see the following code sample. It has been sanitized, so if anything is unclear, please feel free to ask. // Begin Proposed change int[] selectedRows = gridView1.GetSelectedRows...
    Posted to XtraGrid (Forum) by AndrewJacksonZA on 1/15/2008
    Filed under: xtragrid, gridview, practice, bindingsource, tableadapter, correct, bestpractice, dataset, edit, datarow, control, way, best, editing
  • Edit Datagrid Via Another Control

    DX7.2.2 What is the best way to edit data in other controls and have the changes reflect on the datagrid/gridview? Something along the lines of: DataRow row = gridView1.GetDataRow(gridView1.GetSelectedRows()[0]); row.ItemArray[4] = txtBox.Text.Trim(); gridView1.GetDataRow(gridView1.GetSelectedRows()...
    Posted to XtraGrid (Forum) by AndrewJacksonZA on 1/14/2008
    Filed under: xtragrid, gridview, practice, bindingsource, tableadapter, correct, bestpractice, dataset, edit, datarow, control, way, best, editing
LIVE CHAT

Chat is one of the many ways you can contact members of the DevExpress Team.
We are available Monday-Friday between 7:30am and 4:30pm Pacific Time.

If you need additional product information, write to us at info@devexpress.com or call us at +1 (818) 844-3383

FOLLOW US

DevExpress engineers feature-complete Presentation Controls, IDE Productivity Tools, Business Application Frameworks, and Reporting Systems for Visual Studio, along with high-performance HTML JS Mobile Frameworks for developers targeting iOS, Android and Windows Phone. Whether using WPF, Silverlight, ASP.NET, WinForms, HTML5 or Windows 8, DevExpress tools help you build and deliver your best in the shortest time possible.

Your Privacy - Legal Statements

Copyright © 1998-2013 Developer Express Inc.
ALL RIGHTS RESERVED
All trademarks or registered trademarks
are property of their respective owners