Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
How to expand a swftable row by row number if any previous row is expandable?
posted

I have used ExpandRow (Row Number) method, it is working fine untill there is any expandable row exists before this row...

Example:

First Row is expandable by further 3 rows

Second Row is expandable for some rows.

Now, if i write..SwfTable("").ExpandRow 2

It will not work as now, the row number is 5 not 2..

Could anyone help me out?

  • 7695
    Offline posted

    I don't see this behavior happening in our samples for the version I am working in. I believe this may be caused by one of several things.

    What I would recommend trying first is putting quotes around the row number. While this shouldn't cause an difference in normal usage, it is possible, as there is different logic to retreive the row depending on if a string is passed or an integer.

    Second, but not likely as I don't recall changing this code in quite sometime if ever, is I am likely using a newer version then you, the code may have changed since then, please supply the build and version number of the TestAdvantage and NetAdvantage and I can test it using the same version.

    If the first suggestion doesn't work, reply back with the version numbers. I will check more in depth, to see if I can reproduce it using that version. Otherwise you may likely need to contact developer support and send in a sample so that they be able to look at the issue closer.