This question is locked. New answers and comments are not allowed.
Hello! :)
I'm using Telerik GridView and I'm displaying 4 fields in it. A date, then a start hour, an end hour and finally a comment.
The problem I have is that I have a validation that checks both Start Hour and End Hour, making sure that the first is earlier than the second. Which means that as soon as I put the start hour, the validation error is displayed.... over the end hour. Not really user friendly, it tells me to enter an end hour but I can't click on that cell!
Any way of displaying the error message to the left of the cell, or simply giving it an offset of X pixels?
Thank you!

I'm using Telerik GridView and I'm displaying 4 fields in it. A date, then a start hour, an end hour and finally a comment.
The problem I have is that I have a validation that checks both Start Hour and End Hour, making sure that the first is earlier than the second. Which means that as soon as I put the start hour, the validation error is displayed.... over the end hour. Not really user friendly, it tells me to enter an end hour but I can't click on that cell!
Any way of displaying the error message to the left of the cell, or simply giving it an offset of X pixels?
Thank you!