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
Post a Comment