Skip to content

Add range value buttons to RangeSelector - Overview demo#212

Open
jvlimos wants to merge 2 commits into
DevExpress:25.2from
jvlimos:add-range-value-buttons-to-rangeselector-demo
Open

Add range value buttons to RangeSelector - Overview demo#212
jvlimos wants to merge 2 commits into
DevExpress:25.2from
jvlimos:add-range-value-buttons-to-rangeselector-demo

Conversation

@jvlimos
Copy link
Copy Markdown

@jvlimos jvlimos commented May 8, 2026

Card: https://github.com/DevExpress/asptribe/issues/788
Teams discussion: https://teams.microsoft.com/l/message/19:9c6731721afa4447b78718f9e946c2a6@thread.skype/1773836657483?tenantId=e4d60396-9352-4ae8-b84c-e69244584fa4&groupId=a7f26f88-ba0d-4d92-b58b-d5e29b6ba2d0&parentMessageId=1773836657483&teamName=ASP.NET&channelName=Examples&createdTime=1773836657483

Regarding the code, I had to use separate variables for the RangeSelector's SelectedRangeStartValue and SelectedRangeEndValue properties. If I use the same StartValue and EndValue variables, dragging the selector range causes an endless loop, which seems like a race condition. Also using two-way binding for those properties (without handling ValueChanged event) causes such issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant