Specify column for global validator messages

Specify column for global validator messages

kschlkschl Posts: 3Questions: 3Answers: 0

Hi,
DT and Editor working fine with inline editing (whole row editing, blur submit, allIfChanged, server-side processing).
I use a global validator (server-side, .NET).

How can I control, in which column the global validator message appears?
Now it is shown "somewhere": in the right most (editor) column, which is far away from the correct place.

The messages of the field validators appear in their specific column.

Thanks for your help.

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    Good point - at the moment you actually can't control where specifically the global error message is going to show. I'll need to have a think about the right API for that.

    Allan

Sign In or Register to comment.