Hi!i've an issue, in the UltraGrid exporter, the headers are exported but without format, i mean, the border bottom, left, right and top, has not borders.. anyone knows, how can i set the format for every header?..Thanks in advance,Alfredo Melo :D
Hi Boris!Thanks for the example, works fine! but was my mistake, because i use Groups in the Grid, and its a different option to change border and color, but thanks for the example :)Regards.Alfredo Melo
Hello Alfredo,
Could you please review the sample attached to this post and see if it meets your requirements.
Please feel free to let me know if I misunderstood you or if you have any other questions.
Hello Boris!i used your code, but the headers in the file Exported has not borders, any other suggestions?thanks Alfredo Melo
Could you please try the following code sample:
private void ultraGridExcelExporter1_BeginExport(object sender, Infragistics.Win.UltraWinGrid.ExcelExport.BeginExportEventArgs e) { e.Layout.Bands[0].Columns[0].Header.Appearance.BorderColor = Color.Red; }