Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<
telerik:RadListBox
ID
=
"RadListBox1"
runat
"server"
CheckBoxes
"true"
DataSourceID
"SqlDataSource1"
OnClientItemChecking
"OnClientItemChecking"
>
</
function
OnClientItemChecking(Sender, args)
{
args.set_cancel(
true
);
}
$telerik.$(
() {
'.RadListBox :input'
).attr(
'disabled'
,
var
prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(
});