I am binding a UltraWebGrid to a List<T> of a custom object I created. When I invoke the SelectedRowsChanged event, the argument e that is passed in has a 0 value for the property e.SelectedRows.Count. Furthermore, i am unaable to identify what row the user selected to get the id from the correct column. When I do not bind a list to the grid, and manually add the rows, the event fires fine, and e has a count for the Count property.
If anyone can provide some insight, I would be very appreciative.
Thanks!
Craig