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
205
Grid showing BIG RED CROSS on refreshing data
posted

I am using UltrGridView to display hierarchical data in different bands (1 parent band and two child sibling bands). and on every row click i am refreshing the dataset binding by the following code 

this.ugvProducts.Invoke(new SetDataBinding(SetDataBindingMethod), DataSetFinal);

i am getting this BIG RED Cross Sign on the grid now and then as most of the time application runs correctly but some time it shows CROSS and application needs to be restarted in that case.thats a big problem

1-What causes it?

2-How can i correct it? 

Parents Reply Children
No Data