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
515
RowEdit display issue on child bands of a WebHierarchicalDataGrid
posted

I'm getting a weird display issue with RowEditing on WebHierarchicalDataGrid, Cell Editing and Row adding display correctly, no errors in the console. I'm using Version=15.1.20151.1018 in firefox. Issue persists on my local and on our dev server. Anyone come across this before?

<ig:RowEditing   Enabled="true"  EditModeActions-MouseClick ="Single">
                           <ColumnSettings>
                           <ig:EditingColumnSetting ColumnKey="ChangeType" EditorID="ddlChangep" />
                        
                           </ColumnSettings>
                            </ig:RowEditing>

Parents Reply Children
No Data