CMSReapter OrderBy not working
Question
Feb 17, 2017
I am using a CMSRepeater in widget code behind . ** ** I'm binding the data also in code behind and used customRepeater.orderBy="NodeID" and I'm sending dataset by NodeID order too, but the repeater is binding in it's own order. Is there any I can achieve order by from code be...