or
RadGrid1.ExportSettings.Csv.ColumnDelimiter = GridCsvDelimiter.Semicolon; RadGrid1.ExportSettings.Csv.FileExtension = ".csv"; RadGrid1.ExportSettings.Csv.RowDelimiter = GridCsvDelimiter.NewLine; RadGrid1.ExportSettings.FileName = "export"; RadGrid1.ExportSettings.IgnorePaging = true; RadGrid1.ExportSettings.OpenInNewWindow = true; RadGrid1.ExportSettings.ExportOnlyData = true; void RadGrid1_ItemCommand(object source, GridCommandEventArgs e) { if (e.CommandName == RadGrid.ExportToCsvCommandName) { foreach (GridDataItem item in RadGrid1.MasterTableView.Items) { var typeCompteurs = from tc in DbContext.TypeCompteurs orderby tc.Ordre select tc; foreach (var t in typeCompteurs) { Literal lt = item[t.LibelleTypeCompteur].FindControl("ctrlAcquis_" + t.LibelleTypeCompteur) as Literal; if (lt != null) item[t.LibelleTypeCompteur].Text = lt.Text; } } RadGrid1.MasterTableView.ExportToCSV(); } }<telerik:RadAjaxLoadingPanel ID="loading_tabs" runat="server" IsSticky="true" MinDisplayTime="2000" InitialDelayTime="250"> Loading ... </telerik:RadAjaxLoadingPanel>Hi,
I want to change the width of pivot grid column programmatically. Please check the ached file for more details.
Thanks,
Sagar Jaunjalkar


Dear Gurus,
Your urgent support is required my IIS application is caching on production server.
Please reply urgently.
Please do let me know which logs you need to analysis.
I got report from Fiddler but i am unable to read it as i am totally new to Fiddler.
Thanks
Malik Adeel Imtiaz
Hey..
We are using you Radeditor in our application with localization. But we see that the tab headings of style builder are not localized. I am attaching the screen shot.We need these things to be localized. Please help me how to proceed.
Thanks