Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Select Columns in separate lists #275

Closed RubenVegaPoblete closed 5 years ago

RubenVegaPoblete commented 5 years ago

If you set two lists of the same entity to allow column selection and then select columns for one list and then navigate to the other list, that other list will have the same selected columns as the first list. This is due to all column selections using the same cookie to store the selected values. Changing the selected columns of one list will then effect the other list's columns