Hello,
Suppose, i am having the a RadListControl with 5 items.
I programatically select two item from it before loading the form.
 
                                Suppose, i am having the a RadListControl with 5 items.
I programatically select two item from it before loading the form.
For Each typeItem In LcChecklistType.Items   If typeItem.Value = 1 OR typeItem.Value = 3 Then      typeItem.Selected = True  End IfNext
I have added handler progarmatically after this for each loop.
now when the form is loaded completely.
1.  if I "deSelect" the selected item say 1, the selectedindexchange event is not firing but the item is deSelected. now again back I Select the same item 1, then the event is fired.
2. if I "Select" other item which is not selected say 2, then the event is fired.
Help Appreciated.
ASAP
Thanks!
Sachin

