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
215
Activating cell does no seem to work
posted

Hello,

 This is a follow up to a previous post : http://es.infragistics.com/community/forums/p/85559/426927.aspx#426927

 I have an UltraGrid that has a number of bands (as discussed in the above thread).  After we re connect the datasource to the grid, an InitializeRow event is fired.  In this event I attempt to activate a specific cell, doing something like:

selectedRow.Cells[cellIndex].Activate();
UltraGrid.PerformAction(UltraGridAction.ActivateCell);

The selected row is one of the child bands (as described in prev thread)  and in the debugger (VS2010 C#) I see the selectedRow belongs to the band I want and cellIndex is a valid cell within the row.

The problem is once the row is initialized the cell is not selected; ie. it does not look like a user clicked it manually.

The only "Activation" properties I set are in the InitialzeRow event handler e.Row.Activation = Activation.NoEdit; 

and this is done before attempting to Activate call on the cell.

Any suggestions?

Thanks.

Parents Reply Children
No Data