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
482
Webgrid OnSelectedRowsChange Event
posted
I am using infragistics 8.1. When I invoke the OnSelectedRowsChange Event the

SelectedRowsEventArgs e doesnt contain any information about the selected row. Any idea what could be done to retrieve the information about the selected row? I tried grid1.Displaylayout.SelectedRows, and I am not able to get the selected row from there too. Is there a bug?

I want to avoid rowselectors.

Thanks,

  • 45
    posted

    I have the same problem on Ingragistics 8.2. I have 9 webforms with UltraWebGrids. Five of them don't send info about the selected row.

    e.selectedRows has capacity = 4 and Count = 0

    The grids that works have the same code than the others.

    properties:

    SelectTypeRowDefault="Single"

    events:

    OnSelectedRowsChange="UltraWebGrid1_SelectedRowsChange"