Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3045
Override multi-select displayed value when all rows are selected
posted

Is there a way to override the displayed value of multi-select combo-box when all the rows are selected? We want to store the value All instead of the enumerated values. The problem with the enumerated value is that when a new record is added, the new record is not part of the selection. When using the header column Select All checkbox, the user impression seems to be selecting all values including newly created ones (which is like I select this table) instead of selecting what is currently available (which is like I select these rows of the table).  

Parents
  • 53790
    Suggested Answer
    posted

    Hello jquerijero,

    There are different approaches to solve this task. One possible option could be if you build your own userControl. I made small sample for you using this approach. Could you please take a look at the atatched sample for more details and let me know if you have any questions.

    Regards

    Georgi

Reply Children