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

Browse by Tags

  • Re: Efficiency Binding at Runtime ?

    Hi, I am having the same problems. I have a huge dataset, and have been taking advantage of the partial paging features of the build in ASP.NET GridView and the ObejctDataSource features. With these controls I was able to get 10 rows at a time for a particular dataset but still showing all available...
    Posted to ASPxGridView and Editors Library (Forum) by Lars Nikolajsen on 9/21/2007
    Filed under: objectDataSource, DataBind, paging, DataBinding
  • Re: Efficiency Binding at Runtime ?

    I any body else with the same concern? Or how are you guys handling large datasets when using the ASPXGridView any tips or recomendations. I am saving it as a session variable my applications are intranets so the number of clients is small 15-20 but I would like to know if there is any other aproach...
    Posted to ASPxGridView and Editors Library (Forum) by Julio Delgado_1 on 9/21/2007
    Filed under: ASPxGridView, DataBinding
  • Runtime binding column problem?

    Hi I have XtraGrid control which is main view gridView it is looking like this productID categoryID purchaseDate price | --------> i add a new column here which is name "Location" and put RepositoryItemLookUpEdit control.Then i want to bind lookupedit using productID for relation binding...
    Posted to XtraGrid (Forum) by cagri yuceturk on 10/5/2007
    Filed under: Columns in a Data grid, databinding, GridControl
  • allow database default

    I have an xtragrid mapped to this table: CREATE Table SBSSM.Staff ( [GUID] uniqueidentifier default newid(), FirstName nvarchar (20) Not Null, LastName nvarchar (20) Not Null, Title nvarchar (20) Null, Constraint IUC_1 Unique (FirstName, LastName) ) GUID is not bound in the grid. Adding a new record...
    Posted to XtraGrid (Forum) by Joe Shirk on 10/5/2007
    Filed under: databinding, updating database, GUID, default, null, insert
  • Custom control property 2-way binding problem

    Hi! I know this may not be releted to ASPxGridView but I really need to resolve this. I've got my file selector custom _composite_ server control with SelectedFileUrl property. This property changes when a user clicks on a filename from in a list (which is rendered by the control). Now, I use this...
    Posted to ASPxGridView and Editors Library (Forum) by Alex Batchinski on 9/1/2007
    Filed under: DataBinding, Custom control
  • Re: Conditional Hyperlink in ASPxGridView

    Hello Naresh, Try the following: < DataItemTemplate > <% # ( Eval ( "EmptyCol" ). ToString () == "" ) ? "None" : "<a href='" + Eval ( "EmptyCol" )+ "?sid=" + Eval ( "ID" ) + "'>" + Eval ( "ProductName"...
    Posted to ASPxGridView and Editors Library (Forum) by Mehul Harry (Developer Express) on 10/12/2007
    Filed under: DataBinding
  • Master detail does not populate some of the fields.

    I am constructing a Master-Detail GridView but on the detail (subsequent levels after MainView) it will not populate the first column I defined. It will not populate it even if I remove it and add it to the end. At first I believed it had to do with the the fields that define the relations but in the...
    Posted to XtraGrid (Forum) by Reynerio Perez on 10/17/2007
    Filed under: xtragrid, Columns in a Data grid, dataview, databinding, GridControl, xtragrid master detail
  • 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
  • Editform with usercontrol

    Dear Sirs, We use the ASPxGridView to show some records from table "EXAMPLE TABLE A". On edit, we need to edit information on a different table, "EXAMPLE TABLE B". For this purpose we wrote the following code: < Templates > < EditForm > < uc3 : ExampleTableBEditControl...
    Posted to ASPxGridView and Editors Library (Forum) by Maarten Hesse on 12/3/2007
    Filed under: ASPxGridView, ASPxGrid, Editing, DataBind, c#, DataBinding, Custom control, EditForm, RowUpdating, gridview, itemdatabound aspxgridview, DataItemTemplate, ASPxGridView ASPxCheckBox DataItemTemplate
  • 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
Page 1 of 6 (55 items) 1 2 3 4 5 Next > ... Last »
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED