Binding events on "hidden" controls
Binding events on "hidden" controls
Hi,
For a quite sophisticated page we need to display complex controls on datatable row. One control (select) on the row have an implicit impact on another control (select too). So we need to bind events on each control for each row. The problem is that only 10 rows are bound by default. The workaround is to display all rows at once without paging, but in case of a high number of rows the page may be almost unreadable. Is there a safe way to bind events for all rows even those not show on first display ?
Thanks for your help,
Regards,
David