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
2045
upgrading from 10.2 to 14.2
posted

I need to rewrite all my code, because v10.2 does not work with IE11.

For grid where are all these in new WebDataGrid:

<Bands>

<DisplayLayout>

CellClickHandler

BeforeCellChangeHandler

BeforeCellUpdateHandler
AfterCellUpdateHandler
BeforeEnterEditModeHandler
AfterExitEditModeHandler
AfterSelectChangeHandler

For WebCombo

Where I set UltraGridColumn and

<ClientSideEvents AfterCloseUp="WebCombo2_AfterCloseUp"
AfterSelectChange="WebCombo2_AfterSelectChange"
BeforeCloseUp="WebCombo2_BeforeCloseUp"
BeforeDropDown="WebCombo2_BeforeDropDown" />

Is there easy way to convert? I can't use Version Utility because I skip version...