How do I set the AllowExport property server side?

3 replies. Last post: July 5, 2012 10:15 PM by Bernard Xiang
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I want to set the AllowExport property of the LayoutSettings serverside.  How do I do this?  I have tried something like this below but it does not work.

 

if (UserRights().Export.ToLower() == "false") regDataGrid.RootTable.AllowExport = "No";
else regDataGrid.RootTable.AllowExport = "Yes";
All times are GMT -5. The time now is 5:37 PM.
Previous Next