ahbenshaut
Well-known member
Once again, newbie on the loose so be gentle
I have desgined a windows form with a datagrid and 3 buttons below it. Each button uses a different DataGridTableStyle. When i click on one of the buttons, ( we will call it "See All Customers") and then click on one of the other button, ( we will call this one "See ES Customers"), the data is displayed exactly as I want it to. The problem is when I click on the first button i clicked, an error is raised that states that the datagrid already has this style loaded.. How can that be when it has been overwritten ( or so i thought) when I clicked the second button? How can I determine which style the datagrid has loaded?
I have desgined a windows form with a datagrid and 3 buttons below it. Each button uses a different DataGridTableStyle. When i click on one of the buttons, ( we will call it "See All Customers") and then click on one of the other button, ( we will call this one "See ES Customers"), the data is displayed exactly as I want it to. The problem is when I click on the first button i clicked, an error is raised that states that the datagrid already has this style loaded.. How can that be when it has been overwritten ( or so i thought) when I clicked the second button? How can I determine which style the datagrid has loaded?