Adel Khayata - 2009-04-04

Hi.
I am new to MVP, but I like it & I would like to use it in my application.
I studied all your examples & tried to use it on one of our completed forms which contains around 2000 lines ( because this form is for entering data for bills which requires a lot of validations ) with a lot of events ( around 30) for the controls ( ComboBoxs + TextBoxs + Grids .. etc).
When I tried to implement MVCSharp in this form, I found that this will complicate this form by more than 10 times in addition to the difficulty of implementing it because sometimes on only one of the events the code should cancel grid's row edit or set the focus on some cell which will make the View interface very big.

So my question is:
Is MVCSharp appropriate for this type of forms? or am I thinking in a wrong way?

Thanks.