Show SSIS project parameters in Visual Studio 2012

0 Comments

In SSIS 2012 there are two scopes on which parameters can be defined: – project – package   Projects parameters If you want to show / edit SSIS project parameters in Visual Studio 2012: Open

How to display a message, when a Kendo UI MVVM grid is empty.

0 Comments

If you want to show an text in a Kendo UI grid, you could use CSS, as suggested on stackoverflow.com: http://stackoverflow.com/questions/23476978/display-a-message-within-the-kendo-grid-when-its-empty   But if you want to completely hide the gird and show a message,