Radlistbox enable/disable checkbox VB.NET

253 Views Asked by At

I need help with disabling only the checkboxs in RadListBox can someone show me how to do it please.(VB.NET)

aspx.code:
<telerik:RadListBox ID="rlbNavigateIncidents" runat="server" AutoPostBack="True"  CheckBoxes="True" ShowCheckAll="False" Width="239px" Height="315px">
</telerik:RadListBox>
0

There are 0 best solutions below