Hello,
is it possible to export an ultrawingrid to Excel file in protected mode (without allowing the user to modify the file created)?
Thanks in advance
You can use the Protected property when designing your workbook to indicate that it will be protected. Setting this property to True changes the worksheet and it's cells to be locked.
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Infragistics4.Documents.Excel.v14.1~Infragistics.Documents.Excel.Workbook~Protected.html
Example here:
http://ko.infragistics.com/community/forums/t/9912.aspx
Michael DiFilippo said: Hello, You can use the Protected property when designing your workbook to indicate that it will be protected. Setting this property to True changes the worksheet and it's cells to be locked. http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Infragistics4.Documents.Excel.v14.1~Infragistics.Documents.Excel.Workbook~Protected.html Example here: http://ko.infragistics.com/community/forums/t/9912.aspx
Thank you,
but how can I export my grid in the workbook?