or
function OnClientItemOpening(menu, args) {
var item = args.get_item();
var cols = args._item._itemData.length;
for (var j = 0; j < cols; j++) {
if (args._item._itemData[j].value == "FileID" || args._item._itemData[j].value == "fileSizeValue" )
{
if (args._item._itemData[j].value == "fileSizeValue") {
item.get_items().getItem(j).get_element().style.display = "none";
}
else {
item.get_items().getItem(j).get_element().disabled = true;
}
}
}
}
<
input
type
=
"text"
onmouseover
=
"showToolTipNewTarget(this);"
/>
<script type=
"text/javascript"
>
function
showToolTipNewTarget(newTarget)
{
var
radTooltip1 = $find(
"RadToolTip1"
);
radTooltip1.set_targetControl(newTarget);
setTimeout(
function
() {
radTooltip1.show();
}, 20);
}
</script>
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
|
We have used telerik controls in our project for development. Veracode has scan the code dlls and found security issues. Below are few secuirty issues.
telerik_web_ui_dll.Telerik.Web.UI.Appointment | Appointment Clone() |
telerik_web_ui_dll.Telerik.Web.UI.GridGroupPanel | bool AddGroupByFromTableView(GridTableView, int, ref int) |
telerik_web_ui_dll.Telerik.Web.UI.RadAjaxManager | string RenderUserControl(string, object) |
telerik_web_ui_dll.Telerik.Web.UI.GridAttachmentColumn | System.Web.UI.WebControls.IButtonControl InitializeButtonInCell(GridItem) |
telerik_web_ui_dll.Telerik.Web.UI.GridAttachmentColumn | System.Web.UI.WebControls.IButtonControl InitializeButtonInCell(GridItem) |
telerik_web_ui_dll.Telerik.Web.UI.GridAttachmentColumn | System.Web.UI.WebControls.IButtonControl InitializeButtonInCell(GridItem) |
function
SetHandleDock(dock, args) {
dock.set_handle(document.getElementById(
"Handle_"
+ dock.get_id()));
}