Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
BoxChart - How to check if data bound to DataSource is valid
posted

Hi,

After i bind a DataTable to the DataSource property of the chart, i would like to check if the data bound is valid immediately after binding.

How do i do this?

i dont want to check the error using the event 'InvalidDataReceived' as the event gets fired after executing all the other lines after databind.