Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to apply RowFilter for a String Date Pin
Anjups7-Sep-09 20:40
Anjups7-Sep-09 20:40 
QuestionDateTime.TryParseExact() problem? Pin
Henk Meijerink11-Aug-09 2:46
Henk Meijerink11-Aug-09 2:46 
AnswerRe: DateTime.TryParseExact() problem? Pin
stancrm11-Aug-09 2:57
stancrm11-Aug-09 2:57 
GeneralRe: DateTime.TryParseExact() problem? Pin
Henk Meijerink11-Aug-09 3:45
Henk Meijerink11-Aug-09 3:45 
QuestionUpdated:Filter for DataGridView [modified] Pin
janadhana11-Aug-09 2:14
janadhana11-Aug-09 2:14 
AnswerRe: Updated:Filter for DataGridView Pin
Sreedhar Kadiyala11-Aug-09 2:49
Sreedhar Kadiyala11-Aug-09 2:49 
GeneralRe: Updated:Filter for DataGridView Pin
janadhana11-Aug-09 19:36
janadhana11-Aug-09 19:36 
AnswerRe: Updated:Filter for DataGridView Pin
dan!sh 11-Aug-09 2:58
professional dan!sh 11-Aug-09 2:58 
If this is a bound DataGridView, you are not allowed to add rows. Hence you will need to extend the DataGridView if you need a filter like Quality center.

A quick and dirty (and may be "not recommended") way is:
1. Provide padding the headercell.
2. Add a textbox to the DataGridView at the location right above the first row.(You will need to play with the location of the textbox)
3. Handle its TextChanged event and set the RowFilter property of the datatable you have.

A better solution IMO will be to have a button and display a modal window where in user can apply filter.

It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

GeneralRe: Updated:Filter for DataGridView Pin
janadhana11-Aug-09 19:37
janadhana11-Aug-09 19:37 
AnswerRe: Updated:Filter for DataGridView Pin
Henry Minute11-Aug-09 5:00
Henry Minute11-Aug-09 5:00 
GeneralRe: Updated:Filter for DataGridView Pin
janadhana11-Aug-09 19:39
janadhana11-Aug-09 19:39 
Questionq in datagirdview Pin
mohammad alnoed11-Aug-09 1:15
mohammad alnoed11-Aug-09 1:15 
AnswerRe: q in datagirdview Pin
padmanabhan N11-Aug-09 1:35
padmanabhan N11-Aug-09 1:35 
AnswerRe: q in datagirdview Pin
Arindam Sinha11-Aug-09 1:39
Arindam Sinha11-Aug-09 1:39 
AnswerRe: q in datagirdview Pin
Henry Minute11-Aug-09 2:12
Henry Minute11-Aug-09 2:12 
QuestionGetting duration of audio file with c# Pin
SubarnaMishra11-Aug-09 1:13
SubarnaMishra11-Aug-09 1:13 
AnswerRe: Getting duration of audio file with c# Pin
DaveyM6911-Aug-09 1:29
professionalDaveyM6911-Aug-09 1:29 
Questionwhere to find windows toolStrip icons?? Pin
reilak10-Aug-09 23:26
reilak10-Aug-09 23:26 
AnswerRe: where to find windows toolStrip icons?? Pin
DaveyM6910-Aug-09 23:31
professionalDaveyM6910-Aug-09 23:31 
GeneralRe: where to find windows toolStrip icons?? Pin
reilak11-Aug-09 1:16
reilak11-Aug-09 1:16 
QuestionString to Binary Pin
Mohammad Dayyan10-Aug-09 23:12
Mohammad Dayyan10-Aug-09 23:12 
AnswerRe: String to Binary Pin
DaveyM6910-Aug-09 23:17
professionalDaveyM6910-Aug-09 23:17 
GeneralRe: String to Binary Pin
0x3c010-Aug-09 23:21
0x3c010-Aug-09 23:21 
GeneralRe: String to Binary Pin
DaveyM6910-Aug-09 23:28
professionalDaveyM6910-Aug-09 23:28 
AnswerRe: String to Binary Pin
0x3c010-Aug-09 23:19
0x3c010-Aug-09 23:19 

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.