Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Exception caught on sorting the List grid.

    While Sorting the list grid getting the exception as below . Can you please confirm where the issue is initiated.

    Click image for larger version

Name:	Exception.PNG
Views:	53
Size:	45.2 KB
ID:	263288
    Attached Files

    #2
    It looks like you've trimmed the top of the stack - please don't do that, that's often the most critical information.

    What the trace suggests is that you are adding or removing fields (perhaps via a showIf?), and something goes wrong where there is an attempt to access a field that has already been removed. This might be something like code it your app that is triggered by removal of fields, and then performs another field removal in response.

    That's all we can say with this limited information. Of course, if you can show how to reproduce the error, we can either show you how to correct your usage or fix the problem if it's a bug.

    Comment


      #3
      Thanks for the reply. But I am not using showIf condition for the list grid field. While doing Sorting to the list grid some columns and add some columns to the column picker the grid is reformatted. The column heading is not showing properly. While doing this getting the below exception. Can you please let me know your suggestion to overcome this issue. Click image for larger version

Name:	ColumnHeader.PNG
Views:	66
Size:	53.7 KB
ID:	263314Click image for larger version

Name:	ExceptionDetail.PNG
Views:	54
Size:	49.5 KB
ID:	263315

      Comment


        #4
        We didn't say you were doing a showIf, we said:

        What the trace suggests is that you are adding or removing fields (perhaps via a showIf?), and something goes wrong where there is an attempt to access a field that has already been removed. This might be something like code it your app that is triggered by removal of fields, and then performs another field removal in response.
        You haven't clarified anything about how and when you are adding and removing fields, other than to say something vague about the column picker. Also, you didn't provide any more of the stack, as requested:

        It looks like you've trimmed the top of the stack - please don't do that, that's often the most critical information.
        So, with no new information about your usage, and no more stack frames, we're still stuck here:

        That's all we can say with this limited information. Of course, if you can show how to reproduce the error, we can either show you how to correct your usage or fix the problem if it's a bug.

        Comment

        Working...
        X