How to boot to desktop in Windows 8.1

0 Comments

If you want to boot directly to the Windows desktop in Windows 8.1, bypassing the start screen, follow these steps: 1. Go to the desktop 2. Right click on the taskbar 3. Choose Properties 4.

Kendo UI – jQuery and dataSource–transport–contentType

2 Comments

The way a kendo datasource retrieves data can be configured via the transport object. This object contains configuration objects for specifying the way CRUD operations are executed. Each of these configuration objects contain the properties

SSIS 2012 not showing correct Available External Columns in Xml Source Task.

0 Comments

  The “ORDER” type in the following XML document will not be shown in the available external columns dialog in SSIS 2012. <?xml version=”1.0″ encoding=”utf-8″?><ORDER>  <ID>1</ID>  <ORDERLINE>    <ID>1</ID>      <PRODUCTNAME>Test1</PRODUCTNAME>  </ORDERLINE>  <ORDERLINE>    <ID>2</ID>      <PRODUCTNAME>Test2</PRODUCTNAME>  </ORDERLINE></ORDER>  

How to use a password field in a Kendo grid

2 Comments

The demo at http://demos.kendoui.com/web/grid/editing-custom.html shows how to create a custom editor function. We can use this function to show a password field as editor in a Kendo grid. function passwordEditor(container, options) { $('<input type="password" required

How to add a CSS class to a kendo grid column

0 Comments

If you want to add a class to a kendo grid column, use the columns.attributes:   <div id="grid"></div> <script> $("#grid").kendoGrid({ columns: [ { field: "name", title: "Name", attributes: { "class": "table-cell", style: "text-align: right; font-size: