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
3521
2009.2 Build 2099 Doesn't throw DataObjectRequested Event For Edit Row
posted

Another problem I am having since the 2099 patch:

I have a xamGrid with AddNewRowSettings enabled.  It is defined as thus:

        <igGrid:XamWebGrid.AddNewRowSettings>
            <igGrid:AddNewRowSettings AllowAddNewRow="Bottom"
                                      IsEnterKeyEditingEnabled="True"
                                      IsMouseActionEditingEnabled="SingleClick"
                                      IsOnCellActiveEditingEnabled="True" />
        </igGrid:XamWebGrid.AddNewRowSettings>

Prior to the 2099 patch, the DataObjectRequested event would be thrown N+1 times.  Where N is the number of items in your grid.  Since 2099, the DataObjectRequested event is not being fired for the Add Row (which contains defaults).  It is only when I click into the add row that I see values in this row.

I have tried to reproduce this problem in a sample solution, but I can't get it to behave the same way when the grid is on a page.  The grid I am having issues with is on a UserControl popup.  I will continue to try to reproduce the issue with a user control and popup, but I thought that I would throw this out there in case someone has an idea what could be causing this. 

I've been banging my head on this for a couple of days..