Trace exception?

I have a readonly column in my DataBoundGrid. Every time I activate a cell of this column (by clicking or moving the cursor with the keyboard) there is shown "Exception" with red background. How can I find out where this exception is?

2 Replies

AD Administrator Syncfusion Team March 31, 2003 11:23 AM UTC

Under Debug|Exceptions try setting Common Language Runtime Exceptions to 'Break into the Debugger" to see if that will allow you to spot the problem.


PE Peter April 1, 2003 05:04 AM UTC

Thanx, I found my problem!

Loader.
Up arrow icon