Validate Grid Input Prior to Rendering?

I am wondering if there is any way to call the grid's input validation routine(s) before the grid is rendered so it shows existing errors in the cells initially.

Thanks.

Karen

Hi,

First, set the grid's OnGridInitClientFunction="gridinit";

Second, write a script to handle the grid's init event:

Then the grid will do a validation on its initialization.