This question is locked. New answers and comments are not allowed.
Hello,
I have two questions today. Allow me to explain the situation. Currently the requirements for the present grid involves a single empty column to act as a visual separator between two parts of our grid. Preferably this column would be completely black, from header down to the bottom of the grid.
It is a simple matter to insert an empty column within our dynamically created grid using the columns' insert command, and it is also easy enough to make the column body black, mimicking a kind of divider. After that, however, things get a bit more complicated, and I hoped I could find some answers for the good people here.
The first problem is that this empty column has a filter icon in the header that is not wanted, and I have as of yet discovered a way to remove it. The other columns have the icon, and this is as desired, but I want to remove the one from the empty column without affecting the rest of them.
The second problem involves styling the headers across the entire grid. The empty column header will be black, but the other two sections of the grid will have different colors as well. I know there is a tutorial on how to do this in Blend, but because of the complex nature of the project blend isn't really an option for this. Is there a way available to do it in Xaml or C#?
Thanks to everyone for their time,
Philip Coffey
I have two questions today. Allow me to explain the situation. Currently the requirements for the present grid involves a single empty column to act as a visual separator between two parts of our grid. Preferably this column would be completely black, from header down to the bottom of the grid.
It is a simple matter to insert an empty column within our dynamically created grid using the columns' insert command, and it is also easy enough to make the column body black, mimicking a kind of divider. After that, however, things get a bit more complicated, and I hoped I could find some answers for the good people here.
The first problem is that this empty column has a filter icon in the header that is not wanted, and I have as of yet discovered a way to remove it. The other columns have the icon, and this is as desired, but I want to remove the one from the empty column without affecting the rest of them.
The second problem involves styling the headers across the entire grid. The empty column header will be black, but the other two sections of the grid will have different colors as well. I know there is a tutorial on how to do this in Blend, but because of the complex nature of the project blend isn't really an option for this. Is there a way available to do it in Xaml or C#?
Thanks to everyone for their time,
Philip Coffey
