We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Editing last column in virtual grid freezes the active cell . .

I have another example of this same behavior where the active cell gets "stuck" when i edit the last cell in a column in a virtual grid. I can''t hit the left arrow key (to move to the cell to the left) for about 4 seconds. If i type in data and hit enter to committ, i can''t move the active cell back to the the left for a few seconds. I hit the left arrow key but it takes 4 seconds for it to actually move. NOTE: On the QueryNextCurrentCellPosition event, i call grid.CurrentCell.EndEdit(); to make sure it commits because by default it stays in editing mode. i have added this code to the example project and upload the solution again . I named it VirtualGridwithlastColissueadded.zip

VirtualGridwithlastColissueadded0.zip

3 Replies

AD Administrator Syncfusion Team July 17, 2006 05:50 AM UTC

Hi Adam, By setting the WrapCellBehavior property to WrapRow, you can make the currentcell move to the first column of the next row when the currentcell is in last column. You can also use Shift+Tab to navigate in reverse order between cells. The sample below seems to be working fine, let me know if you trying something different. http://www.syncfusion.com/Support/user/uploads/VirtualGrid41_baf3eb14.zip Regards, Rajagopal


AD Administrator Syncfusion Team July 17, 2006 04:05 PM UTC

i only have one row in this example so it freezes for a 3-4 seconds every time i committ this.. Please advise thks, ak >Hi Adam, > >By setting the WrapCellBehavior property to WrapRow, you can make the currentcell move to the first column of the next row when the currentcell is in last column. You can also use Shift+Tab to navigate in reverse order between cells. > >The sample below seems to be working fine, let me know if you trying something different. >http://www.syncfusion.com/Support/user/uploads/VirtualGrid41_baf3eb14.zip > >Regards, >Rajagopal >


AD Administrator Syncfusion Team July 18, 2006 06:07 AM UTC

Hi Adam, Please take a look into the attached sample below, that seems to work as expected. Here is a sample http://www.syncfusion.com/Support/user/uploads/Virtual_Mod_2b01580a.zip Let me know if you need any further assistance. Thanks, Rajagopal

Loader.
Live Chat Icon For mobile
Up arrow icon