GridGroupingControl (3.2.1.0) - CurrentCell

Hi! I have a GridGroupingControl that gets updated frequently. The problem is that with every update the CurrentCell loses the focus and gets overridden by the row selection. How can I prefent this? I want that the CurrentCell keeps the focus also when the grid gets updated. Thank you for your help! Regs, Dan Roesch

1 Reply

AD Administrator Syncfusion Team October 19, 2005 01:57 PM UTC

Try handling the SourceListListChanged event and set e.ShouldResetCurrentRecord = false to see if that prevents this behavior.

Loader.
Up arrow icon