The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » Paging
  • Support for Paging

    Hi All,   I would like to implement paging on my datagrid with entityspaces. I saw a link that would help me do that: How To Perform Paging with the DataGrid Windows Control by Using Visual C# .NET--> http://support.microsoft.com/kb/307710 My problem is that I am using EntitySpaces with my business objects. This paging method uses ...
    Posted to Windows.Forms - Grids (Forum) by chesnutsy on July 13, 2008
  • How to get the Index of an Entity within a Collection?

    - ES Version: 2007 - Trial version-DB: MSSQL 2005 Express Here is what I want to accomplish: A page will display 3 DetailsView Controls bound to the same ESDataSource. These DetailsView Controls get their data from the same table. They are separated to facilitate formatting and printing. – Done and ...
    Posted to ASP.NET - Grids (Forum) by netjet on August 17, 2007
  • Re: Search Solution using ESDataSource - Tried all day long...

    Thanks for your help, however my grid is still showing multiple pages even though the search query returns only a few values. I surfed through the forum and tested several variations, but without sucess...Here are 2 examples of what I tried (for reference, I placed this under line 20 of the ES_Select event - please see original ...
    Posted to ASP.NET - Design Time Data Binding (Forum) by netjet on August 13, 2007
  • Search Solution using ESDataSource - Almost there!

    Es Version: 2007 / MyGeneration version: 1.2.0.7/ Database Version: SQLExpress  --------------------  I'm trying to create a search solution for my web application. The search is working fine, but I still have 2 issues I couldn't solve: 1- Paging is still ''working'' even if the search returns only one record. It seems the ...
    Posted to ASP.NET - Design Time Data Binding (Forum) by netjet on August 11, 2007
  • Can't get paging to work with MS's GridView

    I have an esDataSource and a MS GriveView on my page. The esSelect event contains the following code: Code: JobCollection jobs = new JobCollection(); jobs.Query.Where(jobs.Query.Enabled.Equal(true), jobs.Query.DateClosed.GreaterThan(DateTime.Now)); jobs.Query.OrderBy(jobs.Query.DatePosted.Descending); jobs.Query.Load(); e.Collection = ...
    Posted to ASP.NET - Grids (Forum) by LBowers on April 27, 2007
  • Question about paging

    Given that the paging option doesn't work at this time, if we're to allow some sort of paging I assume we need to change the select code from Top 5, etc to something like filter on search value?  Also, any idea how soon the paging might be available? Thank you in advance.  Phil Mickelson 
    Posted to ASP.NET - Design Time Data Binding (Forum) by pycol on April 27, 2007
  • EntitySpaces 2007 Beta v0.0415 new esDataSource Paging support

    Hi, With much anticipation I downloaded and installed latest ESBeta (after wiping previous version), regenerated the business objects and tried to get an ASP.NET page with a GridView to page over my data - with no success. I am not sure whether any special _esSelect event handler code needs to be written to support paging, though it seems to me ...
    Posted to ASP.NET - Grids (Forum) by torus on April 17, 2007