Why DataGrid with a big red cross inside...??

  • Thread starter Thread starter Ivan
  • Start date Start date
I

Ivan

Hi All,

What reason make the datagrid halt?? How to resume it to normal if it happens??
is there any way to avoid it??

Thanks All,

Ivan
 
The big X on the white background means that during the paint eventsomething failed. This could be literally anything. If possible, determine your last operation was prior to the failure. If you added a record, does it meet all of the constraints? If you deleted a record, did that work? I have usually seen this problem when I have tried to manually update the grid's underlying dataset and done something wrong.

Jerry

Hi All,

What reason make the datagrid halt?? How to resume it to normal if it happens??
is there any way to avoid it??

Thanks All,

Ivan
 
Thanks very much
The big X on the white background means that during the paint eventsomething failed. This could be literally anything. If possible, determine your last operation was prior to the failure. If you added a record, does it meet all of the constraints? If you deleted a record, did that work? I have usually seen this problem when I have tried to manually update the grid's underlying dataset and done something wrong.

Jerry

Hi All,

What reason make the datagrid halt?? How to resume it to normal if it happens??
is there any way to avoid it??

Thanks All,

Ivan
 
Back
Top