asp.net - Sorting & Grouping in a Repeater -
in asp.net can achieve both grouping , sorting in repeater control. if possible please suggest me way of doing or links .. have implement in application
thank you.
if mean visual grouping, way have done sort of thing in past add itemdatabound event repeater checks previous item using myrepeater.items[e.item.itemindex-1]
. if i've determined new group has started (i.e., if previous item started different letter current item, , sorting alphabetically , grouping letter) inject appropriate html markup literal control in itemtemplate create visual groupings.
Comments
Post a Comment