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
295
UltraWebGrid OnActiveRowChange Issue
posted

Hi, Im using Infragistics v2009.1

I need the user to add rows in the clientside, so that after the new row is added, i'll call the AddNew row event in the server side to handle that functionality.

For example, if user add 3 rows and after adding the 3rd row, if he click on the 1st or 2nd row i need to call the activerow change event in the server side to handle respective functionality.

My issue is, i've added OnAddRow event and OnActiveRowChange event to the grid. Now when i run the page, and click on any cell, the page gets posted back. During post back, it is not even calling the OnActiveRowChange event. The page simply gets posted back. So i cannot add data to row.

How could i fix this?