I have a select list which shows few options, depending on the select option I have different data retrieved so the slider steps are different. Can I change the steps eg.
option1 has 5 records and my slider is 400 px then the step is 100 i.e. 0, 100, 200, 300, 400
option 2 has 7 records and my slider is same i.e. 400 px then the step is 66.67 i.e. 0, 66.67, 133.33, 200, 266.67, 333.33, 400
and so on,
Can I change steps as I metioned and the slider can reflect this change.
Thanks,
Sadashiv.