How do I increase the width of the View / Table dropdown box in...

Expand / Collapse
 

How do I increase the width of the View / Table dropdown box in the data sources tab?


Add the following setting to the bottom of ConfigureSettings() method in your global.asax and replace the width in pixels to what you need.

C#:

AdHocSettings

.TableDropDownWidth = Unit.Pixel (150);


Details
Type: FAQ
Options