Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows Forms vs. WPF
Message
From
28/10/2009 23:33:36
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
28/10/2009 15:23:51
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Environment versions
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01431881
Message ID:
01432154
Views:
49
Have you actually done any WinForms programming? Have you used the DataGirdView?

The DataGirdView "Allow(s) the user to sort (ascending/descending) by clicking on the column header. Provide(ing) a visual clue as to how the sorting is done in the column header. (It) Do(es) this without round tripping to the server".

Do you know what "disconnected data access" means?

Do you undestand that you can sort datatables / dataviews? (without "round tripping").

>Let me clarify...
>
>Allow the user to sort (ascending/descending) by clicking on the column header. Provide a visual clue as to how the sorting is done in the column header. Do this without round tripping to the server.
>
>Now do the same thing, but with grouping and provide an indicator in the grid where one group ends and another begins.
>
>
>>SELECT * FROM MyTable ORDER BY... GROUP BY
>>
>>How did you do this without WPF? I've done it a few different ways. Surely you're not advocating that there was no way to do this before WPF?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform