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
1710
iggridselectioncellselectionchanged and column key
posted

The wrong column key appears to be returned from the iggridselectioncellselectionchanged.

I have Row Selectors turned on so that may be why.  If I have 4 columns and I click on column 1 the column key for 2 is returned, if I click on 3 4 is returned.

feature.Selection().Mode(SelectionMode.Cell).MultipleSelection(true);
feature.RowSelectors().EnableCheckBoxes(true).EnableRowNumbering(false);