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
1250
Template is rendered for each parent row
posted

I use WebHierarchicalDataGrid, there are several bands (several levels of data).

For each band the RowEditingTemplate is specified.

I see that final page markup contains "rendered" template for each parent row. In other words, if a dropdown element is specified as template for child band, it will be rendered for each parent rows.

It is very insufficient, because the dropdown has a lot of values, and if my grid has a lot of rows, the size of page of will be excessively increased.

UltraWebGrid renders template only one time.

Maybe there is any option that forces to render template only once?

Parents Reply Children
No Data