Hello,
I i have a Rad​ListBox with checkboxes named "myCkList".
Im my case, i check some boxes and i observe CheckedItems in server side after clicking button. I'm suprised because myCkList.CheckedItems.Count = 0 ...
In fact, it's because i added property Enabled=false to myCkList in ​aspx page (of course i enable it client side before clicking checkboxes) !
Is it a normal behavior in asp.net ?
I can work with Enabled=true and set_enabled(false) from pageLoad..., no problem.
