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
546
Custom control in a cell with status information for the row
posted

Hi,

 

I would like to place a custom control in a cell. This control should get the ListObject of its row (this I could do in Grid_initializeRow).

My question is: Do I get a separate instance of the control for every row. I would need that because the control should also show information related to its row. This information should be visible at all time.

If all rows share the same instance of the control, that would not be possible.

How could I achieve the desired behavior?

 

Thanx!