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
170
UltraWebGrid: Template Column checkbox autopostback problem
posted

Hello all,

In our UltrawebGrid, we have several columns with the first one being a checkbox. We need this checkbox to allow a user to select which row he/she wishes to print. Unfortunately, I needed to set "Autopostback" to true or else, upon clicking the "Print" button, it does not detect any checkboxes being checked.

Our UI allows a user to select up to 100 rows per page and when attempting to click multiple checkboxes, there is a pause and results with an "Type is not resolved for member" warning. Our users will not accept this.

What I really need is to capture the selected rows without the postback when a checkbox is checked/unchecked.

Thank you,

Peter