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
1285
DataView grouping
posted

I got a stored procedure that CAN return multiple result sets. When it does the dataGrid automatically groups the result sets and uses the tableName. This the behavoir I expect. But when there is just one it does not group it. Is there a way I can force is to group by tableName even when there is just one table in the view?

Thank you

Rick