Click here to Skip to main content
15,895,423 members

Comments by WaseemAmin (Top 10 by date)

WaseemAmin 10-Mar-15 1:47am View    
i think there is no property to filter grid rows in Win Forms.
you can use some tricks to do so. e.g you can use text boxes for input and re-bind or reset datasource to your grid.
WaseemAmin 10-Mar-15 1:44am View    
you can implement the inotifypropertychanged interface and make ur ObservableCollection object with this. and when collection changed event occurs u can use some variable bounded to your button for visibility(Button.VisibilityProperty).
WaseemAmin 10-Mar-15 1:36am View    
mention the event where this error occurs
WaseemAmin 8-May-14 3:29am View    
Thank you for mentioning good link. I have did it now and will submit my complete code soon.
WaseemAmin 8-May-14 3:25am View    
Basically i was assuming to add manually the NewItemPlaceholder by myself but I can't. So your mentioned way is its default way to add it, and i have to do it in this way and have to accept it with no other choice.