Hi, all.
I am using an ultrawingrid. For example I am selecting 5 rows via shift or control buttons.In BeforeSelectChange event e.NewSelections.Rows.Count must equal to 5.This works.But BeforeSelectChange event with e.NewSelections.Rows.Count == 5 is performed only when I have released SHIFT/CTRL buttons. Probably I changed some properties and this caused that nonstandart behaviour.
Is there a way(property,... e.t.s) to force BeforeSelectChange when I am selecting rows with pressed SHIFT/CTRL buttons.Thanks in advance.
Hi,
I do not understand what you are describing. You seem to be saying the same thing 3 times and you alternately say that it works and does not work. When does it work and when does it not work?