Ordering by custom date property in the "searchOrders.aspx"
Hey Guys :)
Inside the searchorders.aspx is it possible that i can order the list by a custom date property that i have inside "properties". Its more relevant for the company to sort by delivery date then "order created". I dont see a sort property on the <tc:DataboundListView ID="LvOrders" runat="server">
Help me obi 'TC' wan kenobi... your my only hope :P
So if you change your SearchOrders.aspx to inherit from your own class (which the inherit from our SearchOrder class). Then in the view you just need to specify a new method for the BtnSearch_Click - maybe BtnAdvancedSearch_Click. Then make your search in that method. Will send you an email with the code for the search.
Ordering by custom date property in the "searchOrders.aspx"
Hey Guys :)
Inside the searchorders.aspx is it possible that i can order the list by a custom date property that i have inside "properties". Its more relevant for the company to sort by delivery date then "order created". I dont see a sort property on the <tc:DataboundListView ID="LvOrders" runat="server">
Help me obi 'TC' wan kenobi... your my only hope :P
I think you can only do that my creating a custom view and overwrite ours. May the force be with you :)
Kind regards
Anders
Bah :(
Got some code from your current list thingy that you can share here ?
So if you change your SearchOrders.aspx to inherit from your own class (which the inherit from our SearchOrder class). Then in the view you just need to specify a new method for the BtnSearch_Click - maybe BtnAdvancedSearch_Click. Then make your search in that method. Will send you an email with the code for the search.
Kind regards
Anders
Thx champ !
Will build it asap
is working on a reply...