How to disbale search on child rows?

How to disbale search on child rows?

akkizzakkizz Posts: 4Questions: 1Answers: 0

I have nested web grid implemented with data table. When I am searching table, it searches in the child table data as well. Because of which once I do search the expand/collapse functionality doesn't work?

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @akkizz ,

    If you at this example, you can see that the table doesn't search on the child row data, even if that data is opened and displayed. If you're seeing that, it must be something specific to your code.

    We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. 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

  • akkizzakkizz Posts: 4Questions: 1Answers: 0

    I am using exactly same example with html class that adds the data table plugin to it.

  • akkizzakkizz Posts: 4Questions: 1Answers: 0

    @colin Is data table supported for nested WebGrid Control?

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Nope, that's a different product you're looking at there :)

  • akkizzakkizz Posts: 4Questions: 1Answers: 0
    edited June 2018

    @colin Can I have data tableintegrated with it? Do have any pointers?

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    No, entirely different. DataTables is an opposing solution, so maybe take a look at that, or see if there's a forum for that WebGrids (or Stackoverflow perhaps)

This discussion has been closed.