ASP.NET Web Forms Release History
ASP.NET WebForms Release History / 2018v 3
In This Topic
    2018v 3
    In This Topic

    C1Combox

    Bug Fixes

    • Fix bound data issue.

    C1GridView

    Bug Fixes

    • Fixed the issue where incorrect row is getting selected on window resizing after virtual scrolling.
    • [Header Template] [Virtual Scrolling] Fixed the issue where the incorrect string gets displayed on horizontal scrolling if the Header Template is applied with VirtualScrolling.
    • Fixed the issue where a Script error occurs when user clicks grid control during virtual scrolling.
    • Fixed the issue where on resizing browser, GridView do not fit according to Browser width after paging if GridView width is not sepcified.

    C1Input

    Bug Fixes

    • Fixed the issue where the number does not get selected on entering number before focus outside of control on IOS touch device.
    • Fixed the issue where value disappears if focusing behind last two digits of decimal point after value is changed in Chrome and FF browsers.
    • Fixed the issue where the number is not selected when a number is entered before focus outside the control on IOS touch device.
    • Fixed the issue where a string can be pasted to InputText on Chrome even though control has disable setting.
    • Fixed the issue where postback does not occur in C1InputCurrency, C1InputNumeric, and C1InputPercent although 'HideEnter' property is set to false as default.
    • Fixed the issue where the value does not change to negative on entering (-) sign with with Japanese Romaji keyboard.

    C1InputDate

    Bug Fixes

    • Fixed the issue where a post back happens when control looses focus even though user don't change value.
    • Fixed the issue where focus moves to the last field when C1InputDate gains focus through tab key navigation.
    • Fixed the issue where a postback happens when control looses focus even without changing the value.

    C1InputNumber

    Bug Fixes

    • Fixed the issue where a value is not same with shown value when post back.

    C1InputText

    Bug Fixes

    • Fixed the issue where the text gets set back on focusing out after clearing text using (x) button for C1InputText in Edge