extnet / Ext.NET

35 stars 41 forks source link

SelectionModel's AllowDeselect doesn't work #618

Open DaniilVeriga opened 9 years ago

DaniilVeriga commented 9 years ago

http://forums.ext.net/showthread.php?49221 Update: review for an open Sencha thread or open a new issue to inform them the issue still happens in current ExtJS versions.

It appears to be fixed in ExtJS 5.1.0 according to Release Notes. http://docs.sencha.com/extjs/5.1/whats_new/release_notes.html

EXTJS-15625 Checkbox selection models do not allow select / deselect when allowDeselect:true

So, review after incorporating ExtJS 5.1.0.

Duplicate: http://forums.ext.net/showthread.php?60377

UPDATE: with ExtJS 5.1.0 a CheckboxSelectionModel's AllowDeselect="true" has no effect still, but it is possible to get it working setting AllowDeselect="true" for GridPanel.

Review after the next ExtJS upgrade.

UPDATE: AllowDeselect="true" on a selection model still doesn't work with ExtJS 5.1.1.

fabriciomurta commented 8 years ago

Update: Sencha issue EXTJS-14726 allegedly fixed in ExtJS 5.1.1.451 release.

fabriciomurta commented 8 years ago

Thread http://www.sencha.com/forum/showthread.php?290233 claims the bug is fixed while this has not really been fixed in Ext.NET.

So we should double check it and see if we can reproduce the issue on pure ExtJS -- thus reopening an issue on Sencha bugs forum!

Will remove the just mentioned thread from the original message to avoid false alarms about the issue being resolved!