Click here to Skip to main content
15,922,512 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Win forms Sizing Issue Pin
Rohit Mahajan4-Jul-08 2:19
Rohit Mahajan4-Jul-08 2:19 
GeneralRe: Win forms Sizing Issue Pin
Luc Pattyn4-Jul-08 15:30
sitebuilderLuc Pattyn4-Jul-08 15:30 
QuestionDoes Cross-threading effect non-UI objects? Pin
TheRedEye3-Jul-08 22:51
TheRedEye3-Jul-08 22:51 
AnswerRe: Does Cross-threading effect non-UI objects? Pin
Christian Graus4-Jul-08 0:41
protectorChristian Graus4-Jul-08 0:41 
AnswerRe: Does Cross-threading effect non-UI objects? Pin
Mycroft Holmes6-Jul-08 21:47
professionalMycroft Holmes6-Jul-08 21:47 
Questionsubscript and superscript like H20 Pin
kannanmani3-Jul-08 20:28
kannanmani3-Jul-08 20:28 
RantRe: subscript and superscript like H20 Pin
Smithers-Jones4-Jul-08 7:51
Smithers-Jones4-Jul-08 7:51 
QuestionFiltering in DataGridView Pin
marekS0823-Jul-08 20:08
marekS0823-Jul-08 20:08 
Hi everybody,

I have DataGridView with notes and I need filtering but I dont know how I can filtering datagridview with bindingsource(object binding).

My code looks like this:
public class Note
{
    public string Name {get;set;}
}

Form_load()
{
    noteBindingSource.Filter = "Name  = 'Jack'";
    noteBindingSource.DataSource = NoteList.GetNoteList(); // set of notes
    myDataGridView.DataSource = noteBindingSource;
}


But this isnt working. Result is all rows. I think "Filter" is unused.
Thanks for help
Bye

Marek
AnswerRe: Filtering in DataGridView Pin
Mycroft Holmes6-Jul-08 21:50
professionalMycroft Holmes6-Jul-08 21:50 
QuestionScreen Refresh is too slow Pin
Devan_Monroe3-Jul-08 7:55
Devan_Monroe3-Jul-08 7:55 
AnswerRe: Screen Refresh is too slow Pin
led mike3-Jul-08 8:13
led mike3-Jul-08 8:13 
GeneralRe: Screen Refresh is too slow Pin
Devan_Monroe3-Jul-08 9:08
Devan_Monroe3-Jul-08 9:08 
GeneralRe: Screen Refresh is too slow Pin
led mike3-Jul-08 9:41
led mike3-Jul-08 9:41 
AnswerRe: Screen Refresh is too slow Pin
Pete O'Hanlon3-Jul-08 10:25
mvePete O'Hanlon3-Jul-08 10:25 
GeneralRe: Screen Refresh is too slow Pin
Devan_Monroe3-Jul-08 10:40
Devan_Monroe3-Jul-08 10:40 
AnswerRe: Screen Refresh is too slow Pin
Devan_Monroe8-Jul-08 3:26
Devan_Monroe8-Jul-08 3:26 
QuestionAssign Generic List to multiple ListViews Pin
Member 38758502-Jul-08 21:40
Member 38758502-Jul-08 21:40 
AnswerRe: Assign Generic List to multiple ListViews Pin
led mike3-Jul-08 6:29
led mike3-Jul-08 6:29 
Questionsubscript and superscript like H20 Pin
kannanmani2-Jul-08 19:24
kannanmani2-Jul-08 19:24 
AnswerRe: subscript and superscript like H20 Pin
Paul Conrad2-Jul-08 20:24
professionalPaul Conrad2-Jul-08 20:24 
AnswerRe: subscript and superscript like H20 Pin
Pete O'Hanlon3-Jul-08 10:23
mvePete O'Hanlon3-Jul-08 10:23 
AnswerRe: subscript and superscript like H20 Pin
Luc Pattyn4-Jul-08 15:27
sitebuilderLuc Pattyn4-Jul-08 15:27 
QuestionHow to prevent open/save dialog boxes in WebBrowser control Pin
Joe Woodbury2-Jul-08 12:52
professionalJoe Woodbury2-Jul-08 12:52 
QuestionClosing Form by MouseClick somewhere Pin
MichaelCoder2-Jul-08 12:07
MichaelCoder2-Jul-08 12:07 
AnswerRe: Closing Form by MouseClick somewhere Pin
Ajay.k_Singh3-Jul-08 4:51
Ajay.k_Singh3-Jul-08 4:51 

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.