ASP.NET Web Forms Release History
ASP.NET WebForms Release History / 2013 v1
In This Topic
    2013 v1
    In This Topic

    C1BarChart

    Bug Fixes

    Data series are now displayed when setting the Y-axis to a Date Time value.

    C1BubbleChart

    Bug Fixes

    Data series are now displayed when setting the Y-axis to a Date Time value.

    C1Calendar

    Bug Fixes

    The calendar drop-down is now correctly shown when clicking the trigger button after resizing the browser window.

    C1Carousel

    Bug Fixes

    • In Design time, the CarouselItems Name is automatically changed after pressing F2 and the focus is lost on the CarouselItem in the Carousel Designer Form. Fixed.
    • If the PagerPosition.At property is set to Left, the Pager is no longer clipped with C1Carousel.

    Charts

    Bug Fixes

    Although chart label correctly displays culture-specific settings, Hint Value does not correctly display culture-specific settings. Fixed.

    C1Combobox

    Bug Fixes

    • The ForceSelectionText property now works.
    • The OnClientChanged event now fires correctly.
    • The combo drop-down now works if C1ComboBox is placed in a C1Dialog.
    • The OnClientTextChanged event is now fired when the existing combobox items are entered from the textbox when the AutoComplete property is set to true.
    • The tooltip now appears when hovering over the drop-down button or C1ComboBoxItem at run time.
    • Two items are no longer shown in bold font style when selecting for a second time.
    • Empty data gets displayed with a smaller height. Fixed.
    • Unlike Microsoft Drop-Down List, Combo items cannot be selected if the C1ComboBox drop-down list overlaps with a disabled C1Editor. Fixed.
    • A JavaScript error is no longer observed after selecting items from the C1ComboBoxColumn if AutoPostback=True and SelectOnItemFocus=True.
    • A JavaScript error no longer occurs after deleting the combo box item in the text area using the Backspace key where some specific setting is applied.

    C1CompositeChart

    Bug Fixes

    The Dataseries now matches the legend entries.

    C1Dialog

    Bug Fixes

    • The Dialog button is no longer clickable and the dialog box can no longer be resized when the Enabled property is set to false.
    • Dialog now appears according to the position value after a postback occurs.
    • The "resource cannot be found HTTP 404" error is observed when there is a tilde ( ~) symbol in the ContentUrl property of C1Dialog.

    C1Editor

    Bug Fixes

    • The Height and Width attributes of the img tag now change when an image is resized in design view.
    • Unlike the C1Editor of the WebUI , pressing the <Esc> key does not close the dialog window (Spell checker ) and drop-down menus (FontName menu, FontSize menu and Table menu). Fixed.
    • The layout of the settings screen font color no longer gets crumbled in IE6.
    • The upper part of the text area in C1Editor is no longer covered up by a gray area after setting the Mode property.
    • Unlike the Microsoft TextBox control, the focus is now displayed in C1Editor when pressing the key combination of "Alt" + the AccessKey value. Fixed.
    • Wijmo Editor's setText method now synchronizes code view with designer view in Split mode.

    FormDecorator

    Bug Fixes

    Dropdown no longer stays highlighted in IE and FireFox.

    C1Gallery

    Bug Fixes

    • If the ShowTimer property is set to false, the image showing time is different. Fixed.
    • An error is no longer thrown when the [Iframe] of ControlExplorer is opened.
    • Images are now displayed when C1Carousel or LightBox is added in WebUserControls and these UserControls Pages are added in a subfolder.

    C1GridView

    New Features

    • The C1BaseFieldCollection.ColumnByName method has been added.
    • The C1BoundField.ValueList property has been added.

    Bug Fixes

    • Spinner buttons of C1InputNumeric are now correctly shown if using an editor in C1GridView.
    • The border is no longer missing if C1Input is used as an editor in C1GridView.
    • Setting the Row height now works when the StaticColumnIndex property is set.
    • The style of the header row of a band row can now be changed.
    • The row height is now correctly maintained after clicking the group collapse icon.
    • Keyboard navigation now works if rows contain a checkbox.
    • When AllowColSizing=true and columns are resized at runtime, the width of the grid no longer remains the same which caused a blank space at the right end of the grid.
    • When setting CallbackSettings.Action to Paging, the value of the previous page gets fetched in the SelectedIndexChanging event. Fixed.

    C1Input

    Bug Fixes

    • The selected date is now shown as the selected text in the textbox of C1InputDate after opening the drop-down calendar.
    • Setting the Date property for C1InputDate in the DateChanged event of another C1InputDate is now working.
    • The width and height properties are now working for all C1Input controls at run time.
    • You can now get the entered string when setting the password character.

    C1LightBox

    Bug Fixes

    The image from the previous sample is no longer combined with the current sample of wijLightBox.

    C1LineChart

    Bug Fixes

    Same display for different FillOpacity value settings and also same display for Opacity and FillOpacity settings. Fixed.

    C1List

    Bug Fixes

    Multiple issues are no longer observed with the autoSize option at run time.

    C1Menu

    Bug Fixes

    • A JavaScript error [Unable to get value of the property 'getParent': object is null or undefined] is no longer thrown when clicking the header link after navigating to a submenu item.
    • 'Horizontal Scrollbar' is now appearing in the 'Preview' pane when multiple child items do not fit in one row.
    • When the C1Menu orientation is set to 'Horizontal', its separator is now shown correctly in the top-level menu.
    • When setting long text to BackLinkText, the BackLinkText's text is no longer shown outside of the back link button.

    C1PieChart

    Bug Fixes

    • The slices of pie chart are no longer distorted at design time.
    • The Animation effect is now displayed in a pie chart when hovering over the slices when Animation.Enabled is set to true.
    • The hint text is always shown above the C1PieChart and is not shown when hovering the mouse on a pie slice. Fixed.

    C1Rating

    Bug Fixes

    • The dynamically set star option is no longer distorted if the reset button is disabled.
    • The C1Rating control no longer disappears at design-time when the DisplayVisible property is set to False from the Properties window.

    C1ReportViewer

    Bug Fixes

    • An extra blank page is no longer printed when C1ReportViewer contains only 2 pages.
    • C1ReportViewer now works with IE 6.0 and IE 7.0.
    • The C1ReportViewer.ClearCachedDocument static method returns true if the specified document has actually been removed from the cache. Fixed.
    • C1Preview.C1PrintDocument is not disposing. Fixed.

    C1ScatterChart

    Bug Fixes

    Markers in C1ScatterChart are zoomed on the mouse hover effect even when Enabled is set to False. Fixed.

    C1Splitter

    Bug Fixes

    • The right border of Panel 2 is no longer missing at run time if the CollapsingPanel of C1Splitter is set to Panel2 and the Orientation is set to Vertical.
    • Panel gets displayed even smaller than the actual size set in 'MinSize' property. Fixed.

    C1Tabs

    Bug Fixes

    The value of the C1Tabs.Selected property no longer becomes incorrect when there is a hidden tab.

    C1Tooltip

    Bug Fixes

    • The Callout element is no longer appearing in the 'C1ToolTip' even when the client-side property of showCallOut is set to 'False'.
    • A JavaScript error is no longer occurring after browsing the Template sample page of ToolTip in ControlExplorer.

    C1Treeview

    Bug Fixes

    The drag drop action now works when dragging and dropping a second time.

    C1Upload

    Bug Fixes

    • If a file upload is cancelled for the first time, the 'Upload progress bar' still appears even though a file upload is completed a second time. Fixed.
    • You are no longer able to upload more than the allowed maximum number of files if EnableSWFUploadOnIE is set to True.
    • The MaximumFiles property now resets to the default value zero(0).
    • Files can no longer be uploaded even if Enabled is set to False.
    • [Chrome][FireFox] The page navigates to the Home page after clicking the Upload icon from the File input sample of Upload. Fixed.

    ToolkitExplorer_2010

    Bug Fixes

    The ribbon bottom border and content of C1Editor is now displayed in the ToolkitExplorer.