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
595
How autoselect programmatically activated cell?
posted

Hello!

I programmatically activate cell, but new active cell is not autoselected.

1. Build and Run attached sample

2. Select first cell

3. Click button Move under grid

In handler of click I change active cell:

this.ultraGrid1.ActiveCell = this.ultraGrid1.Rows[1].Cells[1]

After click previous cell is still selected, but I want use another selection strategy when new active cell is autoselected.

ActivateWithoutSelectIncident.zip