or
$(document).ready(
function
()
{
$(
"#adminGrid"
).kendoGrid({
dataSource:dataSource,
toolbar: [
"create"
],
columns: [
{ field:
"name"
, title:
"Name"
, width:
"150px"
},
{ field:
"description"
, title:
"Description"
, width:
"150px"
},
{ field:
"logo"
, title:
"Logo"
, width:
"150px"
},
{ field:
"startDate"
, title:
"Start Date"
, width:
"150px"
, format:
"{0:MM/dd/yyyy}"
},
{ field:
"endDate"
, title:
"End Date"
, width:
"150px"
, format:
"{0:MM/dd/yyyy}"
},
{ field:
"disabled"
, title:
"Disabled"
, width:
"50px"
},
{ command: { text:
"Edit Tags"
, click:showTags }, title:
" "
, width:
"110px"
}],
editable:
"inline"
});
// $("#mainDiv").on("click",".h-edit-tags", showAlert);
});
function
showAlert(e)
{
e.preventDefault();
alert(
"hello"
);
}
$('div[data-role=view]').each( function( i, elem )
{
if ( $(elem).attr('data-url') && $(elem).attr('data-url') != window.location.hash.replace( /#/, '' ) )
{
$(elem).remove();
}
} );
<?
xml
version
=
"1.0"
?>
<
methodCall
>
<
methodName
>breq.getBreqs</
methodName
>
<
params
>></
params
>
</
methodCall
>