Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I have a TreeGrid listing task details. We needed the top level of the tree To display just the name field. To do this I have a rowDataBound procedure which deletes all the cells after the name and changes the colspan of the name field to fill the table. I can edit the name field and save it using the toolbar. But if I tab out of the field I get a stack overflow instead of moving to the next line.

The attached includes the aspx and ts files for the page and a sceenshot showing the error.

I suspect that this is because I am tabbing to the next field, but I have removed all the remaining fields in the row.