How to know when tablestyle changes?

B

Brett Romero

If I have a customDataGrid (.NET 1.1) with several tablestyles loaded,
how can I tell when the user switches between tablestyles? I want to
do this from inside the datagrid.

I have tried this event, this.TableStyles.CollectionChanged, but that
doesn't do it. I allow the user to switch between tablestyles via a
combo box on a form. I could get the event on the combo box change but
need to do this in the datagrid.

Thanks,
Brett
 
B

Brett Romero

I can get this by over riding the datasource and checking the name
there.

Brett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top