Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
GeneralRe: I want to load a button in the title bar Pin
flydk12-Aug-09 19:09
flydk12-Aug-09 19:09 
QuestionReplace(@"\\", @"\") not working Pin
dptalt11-Aug-09 3:22
dptalt11-Aug-09 3:22 
AnswerRe: Replace(@"\\", @"\") not working Pin
Andrew Rissing11-Aug-09 3:58
Andrew Rissing11-Aug-09 3:58 
GeneralRe: Replace(@"\\", @"\") not working Pin
dptalt11-Aug-09 4:04
dptalt11-Aug-09 4:04 
Questionhow to get data from the tags of a TIFF image Pin
gilvani11-Aug-09 3:05
gilvani11-Aug-09 3:05 
AnswerRe: how to get data from the tags of a TIFF image Pin
Luc Pattyn11-Aug-09 3:21
sitebuilderLuc Pattyn11-Aug-09 3:21 
QuestionHow to apply RowFilter for a String Date Pin
Sreedhar Kadiyala11-Aug-09 3:02
Sreedhar Kadiyala11-Aug-09 3:02 
AnswerRe: How to apply RowFilter for a String Date Pin
dptalt11-Aug-09 3:49
dptalt11-Aug-09 3:49 
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 

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.