mihailboev
Results
2
issues of
mihailboev
Stored Procedure returned status code is not extracted immediately when calling through QueryContext
1
Given a procedure that returns both a status code and a recordset, e.g. ``` ALTER procedure [dbo].[LoadConfigs] as set nocount on select [IdConfig], [Value] from dbo.Config return 101 ``` called...
Steps to reproduce: 1. Create a grid with local data source and configured detailTemplate 2. Fill with 3 elements 3. Expand the details for the second row 4. Call updateRow()...