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
965
Row added - InitializeRow
posted

Hi,

Is there an event or a virtual method in XamGrid that I can override in to check when a row has been added to the grid. I'm not referring to the newly added/adding rows, but those rows that get materialized when you set the Itemssource for the grid when the grid loads for example. The idea is that I need to some cell's control when that control has been loaded already. Something similar with InitializeRow, but in there, e.Row.Cells[0].Control == null. I need an event similar to this, but a bit later when the cell.Control != null. Is there a way to get there?