Problem using Grid Control

I am using syncfusion grid control and when user clicks shift+delete it gives below error if any one have gone thru similar problem please guide me Syncfusion.Windows.Forms.Grid.GridModelCommandManager.Rollback() .exe: N 00102 Syncfusion.Windows.Forms.Grid.GridModelCutPaste.CutRange(rangeList As GridRangeInfoList, clearStyle As Boolean) .exe: N 00184 Syncfusion.Windows.Forms.Grid.GridModelCutPaste.Cut() .exe: N 00714 Syncfusion.Windows.Forms.Grid.GridControlBase.OnKeyDown(e As KeyEventArgs) .exe: N 04365 System.Windows.Forms.Control.ProcessKeyEventArgs(m As Message&) .exe: N 00902 Syncfusion.Windows.Forms.Grid.GridControlBase.ProcessKeyEventArgs(m As Message&) .exe: N 00138 System.Windows.Forms.Control.ProcessKeyMessage(m As Message&) .exe: N 00053 Syncfusion.Windows.Forms.Grid.GridControlBase.ProcessKeyMessage(m As Message&) .exe: N 00022 System.Windows.Forms.Control.WmKeyChar(m As Message&) .exe: N 00018 System.Windows.Forms.Control.WndProc(m As Message&) .exe: N 00941 Thanks Ajay

3 Replies

AD Administrator Syncfusion Team June 8, 2006 04:40 AM UTC

Hi Ajay, I can drop a GridControl on a form using 4.1/4.2 select a rows/table and do shift+delete to delete a row without a problem which is the default behavior. Can you try this on your system with one of our samples to see if it behaves OK? Are you using multiple threads? If so there may be threading issues affecting this behavior. Please refer this KB Article for Threading issue . Can you send us a sample showing this problem? Thanks for your patience. Regards, Haneef


AD Administrator Syncfusion Team June 8, 2006 12:50 PM UTC

Hi Haneef, >Hi Ajay, > >I can drop a GridControl on a form using 4.1/4.2 select a rows/table and do shift+delete to delete a row without a problem which is the default behavior. Can you try this on your system with one of our samples to see if it behaves OK? Are you using multiple threads? If so there may be threading issues affecting this behavior. Please refer this KB Article for Threading issue . > >Can you send us a sample showing this problem? > >Thanks for your patience. >Regards, >Haneef


AD Administrator Syncfusion Team June 8, 2006 12:57 PM UTC

Hi Haneef, Thanks for your help, i have found the solution for it, when we press shift+delete then the gird clearcell event is fired so we are know making e.Handled = true so know its working fine Thanks Ajay >Hi Ajay, > >I can drop a GridControl on a form using 4.1/4.2 select a rows/table and do shift+delete to delete a row without a problem which is the default behavior. Can you try this on your system with one of our samples to see if it behaves OK? Are you using multiple threads? If so there may be threading issues affecting this behavior. Please refer this KB Article for Threading issue . > >Can you send us a sample showing this problem? > >Thanks for your patience. >Regards, >Haneef

Loader.
Up arrow icon