DanEvansJr
Programmer
I'm new to C# (Old XBASE/FoxPro guy). I have a relatively simple C# application. One form, some fields, and a grid.
I was able to get help here for rebinding my dataset after a column sort/re-sort, but now I need some other assistance. I use a 'search' field so that users can find records by unique record ID, Employee SSN, or employee name. I'd like the search to be based on whatever the grid column order is.
EX: User clicks SSN Grid column, now all records are in SSN order. After some simple validation for that search field, I'd like to search through the SSN column of the dataset.
In the FoxPro world, there is a click event for the grid column headers. Is there such a thing in C#? and if so, where is it??
Thanks in advance to anyone who can help me.
I was able to get help here for rebinding my dataset after a column sort/re-sort, but now I need some other assistance. I use a 'search' field so that users can find records by unique record ID, Employee SSN, or employee name. I'd like the search to be based on whatever the grid column order is.
EX: User clicks SSN Grid column, now all records are in SSN order. After some simple validation for that search field, I'd like to search through the SSN column of the dataset.
In the FoxPro world, there is a click event for the grid column headers. Is there such a thing in C#? and if so, where is it??
Thanks in advance to anyone who can help me.