databound list with customisable filter
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I am looking for component or some solution how to write databound list which allows: 1. enter SQL query as source 2. paging (datasource may contain more than 100000 records...) 3. master-detail view 4. customising filter (on almost every field) 5. filtering master rows based on some detail elements 6. storing filter settings (serializable) to file or db 7. filtering on database not in dataset Do I really need to write it on my own? ooops... I forget to say - WinForms of course