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
205
UltraWebGrid - Row Edit Template - Sending Post Bock...
posted
Hi There I am having an odd problem with the UltraWebGrid when using the RowEditTemplate functionality. When user attempts to edit the row in the grid (but clicking on the row selector), the row edit template is displayed. This works fine and the user can make changes to the row in the grid by using this mechanism. However, when I instantiate the row edit template when adding a new row (using the following javascript) igtbl_addNew(_clientGridID, 0, false, false).editRow(); the row edit template is displayed briefly for a second and then dissappears. The reason why it dissappears is that it's somehow posting back to the server (firing the addrow event). Note this is happening before the user has a chance to even select the save or close button or enter any data in the fields. This causes the row edit template to be hidden for any other edits until the page is refreshed... Is there anyway to turn the post back functionality off so that it doesn't post back until the user selects the save button Many Thanks Brian Merton