I created a dojo dgrid however i used a form wizard to seprate the fields on the form, however with the current structure i am having an issue with the select all feature on the
You should not be mixing selector
and editor
into your constructor - they are not designed to be used that way. They are designed to wrap column definition objects (which you are already doing for selector
column, though I'd note that selectorType: "checkbox"
is unnecessary since that's already the default).
Also, unrelated, selectionMode
starts with a lowercase s.
Not sure if this will solve your problem but it will definitely prevent some weird behaviors in general.