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
275
Strange Behaviour with Grouping.
posted

We are experiencing some strange behaviour with grouping in our app. It happens very inconsistently so it has been hard to nail down.

 One of the columns for the grid has text wrap enabled and if a user has data where the information is distrubuted over more then three lines then it sometimes causes the whole grid to squish over to the right of the screen when they click on that row. Also the javascipt that we are running on the row_click event doesn't get executed for that click. (and no javascript errors are generated.)

If the user clicks on that row again (when it is all squished to one side of the page) then the javascript runs. If I remove the grouping on the table the problem disappears for that user.

I can't reproduce the problem in our development area so I am having trouble fixing this issue. I assume it must have to do with the style properties on the table.

We are using v6.2 and all our clients use IE 6.

Has anyone seen this problem or doing they have any ideas that I could try.

Amy