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
25
Problems with UltraWebGrid
posted

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