Esempio n. 1
0
        // General Approach
        protected void Button_Click(object sender, EventArgs e)
        {
            var options = new CsvExportOptionsEx();

            options.EncodeExecutableContent = DefaultBoolean.True;
            ASPxGridView1.ExportCsvToResponse(options);
        }