c# - Can I change order on dynamicdata -


in dynamic-data possible change order of items ? have list of topic , want modify (with coherance verification) orderid attribute, have simple way ?

yes, displaycolumnattribute in dataannotations allows default sort column.

public displaycolumnattribute(string displaycolumn, string sortcolumn, bool sortdescending);


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -