Hi,
I'm using telerik Radlistbox (winforms controls)..
The scenario is,when we select an item in Radlistbox then all the related values for the item should be loaded in the window from db..
The corresponding code is written in selecteditemchanged event of the list box..
The Radlistbox is dynamically populated at runtime from db based on the letters we type in as particular textbox(like autocomplete)
with the top item selected by default...
The issue is when we select the items other than the item at the top(which is selected by default) then the
selectedindexhange event gets fired, the values are loaded in the window.. But if we click the item at the top(which is
selected by default) then the selectedindexhange event doesn't gets fired...
We tried click,mousedown events but when we use that where ever we click on the Radlistbox the (apart from the iitems especially in the scroll bars) the item at the top is loading..
pls guide us on this issue(whether any events that we can use or any way to avoid the default selection when using the click event)...
I'm using telerik Radlistbox (winforms controls)..
The scenario is,when we select an item in Radlistbox then all the related values for the item should be loaded in the window from db..
The corresponding code is written in selecteditemchanged event of the list box..
The Radlistbox is dynamically populated at runtime from db based on the letters we type in as particular textbox(like autocomplete)
with the top item selected by default...
The issue is when we select the items other than the item at the top(which is selected by default) then the
selectedindexhange event gets fired, the values are loaded in the window.. But if we click the item at the top(which is
selected by default) then the selectedindexhange event doesn't gets fired...
We tried click,mousedown events but when we use that where ever we click on the Radlistbox the (apart from the iitems especially in the scroll bars) the item at the top is loading..
pls guide us on this issue(whether any events that we can use or any way to avoid the default selection when using the click event)...