I have added 2 fields in my listpage for filtering purpose(FromStatus and ToStatus). Both are enum(values are Proposed ,Created, Active, Confirmed, Inprogress, Completed) In the field level , I set the "Selection" property to "0" and "5" for showing the default values. Requirement is whenever I modify the FromStatus or ToStatus (anyone)value , filter operation should perform and show the records which are between FromStatus and ToStatus field. I am facing issue like after changing the FromStatus value(suppose from Propose to Active), filter operation perform but after filtering FromValue fields value is changed to the default value(here in this example , changed to PROPOSED) . so not able to give the ToStatus value. How to stop FromStatus from resetting to default values?
↧