I have four grids doing cell editing. One of the Grids seems to 'Hang' after editing a cell. The typical behavoir of the 3 grids the work 'properly' are if you edit a cell and then go click a button or dropdown with out tabing off the cell it still comits. However, the one page when i select something else on the page with out tabing off just seems to hang in edit mode.
the only difference i notice is that some of the editing i am doing is in the Childband and on the page with issues it is in the main row
here is the settings i am using for ref:
WORKS:
<igGrid:ColumnLayout.EditingSettings> <igGrid:EditingSettingsOverride AllowEditing="Cell" IsMouseActionEditingEnabled="SingleClick" IsOnCellActiveEditingEnabled="true"/> </igGrid:ColumnLayout.EditingSettings>
<igGrid:XamWebGrid.SelectionSettings> <igGrid:SelectionSettings CellSelection="None" CellClickAction="SelectRow" RowSelection="Single"></igGrid:SelectionSettings> </igGrid:XamWebGrid.SelectionSettings>
DOES NOT WORK<igGrid:XamWebGrid.EditingSettings> <igGrid:EditingSettings AllowEditing="Cell" IsMouseActionEditingEnabled="SingleClick" IsOnCellActiveEditingEnabled="true"></igGrid:EditingSettings> </igGrid:XamWebGrid.EditingSettings>
Hi,
Seems strange, the only reason a cell would hang from exiting edit mode when loosing focus is if validation fails, but assuming you're using a textbox in your editor, you'd see the validation message?
Is the column that you're editing on a TextColumn?
Do you have a sample that you can post, so that I can look into this futher?
Thanks,
-SteveZ
it seem strange to me too. when i debug the page the CellExitingEdit and CellExitedEditing never get called.
here is the col:
<igGrid:TextColumn Key="Cost" Width="*" HorizontalContentAlignment="Right" ValueConverter="{StaticResource NumConverter}" ValueConverterParameter="{StaticResource NumberFormat}" EditorStyle="{StaticResource myEditorStyleTextBox}" />
is there another method i could send you a sample of the page besides posting, the boss wasnt to thrilled about that?
another point which im not sure should matter is the Grid is on a ChildWindow instead of a Page
Yes, you can create a support incident and attach your sample there.
http://es.infragistics.com/support/submitrequest.aspx