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
270
WebDataGrid bound to a collection of type IBindingListView not sorting on column header click
posted

Hello All

I have subclassed the BindingList<T> class implementing IBindingListView to enable multi-column sorting. When I bind my collection to the grid everything works bar the sort. To enable sorting, I need to handle the columnsorted event and then call IBindingListView.ApplySort.

What am I missing ?

Thanks in advance