1 Reply Latest reply on Oct 13, 2008 5:48 AM by ilya_shaikovsky

    Preventing some rows of right list in list shuttle component

    soubhratra

      Hi all,
      I have a requirement where some of the rows on the right hand list of LS component can not be removed by clicking on Remove /remove all buttons. I know that current LS component does not support it out of box but is there a work around? can I tweak the internal column tag's properties somehow to do the same?
      Or can I detect on clientside when a particular row is clicked and invoke a custom js function to deselect it again? If I can do that then how can I handle the remove all case?

      I tried to implement a custom LS component using scrollableDataTAble component but a bug in current SDT preventing me to implement that. I am using Richfaces 3.2.2 and can not wait for future versions. Thanks in advance for your help.