Selecting a range in a repeater

I don’t know if its a mental block or I’m missing something but this seems like it should be easy. I want to select a simple range in a repeater.

for instance if I create a calendar and I select the 3rd I’d like to see the 3rd-10th selected.

Something like:


I figured it out… at least I found a way of doing it.

Use the onclick to set two variables VarSelectedDate and VarSelectedDateAdd6. Then in the OnItemLoad of the repeater I added conditional statements that checked to see if the Item.Date was equal to or greater than VarSelectedDate and less than VarSelectedDateAdd6.

Now i’m working on making it work across months.

if anyone knows an easier way to do this please explain!

Hi UX_Guy,

I’m trying to create a similar thing. Is that ok if you share your Axure file?

Cheers,
Amanda

I’d love to but this is over a year ago and I can’t even recall which project this is. If you have a specific need I can help with let me know. I have spent a lot of time with date sequencing in Axure.