Click here to Skip to main content
15,914,010 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to make DropDown in Silverlight. Pin
Michael Sync18-Oct-08 22:14
Michael Sync18-Oct-08 22:14 
QuestionFetching DataGrid Columns Data [modified] Pin
fasih198111-Aug-08 1:36
fasih198111-Aug-08 1:36 
AnswerRe: Fetching DataGrid Columns Data Pin
Syed Mehroz Alam12-Aug-08 1:31
Syed Mehroz Alam12-Aug-08 1:31 
QuestionDifferent backgound on different theme selection Pin
Darmi10-Aug-08 23:59
Darmi10-Aug-08 23:59 
QuestionHow i navigate on local Host Pin
wasimsharp10-Aug-08 23:11
wasimsharp10-Aug-08 23:11 
AnswerRe: How i navigate on local Host Pin
Syed Mehroz Alam12-Aug-08 1:45
Syed Mehroz Alam12-Aug-08 1:45 
QuestionSilverlight Beta 2 | VB | Linq to XML confusion Pin
crystal915410-Aug-08 9:42
crystal915410-Aug-08 9:42 
QuestionAny recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 4:53
Michael Sync10-Aug-08 4:53 
I've been evaluating around 5 third-party WPF datagrids for my project.. Each Datagrid has some issues.. (Ref[^])

The following are my requirement for buying WPF datagrid..

* Controls inside the Datagrid Column: I wanna display one or more WPF controls (e.g. Checkedbox or Combobox, Textbox or etc) inside the column of Datagrid. Plus, I should be able to set/get the value to/from those controls at runtime.
* Excel-Like Filtering: Should we call it as the row filtering? In Microsoft Excel, we are able to filter by the rows.For example: There are ten student records showing in Datagrid and those students are from Math Major and Physic Major. So, I should be able to filter those students by Major. Yes. it’s like grouping but if I say “grouping”, you might get confused with grouping features of Datagrid.
* Sorting, Grouping: Of course!
* Hierarchical display: Same as Grouping featuer? (Importantly, It would be better if we can specify the appearance of hierarchical in XAML)
* SelectedItem Binding (two ways): I believe that this feature should be included in every datagrid but surprisely, I found a few datagrids that don’t provide this feature. Weird.
* Less work from Code-behind file: What does it mean? It means, I should be able to do the most of works in XAML. In my current project, we are using MVVM (Model-View-ViewModel) pattern with CompositeWPF (Codename: Prism) framework so we do the most of jobs in either XAML or ViewModel (which is not a code-behind file) and we try not to write as much as possible in code-behind file.


It would be great if anyone can recommend some cool WPF datagrid control.. Thanks in advance...

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


AnswerRe: Any recommendation for WPF Datagrid?? Pin
Jammer10-Aug-08 11:05
Jammer10-Aug-08 11:05 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 18:14
Michael Sync10-Aug-08 18:14 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Jammer10-Aug-08 22:44
Jammer10-Aug-08 22:44 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 22:46
Michael Sync10-Aug-08 22:46 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 22:47
Michael Sync10-Aug-08 22:47 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Jammer10-Aug-08 22:55
Jammer10-Aug-08 22:55 
GeneralRe: Any recommendation for WPF Datagrid?? Pin
Michael Sync10-Aug-08 23:31
Michael Sync10-Aug-08 23:31 
AnswerRe: Any recommendation for WPF Datagrid?? Pin
Jacquers11-Aug-08 21:19
Jacquers11-Aug-08 21:19 
QuestionWindow Background Brush Change Pin
BlitzPackage8-Aug-08 10:07
BlitzPackage8-Aug-08 10:07 
AnswerRe: Window Background Brush Change Pin
Insincere Dave8-Aug-08 13:58
Insincere Dave8-Aug-08 13:58 
GeneralRe: Window Background Brush Change Pin
BlitzPackage8-Aug-08 15:41
BlitzPackage8-Aug-08 15:41 
GeneralRe: Window Background Brush Change Pin
BlitzPackage8-Aug-08 15:51
BlitzPackage8-Aug-08 15:51 
AnswerRe: Window Background Brush Change Pin
Jammer8-Aug-08 22:38
Jammer8-Aug-08 22:38 
QuestionWPF Control Advice Pin
Harvey Saayman7-Aug-08 20:59
Harvey Saayman7-Aug-08 20:59 
AnswerRe: WPF Control Advice Pin
Jammer7-Aug-08 23:09
Jammer7-Aug-08 23:09 
AnswerRe: WPF Control Advice Pin
Gideon Engelberth8-Aug-08 3:19
Gideon Engelberth8-Aug-08 3:19 
QuestionGetting A DependencyProperty 'Original Value' Pin
Jammer7-Aug-08 12:53
Jammer7-Aug-08 12:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.