CodeSmith Community
Your Code. Your Way. Faster!

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Sorting, Paging and Hyperlink column with DataSet()

    Fistly, on the good note, I just wanted to say that netTiers is really great and does save lots of work. However, there is one thing I can't handle and hope that the community can help figure this. I have done some searching and (my bad, possibly) can't find an easy solution for my problem. I...
    Posted to .netTiers - General Support (Forum) by doph on 02-24-2008
    Filed under: GridView, Sorting, Paging, DataSet, HyperLinkField
  • Re: GridView Paging and Sorting with EntityDataSource

    Hi, I’m trying to get a GridView to sort on a foreign key column using NetTiers. This is not supported on the EntityGridView on HyperLinkField Columns as well. To explain a bit further on what I’m trying to achieve I’ll take the above listed example. Table Structure [Customers] CustomerID CompanyName...
    Posted to .netTiers - Documentation (Forum) by Jayawewa on 02-05-2008
    Filed under: .NET Tiers, Sorting, EntityGridView
  • Question about sorting, searching, and gridviews (images/code included)

    Hey Board, I just spent 20 minutes writing out a post and hit the back button... *bangs head on desk*... Sorry this one is shorter, but I have to get some sleep! My question pertains to the following table structure: http://www.photolava.com/view/cj39.html Quick Explanation: Members are people within...
    Posted to .netTiers - General Support (Forum) by thisbetom on 01-15-2008
    Filed under: Sorting, search, sort, gridViewiew, searching
  • GetAll VS GetPaged VS Find : big confusion !

    Hi all ! First, thanks for this wonderful that is .NetTiers ! It saved my days of work ! I have a question about the generated select methods and their use in strongly type datasources. I understood that Find is more secure than GetPaged (or is it GetAll) because it uses prepared statements and thus...
    Posted to .netTiers - General Support (Forum) by Wookai on 11-19-2007
    Filed under: strongly typed datasource, Sorting, GetPaged, Paging, Find, select method, GetAll
  • Sorting EntityGridView when not using GetPaged Method

    This has been a huge problem for me and from what I can tell, a lot of us. Unless you are using the GetPaged method, the EntityGridView ignores the sorting event. I started to throw out the NT grid, but then it dawned on me... 1. Setup your grid and datasource just as you usually would, except turn off...
    Posted to .netTiers - General Support (Forum) by basolutions on 05-02-2007
    Filed under: EntityDataSource, EntityGridView, Sorting
  • Sorting with EntityGridView and DataSource

    I am trying to sort using an EntityGridView, but it is not working. Click on column headers refreshes the page, but sorting does not occur. Can anybody help? Here is my markup: <data:EntityGridView AllowExportToExcel="false" ID="gvAppointments" DataKeyNames="ID" runat="server" AutoGenerateColumns...
    Posted to .netTiers - General Support (Forum) by rithomas on 04-13-2007
    Filed under: EntityGridView, Sorting
  • Re: Sort on IDSource column ?

    Hi! In EntityPropertyComparer.cs, we find the following method: public int Compare(object x, object y) { object a = x.GetType().GetProperty(PropertyName).GetValue(x, null); object b = y.GetType().GetProperty(PropertyName).GetValue(y, null); if ( a != null && b == null ) return 1; if ( a == null...
    Posted to .netTiers - General Support (Forum) by velum on 12-18-2006
    Filed under: IDSource, Sorting
  • Re: Sort on IDSource column ?

    Hi! Thanks Robert! I had thought about this, but it would be a last resort solution for us, since we use look-up tables everywhere and we need this in every GridView. Do Strongly Typed Data Sources support sorting on complex objects? The Data Source would need to perform a JOIN internally I guess. Is...
    Posted to .netTiers - General Support (Forum) by velum on 11-14-2006
    Filed under: Sorting, Complex objects
  • Sort on IDSource column ?

    Hi! I would like to know whether there is a trick to sort a GridView based on a column that contains IDSource information. For example, if I have a GridView with a column populated using Eval("AddressIDSource.StreetName"). Is it possible to sort the GridView based on the Street Name? Cheers! JF
    Posted to .netTiers - General Support (Forum) by velum on 11-13-2006
    Filed under: IDSource, Sorting
  • Re: New Query Builder Classes

    how to keep the sorting functionality on EntityGridView working when using the builder with the TList? Always get the err messafe that the datasource doenst support sorting. THANKS. OQ
    Posted to .netTiers - Documentation (Forum) by emailnyaoki on 10-31-2007
    Filed under: GetPaged, TList, Sorting, EntityGridView
Page 1 of 1 (10 items)
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems