Why does modal DataTable grid only allow update to 1st 10 rows, when paging is on (except in IE)?

Why does modal DataTable grid only allow update to 1st 10 rows, when paging is on (except in IE)?

rdaviesrdavies Posts: 4Questions: 2Answers: 0

Hi folks, once again I am working on Mary Ann Sanders' project at SCI Consulting, which I think you are familiar with.
We have a modal popup with display/edit ability, but the number of lines that are editable varies like this:

1) In InternetExplorer all lines are editable, with or without paging.
2) In Chrome or Firefox when paging is On, only the first 10 lines are editable, no matter how many rows per page there are.
3) In Chrome and Firefox when paging is Off all lines are editable.

Is this an issue you are familiar with, and if so is there a work around for it? Thanks!

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    Answer ✓

    Hi @rdavies ,

    If you are using Editor, then all rows on that page should be editable. If you're using your own code, then it could be anything - most likely some kind of selector restricting it. We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • rdaviesrdavies Posts: 4Questions: 2Answers: 0

    Thanks, Colin. The grid in question is an Editor grid. I would love to create a test case, but being very new to MVC I think it may take me a while to figure out how to do that. So, as soon as I have a block of time to dedicate to it, I will try to get that working for you.

This discussion has been closed.