Results 1 to 2 of 2

Thread: Sort doesnt sort Grid

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175

    Sort doesnt sort Grid

    In the Page load event I have filled a dataset from a DA then set the sort of the default view to a column then set as datasource of grid and bound but although the grid has the data loaded it is not sorted.
    Can anyone explain?

  2. #2
    Member HumanCompiler's Avatar
    Join Date
    Dec 2002
    Location
    Decatur, IN USA
    Posts
    52
    if you create a new dataview that uses your datatable, then do the sort on that dataview, then set it to the datasource, does it appear sorted?
    -Erik Porter
    .NET MVP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width