Hi,
Im developing a desktop app and I need to bind a datagridview to a objectdatasource. I've always worked on web applications, and I've always used objectdatasource to bind gridviews, choosing my own methods to display data. The problem is that for winforms I cant choose the method for display data in my datagridview.
So my question is: There is any other way to bind my datagridview to a bindsource and choose the methods from my class for display the data?