Disable a list item

  • Thread starter Thread starter Nishanthan
  • Start date Start date
N

Nishanthan

Hi,

How can i disable a list item which is in the dropdown list ?

Regards,
P.Nishanthan
 
Hi,

I mean that that if I select that one that should not fire the selected
change event and so on. But now I find some other way to achieve the target.
So leave it. Thanks.

Regards,

P.Nishanthan
 
Hi,

I mean that that if I select that one that should not fire the selected
change event and so on. But now I find some other way to achieve the target.
So leave it. Thanks.

Regards,

P.Nishanthan
At the client or the server upon the changed event return false if it is
the item you want to ignore. This will cause the event to be ignored.
 
Back
Top