Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
displaying validation error messages against each row in ultrawebgrid
posted

Hi,

  I would like to know what is the best way to display any validation error messages against each row in Ultrawebgrid. initially the grid is empty, user enters the data by adding rows and clicks Submit, and the validation happens on server side (using some business logic) and errors should be displayed against each row. I am thinking of changing error row back color to red and adding a tooltip against each cell in that row to display error message. is there any better way to display this information?

thanks,

RK