Hi,
I have a RadToolBarButton List, Export to Excel, Word, Csv and Pdf. I try to export the data from RadGrid, there are no issue for all the button except CSV. My Grid have one column with RadDateTimePicker and RequiredFieldValidator. When I click Csv button, I got the following error. I have already added CauseValidation = "false" but still no changes.
Unable to find control id 'radprocessLogEffectiveStartDate' referenced by the 'ControlToValidate' property of 'RequiredFieldValidator1'.
Thanks,
Alex
I have a RadToolBarButton List, Export to Excel, Word, Csv and Pdf. I try to export the data from RadGrid, there are no issue for all the button except CSV. My Grid have one column with RadDateTimePicker and RequiredFieldValidator. When I click Csv button, I got the following error. I have already added CauseValidation = "false" but still no changes.
Unable to find control id 'radprocessLogEffectiveStartDate' referenced by the 'ControlToValidate' property of 'RequiredFieldValidator1'.
radGrid.ExportSettings.ExportOnlyData =
false;
radGrid.MasterTableView.ExportToCSV();
Thanks,
Alex