2 Replies Latest reply on Aug 26, 2011 3:46 AM by sukhendu83

    Attribute frozenColumns

    sukhendu83

      Hi all,

       

      I am using RF version 3.3.3 and using rich:extendedDataTable. I want to freez 4 columns in table. But when I add  frozenColumns attribute in extendedDataTable it giving me the following error.

       

      Attribute frozenColumns invalid for tag extendedDataTable according to TLD

       

      Can you please tell me where I am going wrong.

       

      Thanks,

       

      Sukhendu

        • 1. Re: Attribute frozenColumns
          ilya_shaikovsky

          That feature was available only for scrollableDataTable in 3.3.x.

           

          In 4.x extended and scrollable tables were unified to combine features alltogether so extendedDataTable in RF 4 allows that.

          • 2. Re: Attribute frozenColumns
            sukhendu83

            Thanks for your quick reply.

             

            But If I use RF 4.x then in File upload section I have a proble, like UploadEvent and UploadItem classes are not there. I can use FileUploadEvent to get the uploaded file. But I can not use UploadedFile class instead of UploadItem because I have few checkings like 'isTempFile', 'getFile().length()' which is there in UploadItem but not in UploadedFile.

             

            So if you have any suggestion regarding this then it will be helpful to me.

             

            Thanks

            Sukhendu