Click here to Skip to main content
15,915,082 members
Home / Discussions / C#
   

C#

 
GeneralExit Method Pin
lenchase25-Nov-04 4:01
lenchase25-Nov-04 4:01 
GeneralRe: Exit Method Pin
Stefan Troschuetz25-Nov-04 4:15
Stefan Troschuetz25-Nov-04 4:15 
GeneralRe: Exit Method Pin
Daniel Turini25-Nov-04 4:24
Daniel Turini25-Nov-04 4:24 
GeneralRe: Exit Method Pin
Stefan Troschuetz25-Nov-04 4:36
Stefan Troschuetz25-Nov-04 4:36 
General.Net file copy progress Pin
Erica_Al25-Nov-04 3:53
Erica_Al25-Nov-04 3:53 
GeneralRe: .Net file copy progress Pin
Luis Alonso Ramos25-Nov-04 10:58
Luis Alonso Ramos25-Nov-04 10:58 
GeneralExcel Autofilter in datagrid Pin
ruifernandes2425-Nov-04 3:34
ruifernandes2425-Nov-04 3:34 
GeneralRe: Excel Autofilter in datagrid Pin
Dave Kreskowiak26-Nov-04 3:59
mveDave Kreskowiak26-Nov-04 3:59 
You're going to have to code this from scratch or try and find a 3rd partyy DataGrid component that will allow you to do this. Excel will not export it's functionality to a datagrid, it only works with an Excel worksheet.

Basically, you're going to have to provide the user interface, drop down boxes to allow selections of the filters, and provide code to handle the filtering of data (using DataView objects) and binding the datagrid to the new dataviews you create.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralAccessing TabPages via Index Pin
fracalifa25-Nov-04 2:11
fracalifa25-Nov-04 2:11 
GeneralRe: Accessing TabPages via Index Pin
Daniel Turini25-Nov-04 2:30
Daniel Turini25-Nov-04 2:30 
GeneralRe: Accessing TabPages via Index Pin
Stefan Troschuetz25-Nov-04 2:34
Stefan Troschuetz25-Nov-04 2:34 
GeneralUpdating Container Object Pin
A.Mohsen25-Nov-04 2:07
A.Mohsen25-Nov-04 2:07 
GeneralRe: Updating Container Object Pin
Skynyrd25-Nov-04 10:41
Skynyrd25-Nov-04 10:41 
GeneralDeugging Pin
El'Cachubrey24-Nov-04 21:42
El'Cachubrey24-Nov-04 21:42 
GeneralRe: Deugging Pin
Colin Angus Mackay25-Nov-04 0:49
Colin Angus Mackay25-Nov-04 0:49 
GeneralRe: Deugging Pin
Daniel Turini25-Nov-04 2:35
Daniel Turini25-Nov-04 2:35 
Generalerror Pin
fatidarya24-Nov-04 21:02
fatidarya24-Nov-04 21:02 
GeneralRe: error Pin
leppie25-Nov-04 1:36
leppie25-Nov-04 1:36 
GeneralRe: error Pin
fatidarya25-Nov-04 10:46
fatidarya25-Nov-04 10:46 
GeneralRe: error Pin
Daniel Grunwald25-Nov-04 9:41
Daniel Grunwald25-Nov-04 9:41 
GeneralTransparencyKey and Opacity Pin
kristoffersen24-Nov-04 19:40
kristoffersen24-Nov-04 19:40 
GeneralRe: TransparencyKey and Opacity Pin
leppie24-Nov-04 23:24
leppie24-Nov-04 23:24 
QuestionHow do I get the size of a file? Pin
Rafferty Uy24-Nov-04 15:57
Rafferty Uy24-Nov-04 15:57 
AnswerRe: How do I get the size of a file? Pin
Dennis C. Dietrich24-Nov-04 16:18
Dennis C. Dietrich24-Nov-04 16:18 
AnswerRe: How do I get the size of a file? Pin
Maqsood Ahmed26-Nov-04 1:12
Maqsood Ahmed26-Nov-04 1:12 

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.