Page 1 of 1

Stored procedure on details

Posted: Fri Oct 19, 2012 6:59 am
by Larusso
Hi, is it possible to use stored procedures to fill data grids in master-detail scenario? I have a situation that main grid is provided from stored procedure and for each row of the result one of its columns should be input parameter for another stored procedure.

Re: Stored procedure on details

Posted: Fri Oct 19, 2012 12:36 pm
by Alex K.
Hello,

Please try to set the ReconnectOnEachRow property for detail datasource.

Thank you.