Hi,
I want to find a check_box_list controls check_box count in Rad_list_view on client side. how can get it.
please provide solutions.
My code as follows
I want to find a check_box_list controls check_box count in Rad_list_view on client side. how can get it.
please provide solutions.
My code as follows
<
telerik:RadListView
runat
=
"server"
ID
=
"RadListView1"
BorderColor
=
"White"
onitemdatabound
=
"RadListView1_ItemDataBound"
BorderStyle
=
"None"
AllowPaging
=
"True"
>
<
ClientSettings
></
ClientSettings
>
<
ItemTemplate
>
<
div
style
=
"border-bottom:1px solid gray;padding-left:15px;"
>
<
table
cellpadding
=
"2px"
cellspacing
=
"2px"
border
=
"0"
>
<
tr
>
<
td
class
=
"LabelWidth"
style
=
"margin-left:2%; vertical-align:middle;font-family: Georgia,serif;"
>
<
asp:Label
ID
=
"Label4"
runat
=
"server"
Text='<%# (DataBinder.Eval(Container.DataItem,"PermissionItemName")) %>'></
asp:Label
>
</
td
>
<
td
> </
td
>
<
td
valign
=
"middle"
>
<
asp:CheckBoxList
ID
=
"Listbox_Permission"
CellSpacing
=
"10"
CellPadding
=
"5"
runat
=
"server"
RepeatDirection
=
"Horizontal"
CssClass
=
"CheckboxList"
AutoPostBack
=
"false"
>
</
asp:CheckBoxList
>
</
td
>
</
tr
>
</
table
>
</
div
>
</
ItemTemplate
>
</
telerik:RadListView
>
Thanks,
Rahul