I am trying to find a solution to exclude the DetailItemTemplate from export to Excel and Word.
I have tried the following code in the export onclick event and whilst debugging shows that whilst it does change visible to false for each item, the detail still appears in Excel and Word:
For Each item As GridDataItem In RadGrid1.MasterTableView.Items
item.DetailTemplateItemDataCell.Visible = False
Next
Me.RadGrid1.MasterTableView.ExportToExcel()
(Note by default without any additional code Export to CSV or PDF appears to be excluding the DetailItemTemplate)
Any idea?
Thanks
Glenn
in the Advanced form, whenever using the multiple ressources scenario (AllowMultipleValues = true), all the ressources are displayed in a single column (as shown in attached image).
This is OK if there is less than 3 or 4 possible ressources, but becomes pretty ugly whenever there is 10 or 15 potential ressources. Would it be possible to consider for a future release to add a parameter to display the ressources in several columns ?
Another possibility would be to display the ressources as a multiple selection combo or listbox (with checkboxes).
François