I have got a advanced datagrid with around 20 rows out of which only 7 are visible (vertical scroll in ON). I am using item renderer on one column with rendererAsEditor=true.
I am doing user side validation for all these renderers. Now if I don't scroll down even once, the renderers for hidden rows would not be created. So, when I click submit, validation for rows's that were not created will not happen.
Is there a way by which I can validate hidden rows as well?