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
625
SelectedItemsChanged not firing when CellClickAction = SelectRecord
posted

Using XamDataGrid 2011.1, what are the circumstances that would cause the SelectedItemsChanged event not to fire when CellClickAction = SelectRecord?  I have a grid that is exhibiting this behavior.

Thanks,

Paul

Parents
  • 105
    posted

    The solution for the "no event fired" problem is to set a value to the CellClickAction property

    In XAML code of the XamDataGrid add this:

    <igDP:XamDataGrid.FieldSettings>
        <igDP:FieldSettings CellClickAction="SelectRecord" />
    </igDP:XamDataGrid.FieldSettings>

    Stefan,
    for complex problems it's useful to add an example project.
    In this case it would be more useful to just write a tiny text.
    This is better for reader than the need to download, extract and analyse the code.

    Additionally it would be useful to add this important information to the documentation of the SelectedItemsChanging and SelectedItemsChanged events.

    Nevertheless: Thanks for your reply.

Reply Children
No Data