LLBL DataGrid sorting question

  • Thread starter Thread starter aaa
  • Start date Start date
A

aaa

I am considering buying LLBLGen Pro for my Windows.Forms application.

I want to use DataGrid control to present data in my database tables.
One of features I rely on is easy data sorting based on different
attributes shown.

In the LLBL documentation I can see that it is not possible to click
DataGrid column header to sort the data. Is it possible to somehow
achieve that kind of operation?
 
I am considering buying LLBLGen Pro for my Windows.Forms application.

I want to use DataGrid control to present data in my database tables. One
of features I rely on is easy data sorting based on different attributes
shown.

In the LLBL documentation I can see that it is not possible to click
DataGrid column header to sort the data. Is it possible to somehow achieve
that kind of operation?

This feature (full implementation of IBindingList) was added in february
2004 :). So if the docs say it can't, they contain an error and we've to fix
that. I saw you also mailed our support so I'll handle further communication
through email :)

Frans.
 
Back
Top