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
20
WebDataGrid async update & a child Grid within parent
posted

Hello all,

I'm looking for a point in the right direction on 2 particular items I'd like to get started on :

1. A WebDataGrid which is updated asynchronously. The grid will need to refresh itself every N seconds, and I would like to be able to note when a cell has changed.

2. The same grid  would hopefully support a parent/child relationship, with the Child items being in a  collapsible grid within the row of the parent.

I'm assuming the WebDataGrid is the grid of choice from what I've read so far, but if that is not the case, I'm all ears.

Thanks beforehand for any info.