Add these lines to the beginning of your stored procedure.
The statement is never executed, but for some reason it gets the job done. I really don’t know how and why 🙂
IF 1=0 BEGIN SET FMTONLY OFF END
Related posts:
How to create the ShowBlanksValue and ShowNonBlanksValue items in Devex Grid
Drop all the tables, stored procedures, triggers, constraints and all the dependencies in one sql st...
ASPxGridView - Disable CheckBox based on condition in GridViewCommandColumn
Devexpress ASPxGridview Column Grouping in Code