Our ComponentOneOur ComponentOne

Documentation

From Our ComponentOne

Jump to: navigation, search

Contents

ComponentOne Studio for ASP.NET Wijmo 2013 v1

New Features

GridView

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

Bug Fixes

BarChart

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

BubbleChart

  • Unlike C1BarChart, setting the client-side property showChartLabels to false does not work. Fixed.

Calendar

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

Carousel

  • 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

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

Combobox

  • 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.

CompositeChart

  • The Dataseries now matches the legend entries.

Dialog

  • 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.

Editor

  • 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

  • Dropdown no longer stays highlighted in IE and FireFox.

Gallery

  • 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.

GridView

  • 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.

Input

  • 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.

LightBox

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

LineChart

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

List

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

Menu

  • 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.

PieChart

  • 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.

Rating

  • 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.

ReportViewer

  • 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.

ScatterChart

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

Splitter

  • 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.

Tabs

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

ToolTip

  • 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.

Treeview

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

Upload

  • 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

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

ComponentOne Studio for ASP.NET Wijmo 2012 v3

New Features

All Controls

  • Wijmo (Core JavaScript Library) updated to version 2.1.4.
  • Synced with C1Report build 54513.
  • Updated Wijmo to version 2.3.0
  • Updated jQuery to version 1.8.2
  • Updated jQuery UI version 1.9.1

CompositeChart

  • Added support for Multiple Y- Axis

Events Calendar

  • Added new client side option – readOnly. Set this option to true if you want to prevent users from editing events data.

Menu

  • Client events 'OnClientShown', 'OnClientShown', 'OnClientHidding' and 'OnClientHidden' have been added.
  • Request to provide 'Closing' event.

Wizard

  • Added new properties "NextBtnText" and "BackBtnText".

Bug Fixes

All Controls

  • The controls no longer fail to create designer when a control is dropped onto the design surface.
  • C1 Wijmo controls now work if Session State of the webpage is disabled Support Enhancement.
  • [Chrome] PieChart is no longer overlapped with the grid view if these two controls are placed in different column in the same row of html table after browsing with Chrome.

Accordion

  • In 'Data Bound' C1Accordion, if 'RequireOpenedPane' is set to 'False' at design time, 'C1AccordionPane' set as 'SelectedIndex' is now expanded at run time.
  • When clicking the Header area of C1Accordion, any C1Accordion inside its Content area is no longer collapsed automatically.
  • Properties set on C1AccordionPane are now rendered such as (AccessKey, CssClass, BackColor, BorderColor, BorderStyle, BorderWidth, Font, ForeColor, Enabled, ToolTip).
  • When "Save as xml" and "Load from xml" some properties (AccessKey, Enabled, ExpandDirection, RequireOpenedPane, SelectedIndex) are now retained.
  • If RequireOpenedPane is set to "False" some of the expanded panes are now retained after postback occurs.
  • Loading Panes in Accordion dynamcically now works properly during Postback
  • Fixed problems with child controls view state.
  • Checkbox no longer resets after handling Changed Event in Accordion.
  • C1Accordion- Designer Issue with UpdatePanel in Pane no longer occurs.
  • Static Accordion panes are now resizing.
  • Loading panes in Accordion dynamically with postback now works.
  • Panes now close when selection changes and 'ExpandDirection' is set to top/left.
  • Javascript error no longer occurs when Script Manager is placed on the same page with C1Accordion and SelectedIndexChanged event is added to the control.
  • All 'C1AccordionPanes' are expanded when setting 'RequireOpenedPane' to 'True'.
  • C1Accordion header and content are now rendering correctly at run time.

AutoComplete

  • Designer Form no longer gets closed when clicking anywhere on the designer after renaming the auto complete item.
  • PostBack action now occurs when AutoComplete Item is selected; ItemSelected event is now fired when AutoPostBack=True is set.
  • It is not possible to set the Source property.

BarChart

  • Jscript runtime error no longer occurs when C1EventsCalendar ( culture set except en-US ) is placed in the same page with any Chart control.
  • Fixed a bug of ValueLabels.
  • Axis labels are now correctly displayed after postback.
  • Server side property "Horizontal" now works.
  • Javascript error [Unable to get value of the property 'bar': object is null or undefined] is no longer thrown on clicking the legend item item after adding BarChartSeries to SeriesList.
  • Visibility issue with clicking series item in legend has been fixed.
  • Setting "Visible= false" no longer affects the control at design time.
  • Exception no longer occurs in data binding.
  • Different behavior is no longer observed between gridlines after changing the Compass setting for the X Axis from South to North.
  • C1BarChart is now correctly rendered if the underlying data source contains negative value.
  • The control now gets dim state in IE8, when setting the Enabled property to false.

BubbleChart

  • Jscript runtime error no longer occurs when C1EventsCalendar ( culture set except en-US ) is placed in the same page with any Chart control.
  • Fixed a bug of ValueLabels.
  • AnnoMethod = ValueLabels now works on the Y Axis.
  • Clicking the legend item now toggles the series visibility.
  • Animation effect is now seen on hovering the mouse over serie markers.
  • "Y1" values are now correctly applied in series marker.
  • Hint is now displayed properly on setting both ¡®Hint.Content.Content¡¯ and ¡®Hint.Title.Content¡¯ properties
  • "InvisibleMarkLabels" property now works correctly in bubble series.
  • Stroke width is now reset to original width after hovering over the dataseries and move out of that data series when adding stroke in series style.
  • Setting "Visible= false" no longer affects the control at design time.
  • Exception no longer occurs in data binding.
  • Different behavior is no longer observed between gridlines after changing the Compass setting for the X Axis from South to North.
  • The control now gets dim state in IE8, when set "Enabled = false".

Calendar

  • Postback now occurs on selecting date after navigating to previous or next month when AutoPostBack is set to True.
  • Postback now occurs after selecting the date and having AutoPostBack property set to True.

Carousel

  • JScript runtime error is no longer generated in IE9 when 'LoadOnDemand' is set to 'True'.
  • Carousel Backcolor no longer gets highlighted after clicking the next button quickly in Chrome browser.
  • Inconsistencies between Design time and Run time after setting 'PagerType' to 'dots' no longer occur.
  • Object of type System.Int64 can now be converted to type System.Int32.
  • Error message no longer occurs after resetting Display property in property grid.
  • Caption of second Item is now shown if setting Preview = True and Display = 2.
  • C1Carousel's items are now shown properly in C1Tab when C1Tab's direction is set to Right to Left.
  • The scrollbar and the text position area are no longer overlapped in the LightBox.

ComboBox

  • Setting the selectedValue updates selectedIndex.
  • After setting items at design time, items are no longer displayed twice in drop down list.
  • Client-side 'selectedValue' property did now works.
  • Dropdown now gets opened when clicking the trigger button for a second time.
  • Last item is now displayed properly in dropdown of C1ComboBox.
  • Selection can now be cleared by setting selectedIndex to -1.
  • Control is no longer distorted on setting client side property "showTrigger"
  • After selection in C1ComboBox, some comboBox items are no longer missing in the dropdown.
  • Fixed an issue when displaying in a Table, related to ui-helper-clearfix.
  • JScript error no longer occurs when Enabled property is set to "False" if ShowTrigger="False".
  • JScript error no longer occurs after deleting selected items in the textbox area of C1ComboBox when using multiple selection mode.
  • Post back no longer occurs when pressing 'Enter Key' when 'Autopostback' is set to 'False'.
  • Javascript error [Unable to set value of the property 'selected': object is null or undefined] no longer occurs on pressing "Enter" key in C1ComboBox if AutoComplete="False".
  • Dropdown is now shown if ItemsTemplate is used.
  • When using multicolumn, first item is no longer lost in dropdown list after selecting an item.
  • ComboboxExtender now works with ScriptManager that is placed in the ContentPage.
  • Selected item is now shown in C1ComboBox if ItemsTemplate is set.
  • Typing the text in combobox now selects the combobox item correctly if ItemTemplate is used.
  • 'SelectedIndex' now updates on setting 'SelectedValue'.
  • Selection now works in second time.
  • ComboBox Item can now be selected a second time if ItemsTemplates are used.
  • Dropdown is now populated with all comboitems after deleting the text in C1ComboBox if ItemsTemplate is used.
  • Dropdown list is no longer empty when opening the second time when using Alt+DownArrow key to open the Dropdown.
  • Selection with keyboard now works a second time if ItemsTemplate is used.
  • The width of the combo box no longer increases to 100% after browsing with IE 9 in compatibility view mode.
  • Textbox area is no longer able to edit although 'IsEditabled' property is set to false on button click.
  • The text entered in the C1ComboBox for the second time are now retained when 'AutoPostBack' property is set to true.
  • 'SelectedIndex' property is now working when 'SelectionMode' is set to Multiple.
  • Selected text can now be cleared with 'Back Space' key if SelectItemOnFocus=True.
  • Combobox is now updating when labels are changed dynamically.
  • Binding selectedValue option to a ko observable now works.
  • 'TypeError' is no longer observed when text is entered in WijComboBox bound to remote db in Chrome /FireFox.
  • 'SelectedIndex' option now returns all selected items when 'SelectionMode' is set to 'Multiple'.
  • C1ComboBox UI is no longer distorted at design time [missing bottom border].
  • Viewmodel is now updated when text is typed in the WijCombobox.
  • The selected text no longer gets appended instead of replacing the selected original text when shift key is pressed for a while.
  • Performance issue is no longer observed when dropdown list contains 2000+ items in IE9.
  • "AutoComplete" property is now working properly when Captial letter is enter in the comboBox.
  • Autocomplete feature now works if ItemsTemplate is used.
  • Items are now correctly displayed in the textbox of C1ComboBox if selection is done through keyboard.
  • Menu now gets a style & is no longer transparent when CSS scope is used.
  • ASP C1ComboBox bug with FireFox 16.0.2 has been fixed.
  • Incorrect 'SelectedIndex' /'SelectedValue' is no longer returned when bound to Remote DB.
  • Up/down key is now working when C1ComboBox's dropdown list is filtered for the second time.
  • Setting ShowTrigger and TriggerPosition are now applied at design time.
  • Postback is no longer always occurring and a javascript error is no longer observed after setting "AutoPostBack" set to true and "SelectOnItemFocus" to true.

CompositeChart

  • Jscript runtime error no longer occurs when C1EventsCalendar ( culture set except en-US ) is placed in the same page with any Chart control.
  • Error no longer occurs when C1CompositeChart is added to WebForm in design view.
  • Fixed a bug of ValueLabels.
  • Style is no longer null or not an object error no longer occurs when PieChartSeries are added.
  • Javascript error is no longer observed after hovering over the plot area quickly and then hovering over the bar chart type.
  • Hole value now works for Line type.
  • Having a bar chart and a line chart is now correctly rendering at design time.
  • AnnoMethod now works properly after setting ValueLabelList in Axis X and Axis Y.
  • Javascript error is no longer observed after hovering over the plot area quickly and then hovering over the bar chart type.
  • AnnoMethod of the Scatter chart now works properly after setting ValueLabelList in Axis X and Axis Y.
  • Inconsistent SeriesTransition behavior of Line series & Column series is no longer observed.
  • A gap no longer occurs between Chart Series and X-Axis if 'StrokeWidth' is set for Series Style.
  • Setting "Visible= false" no longer affects the control at design time.
  • Exception no longer occurs in data binding.
  • Different behavior is no longer observed between gridlines after changing the Compass setting for the X Axis from South to North.
  • The control now gets dim state in IE8, when set "Enabled = false".

Dialog

  • C1Dialog now reappears after being hidden if certain 'ShowAnimation' and 'HideAnimation' are set.
  • "Pin" icon is now changed when client-side pin function is invoked.
  • "Stack" property is now working in Wijmo Dialog when set to true.

DropDown

  • Dropown no longer remains selected even after focus is lost.
  • OnSelectChange event is now raised for the first element in the options when it is selected second time.
  • Incorrect value is no longer returned for selected item in Firefox and IE9.

Editor

  • 'Microsoft Jscript run time error' is now longer thrown when right-clicking inside C1Editor.TextEditor Area.
  • Editor is now displaying properly when it is placed in a UserControl and this UserControl is placed in a sub folder.
  • Image Size is now automatically set when Image source is an Image from HTTP page.
  • "Permission denied" javacript error is no longer observed after canceling the "Tag Inspector" dialog and clicking link toolbar button in "FullScreen" mode in IE8.
  • Footer region is no longer covered up by unknown gray area and not accessible if editorMode = "code".
  • Misspelled words are now highlighted with a red line for spell checking in the editor when browsing with IE browser.
  • 'Server Error in '/'application ' Message is no longer thrown on postback.
  • 'Server Error in '/'application' Message is no longer thrown during Postback after adding image into a Text Editor Area.
  • The image is now uploaded a second time from 'Image browser' Dialog.
  • Ribbon toolbar no longer remains enabled in "Source View" if it is created inside C1Expander.
  • Previously uploaded images can now be deleted in 'Image Browser' dialog.
  • Clicking "Cancel" button of "Insert Table" dialog now works in Japanase language setting.
  • Html Tags are now displayed in design view when changing to Full Screen Mode after 'Mode' property is set to 'Bbcode'.
  • Corrected words are now updated in source view immediately after checking the misspell word with the Spell Checking.
  • Multiple issue are no longer observed after placing C1Editor in C1Tab control and disabling it.
  • Underline style now applies in misspelled words.
  • Multiple issues are no longer seen when C1Editor & C1Menu are placed on same page in IE9/Firefox 16.
  • Javascript error is no longer observed after setting Mode property to Bbcode or Simple.
  • Context menu is no longer always appearing at the top and far away from selected text.
  • Javascript error no longer occurs at runtime if ShowFooter is set to False.
  • Javascript error is no longer observed after adding two C1Editor in C1Tab pages each.
  • Users are no longer able to type text in the text area of C1Editor when the Enabled property is set to False.
  • Javascript error [An menuitem must be a child of menu] is no longer thrown if C1Editor is created using client side script.
  • Javascript error no longer occurs when changing to Full Screen Mode at run time if Mode property is set to Bbcode.

Events Calendar

  • Jscript error no longer occurs after edited Recurrence Event was opened twice.
  • Setting on client side property "culture" now works.
  • When the C1EventsCalendar is added in Japanese Environment, Culture is now automatically set as 'ja-JP'.
  • Multiple issues are no longer observed on dragging appointments.
  • The event list can now be scrolled to the last item in the left pane of List view.
  • Jscript error no longer occurs after clicking the time slot in any data view.
  • Dates are now described in correct Japanese date format in localized version
  • Unlike C1Calendar, Title and Tooltips are no longer displayed with Incorrect Japanese Date Format in the "dropdown calendar" from C1EventsCalendar’s Event dialog.
  • [IE9] Unlike previous build, Repeated events can now be created on the second time if the same type of repeated value is used on different time slot.
  • The event duration is no longer reduced if the event in which start-date and end-date are different, is moved (dragged).
  • The left pane of C1EventsCalendar is no longer enlarged and overlapped with the "today" button when a date of Wednesday or Thursday is selected in ControlExplorer Sample.
  • [IE9] EventsCalendar is no longer corrupted when 'control width' is set to '800 px'.
  • Blank Tooltip now appears in the NavigationBar of the "ListView".
  • Request to provide support for localization on changing the Culture property.
  • Request to provide 'GoToTime' method to scroll to particular time.
  • When "all-day" checkbox is checked, the same Start-Date and End-Date is no longer displayed and the event does not disappear.
  • Data Binding problems are no longer observed.
  • "beforeEditEventDialogShow" event of C1EventsCalendar is no longer missing.
  • Existing events from xml file can now be loaded in C1EventsCalendar.
  • Event can now be created in C1EventsCalendar.
  • Repeated events can now be created on the second time if the same type of repeated value is used on different time slot.
  • New Event Dialog is now displayed after clicking the time-slot of C1EventsCalendar.
  • Fixed rendering of List view.

Expander

  • [IE8/IE9Compatibility] When 'Enabled=False' is set, Theme is now getting dimmed at run time.
  • Client-side events ('BeforeCollapse/Expand') and ('AfterCollapse/Expand') are now fired at run time.

FormDecorator

  • Decorated MS CheckBox and RadioButtons no longer remain dim after their "Enabled" property is OFF and ON.

Gallery

  • Multiple issues are no longer observed when C1Gallery is bound to SqlDataSource.
  • Invalid character javascript error is no longer observed after navigating to the next images in thumbnail when the gallery control is bound to a SQL datasource and placed in a C1Tab control.
  • UI is no longer rendered incorrectly when images exceeded the control size.
  • The last navigation button of ‘Thumbnail’ is no longer displayed at an incorrect position when setting ‘ScrollWithSelection’ property to true.
  • 'Next' and 'Previous' button are now displayed in the gallery after clicking on the next button or previous button without hovering the mouse outside of Gallery.
  • Large Image from LinkUrl is now displayed in C1Gallery at Run-Time.

GridView

  • Filtering on date column with default date value now works.
  • Filter dropdown now opens on clicking the filter icon if AutoGenerateColumns="true".
  • Jscript error no longer occurs in scrollable C1GridView that has a Band column.
  • Input numbers are now correctly entered in filter input cell of numeric columns.
  • C1TemplateField column now works in callback edit mode.
  • Clicking "Cancel" link button in last row now works in callback mode.
  • Text of CheckBoxField column is now shown in edit mode.
  • "Visible" property of "PagerSettings" now works in C1GridView.
  • Grouped records can no longer be expanded / collapsed even though OutlineMode is set to OutlineMode.None.
  • Exception "It is not possible to mix two different editing methods" is no longer raised now when both AllowClientEditing and EditIndex properties are set.
  • Javascript error is no longer thrown when a date column with aggregates is dragged and dropped onto the GroupByArea.
  • Alternate row style is no longer applied to all rows.
  • The value in 'HorizontalAlign' property is no longer resetting after closing the 'C1GridView' properties dialog.
  • The value in 'HorizontalAlign' property is no longer resetting after closing the 'C1GridView' properties dialog.
  • Multiple issues are no longer observed on setting ScrollMode property and resizing browser.
  • StaticColumnIndex property does now works.
  • In IE9, C1GridView is no longer distorted on opening filter drop-down in a scrollable grid.
  • Vertical alignment of header area, data record area and pager area no longer render incorrectly when editing a partially visible column.
  • EmptyDataText property now works.
  • "AllowKeyboardNavigation" property now works after leaving edit mode.
  • "NaN (???)" is no longer displayed in edit mode if DataFormatString is set.
  • Grid now renders properly on page postback when C1GridView is placed inside an update panel and its Visible property is set to false and then true again.
  • Gridlines of data rows and header row are no longer misaligned on entering edit mode on the last visible column if ScrollMode="auto".
  • 'Microsoft JScript runtime error' is no longer thrown on moving column more than once.
  • Users are now able to move through the cells more than once by using the arrow keys on the client side edit mode.
  • C1GridView instance no longer crashes in Design View.
  • Header images are now displayed at run time when ‘HeaderImageUrl?property is set with an image.
  • Milliseconds of DateTime type now gets displayed in 'BoundField' column.
  • Expanding/Collapsing child grid rows no longer affect parent group rows to expand/collapse.
  • Javascript error [Unable to get value of the property 'resolvedHeaderImageUrl': object is null or undefined] is no longer thrown if AutoGenerateEditButton/AutoGenerateSelectButton/AutoGenerateDeleteButton="true".
  • A javascript error no longer occurs when C1GridView is databound.

Input

  • When 'MinValue' is set to negative value, 'ShowNullText' is now working.
  • CssClass property now applies at both design and runtime.
  • Theme now applies at design time.
  • Spinner button and Trigger button appear at the appropriate location on the C1Input controls after setting ShowSpinner and ShowTrigger property to true.
  • Calendar dropdown is now localized on setting client side "culture" property.
  • Text of C1DateInput is no longer shown outside of the control when DateFormat="U".
  • Content is now completely displayed in IE8 browser with arctic theme.
  • "Microsoft JScript runtime error: 'console' is undefined" no longer occurs when place any C1Input control on page and run.
  • 'Access is denied' javascript error is no longer observed after selecting the date from C1InputDate when browsing with IE 9 compatibility view mode.
  • Now able to input correctly in C1InputMask if set Space to PromptChar property.
  • NullText property is now working.
  • C1Input is now found in Turkish environment.
  • Client side property "culture" now works.
  • The Date is now displayed properly in Japanese Date Format in the drop-down calendar of C1InputDate.
  • The Trigger and Spinner buttons are now properly displayed at design time.

LightBox

  • Navigation now works or an Exception no longer occurs when Transitions are executing.
  • Incorrect Image is no longer displayed in Large Image Dialog after navigating several times.
  • When C1LightBox is navigated, Next Image is no longer displayed before the Transition is applied.
  • After navigating C1LightBoxItems, QuickTime movie is now displayed in IE9.
  • Image with bmp format is now displayed in the Preview Tab of C1LightBox Designer Form.
  • Now able to localize CounterFormat String to a particular culture when setting in "CounterFormat" property.

LinearGauge

  • Pointer now shows correct value and no longer disappears at design time when setting the Value a second time.
  • The designer is no longer throwing an exception when "Pointer.Template" property is empty.
  • Setting "Visible= false" no longer affects the control at design time.
  • The control now gets dim state in IE8, when set "Enabled = false".

LineChart

  • Jscript runtime error no longer occurs when C1EventsCalendar ( culture set except en-US ) is placed in the same page with any Chart control.
  • Fixed a bug of ValueLabels.
  • Fixed incorrect rendering at design time.
  • ChartLabels are displayed for DataHole values.
  • JScript error is no longer observed on adding Serieslist when 'Animation' is enabled.
  • Multiple issues are no longer observed with click event.
  • Line chart legends are now rendered correctly when Stroke-dasharray is set to non-default value.
  • Data series of line chart is no longer filled with color after mouse hovering over the data series when series hover style is not added.
  • ChartBindings to multiple tables now work.
  • Setting "Visible= false" no longer affects the control at design time.
  • Exception no longer occurs in data binding.
  • Different behavior is no longer observed between gridlines after changing the Compass setting for the X Axis from South to North.
  • The control now gets dim state in IE8, when set "Enabled = false".

Menu

  • Javascript error [An menuitem must be a child of menu] is no longer thrown when C1Menu is created at client side.
  • Javascript error [Unable to get value of the property 'vNeedScrollBar': object is null or undefined] is no longer thrown when client side property "mode" is set.
  • Submenu items are now visible on hovering the mouse on menuitem after toggling mode property.
  • Submenu item’s text is now shown if Template is used in client side for shortcuts.
  • Javascript error [Unable to set value of the property 'value': object is null or undefined] is no longer thrown on postback after client side property "mode" is set.
  • Menu now works with jQuery 1.8.0.
  • "Header" and "Separator" are now displayed in right to left direction when "Direction" property is set to "Rtl".
  • Sub menu is now opened up on double clicking of Top level menu when 'TriggerEvent' is set to 'Dbclick'.
  • 'The resource can now be found HTTP 404.' Error is no longer observed when there is '~' symbol in 'NavigateURL' property.
  • "Error Rendering Control" is no longer displayed at design time after adding menu items in Designer Form.
  • Javascript error [Unable to get value of the property 'destroy': object is null or undefined] is no longer thrown when client side property "mode" is set,
  • Second Level Sub-Menu is now opened on hover in DataBindTemplate Sample of C1Menu.
  • Menu items no longer get removed after double clicking the menu item in 'Windows7 Basic' Theme.

PieChart

  • Jscript runtime error no longer occurs when C1EventsCalendar ( culture set except en-US ) is placed in the same page with any Chart control.
  • Fixed a bug of ValueLabels.
  • TextStyle property setting is now applied to ChartLabels.
  • ChartLabelFormatString property is now working.
  • Height is no longer increased when slice value is changed.
  • Setting "Visible= false" no longer affects the control at design time.
  • Exception no longer occurs in data binding.
  • Different behavior is no longer observed between gridlines after changing the Compass setting for the X Axis from South to North.
  • Fill color no longer disappears at both design time and run time if Enabled property is set to False.
  • PieChart no longer overlaps with grid view if these two controls are placed in different column in the same row of html table after browsing with Chrome.
  • The control now gets dim state in IE8, when set "Enabled = false".
  • Labels are now shown when label.offset is set & chart data is reloaded.

ProgressBar

  • C1ProgressBar no longer had a 100% fill effect applied when setting the FillDirection is either North or South and the ProgressBar.Value is zero.

RadialGauge

  • Pointer now shows correct value and no longer disappears at design time when setting the Value a second time.
  • The designer is no longer throwing an exception when "Pointer.Template" property is empty.
  • The control now gets dim state in IE8, when set "Enabled = false".

Rating

  • Enabled property value can now be set to True after setting it to false.
  • Thumbup/Thumbdown/BarArray ratings are now reversed when setting Driection=Reverse.

ReportViewer

  • C1ReportViewer is no longer distorted and some texts are now able to be seen in ‘Metro’ and ‘Metro Dark’ themes.
  • "Ajax error 500 (Internal Server Error)" text is no longer shown in the status bar of C1ReportViewer.
  • FormatException[Input string was not in a correct format.] is no longer thrown on clicking "Set parameters" button if any of named zoom values is set.
  • Searching text is now working under Japanese locale.
  • C1EventsCalendar is no longer distorted in MonthView.
  • [IE9 Compatibility View] C1ReportViewer no longer disappears when clicking 'continuous view' button in full screen mode.
  • "SaveLayout" method now saves some properties of C1ReportViewer.
  • Clicking on Search,Thumb pane in TOC of C1ReportViewer which in table shows JScript runtime error no longer occurs.
  • DataModel Sample : After editing a calendar, both old name and new name are no longer displayed as 2 calendars in New Event Dialog and the deleted calendar is no longer displayed in New Event Dialog.
  • When viewing full screen after scrolling the browser, an irregular margin no longer appears.
  • Javascript error [cannot call methods on button prior to initialization; attempted to call method 'option'] is no longer thrown.
  • The incorrect total page count value ("0") is no longer displayed in the toolbar and the buttons (Print,Export,Navigation,Zoom) now work.
  • Synced with latest C1.C1Report assemblies.

ScatterChart

  • Jscript runtime error no longer occurs when C1EventsCalendar ( culture set except en-US ) is placed in the same page with any Chart control.
  • Fixed a bug of ValueLabels.
  • The chart no longer throws 'Microsoft JScript RunTime Error' on [Charts-->Scatter Plot Charts] and [Menu --> OverView] Pages.
  • Setting "Visible= false" no longer affects the control at design time.
  • Exception no longer occurs in data binding.
  • Different behavior is no longer observed between gridlines after changing the Compass setting for the X Axis from South to North.
  • The control now gets dim state in IE8, when set "Enabled = false".

Slider

  • Javascript error [Unable to get value of the property 'left': object is null or undefined] is no longer thrown on clicking thumbs handle if Range="True".

Splitter

  • Splitter is now rendered correctly if placed in inactive tab & browser is resized.
  • Setting Enabled to false now works.
  • Setting 'Enabled = false' disable the controls not present inside C1Splitter if C1Editor is added in C1Splitter.

Tabs

  • When using nested Tab controls, setting the AutoPostback property to true for the parent tab is no longer causing a postback when selecting a tab in the child tab control.
  • Javascript Exception is no longer displayed when new page containing a C1Calender is loaded in a Tab Page using Url() method.

Tooltip

  • JavaScript error is no longer observed if 'ShowCallout' property of 'C1ToolTip' is set to 'False'.
  • 'CssClass' property of 'C1ToolTip' is now applied at run time.
  • Tooltip position is now working correctly.
  • JS Error is no longer observed with Jquery 1.9.0.min.js.
  • Tooltip is no longer shown after moving away mouse if 'mouseTrailing' & 'showDelay' are set to true & non-default value respectively.
  • JavaScript error no longer occurs if ‘MouseTrailing’ is set to ‘True’ and ‘Position’ is applied as {At: ‘Center, Center’; My: ‘Center, Center’}.
  • 'Text' of control [e.g.'CheckBox' or 'RadioButton'] is now shown if it is contained in 'Template' of 'C1ToolTip's content area.
  • If a C1Control is placed in the Template of C1ToolTip's content area, tooltip is now shown on hovering TargetSelector control for the second time.
  • The Modal property now applies completely according to the browser after resizing the browser

TreeView

  • Able to drag parent node and drop over a child node.
  • All events no longer stop working if false is returned in nodeBeforeDropped event of wijtree.
  • Nodes no longer become undraggable & the incorrect selection style is no longer applied when a node is dragged out & added to another tree using custom drag drop.

Upload

  • Warning message "Upload session is expired" is no longer shown and files are now uploaded if AutoSubmit=True.
  • C1Upload limits uploads to allowed maximum number of files.
  • If IsSeparatorProgress is set to False, upload buttons and upload progress bar do not still appear.
  • If IsSeparatorProgress is set to False and ShowUploadedFiles is set to True, uploaded file list is now shown after uploading the files.
  • 'ValidatingFile' server side event is no longer fired twice by clicking UploadAll button although only 1 file is uploaded.
  • Multiple files can now be selected at once from the same folder.

Wizard

  • Setting NextBtnText and BackBtnText at design-time is now reflected in design-view.
  • The control UI is no longer distorted after postback on another step when the control is placed inside an UpdatePanel and this panel is placed inside a C1Wizard control.

Improvements

GridView

  • The AllowAutoSort property is now visible.

ReportViewer

  • Search tool localization updated.
  • Localization for outline tool updated.

ComponentOne Studio for ASP.NET Wijmo 2012 v1

New Features

C1EventsCalendar

  • A new control, C1EventsCalendar, has been added to the studio. The Events Calendar Control is a fully functional schedule that allows users to add, edit, and manage their appointments. By default, the Events Calendar uses an XML data source, so you can easily add this control to your application without additional configuration.

C1Input Controls

  • A new AutoPostBack property was added to C1InputDate.

C1LineChart

  • Added more DataBinding options for properties of all Charts. LegendEntry, Visible and Label can now be bound to the DataSource for more control over rendering.

C1LightBox

  • Added support for the Wijmo HTML5 Video Player.

C1PieChart

  • You can now define the series style through the 'CssStyle' property in C1PieChart.

C1ReportViewer

  • Added new client side methods: loadVisiblePagesData and updatePageImage.

C1Upload

  • You can now select multiple files at once in the same folder.
  • You can now modify the Default File filter when 'ValidFileExtensions' is set to some file extensions.

Bug Fixes

C1BarChart

  • ClusterRadius now works properly when Negative values are used in the ChartSeries or the Column type is set.

C1BubbleChart

  • The same animation effect is applied in C1BubbleChart when setting any enum values of the Animation.Easing property.
  • 'Length is null or not an object' Jscript error is no longer observed when C1BubbleChart has a BubbleChartSeries and postback occurs.
  • The SeriesHoverStyle is still applied in a chart element after hovering the mouse over the chart element and when the mouse is moved outside of the chart element. Fixed.
  • Callout triangle of a chart tooltip is shown when setting ShowCallout = False when CalloutFilled is set to True.
  • Compass enum (North) now works in the Footer at both design time and run time.
  • The Bubble chart series is still displayed when setting the Visible property of the bubble chart series to False.
  • Unlike C1BarChart, "Size" property (Width, Height) does not work in the legend of C1BubbleChart. Fixed.
  • JavaScript error "Undefined is null or not an object" occurs when setting the LegendEntry property in certain scenarios.
  • The Stroke property of GridLineStyle is now reflected in the ValueLabel of the X and Y Axis.
  • The Labels.TextAlign property now works correctly in the X and Y Axis.

C1Calendar

  • The title and dates are misaligned in certain scenarios with the default theme.
  • DisabledDates are now displayed in a disabled style after postback.
  • Multiple dates cannot be selected using the CTRL key although 'SelectionMode. Days=True' is set as the default value.

C1Carousel

  • The Click event is now raised when adding a button in the ItemContent of C1Carousel.
  • Invisible carousel/gallery item becomes visible after postback occurs.

C1ComboBox

  • The Text property now refreshes when an item is selected the second time.
  • The SelectedItem.Value property now works. (Added the selectedValue property.)
  • A Javascript error is no longer observed after selecting combo items when the AutoPostback property is set to true and the "SelectOnItemFocus" property is set to true.
  • The 'Selected' property of ComboxItem now works.
  • When selecting multiple items, only the last selected combo item is displayed in the textbox area when AutoPostBack is set to True.
  • Disabled and invisible combo items are still working even though the Enabled and Visible properties of these combo items are set to False.
  • SelectedItem.Value property now works.
  • The SelectedIndex's value that was set at design time is now being retained after postback.
  • Although selecting multiple items, only the last selected combo item is displayed in the textbox area when 'AutoPostBack' is set to true. Fixed.

C1CompositeChart

  • A Javascript error is no longer observed after hovering the mouse over the data point of the scatter chart type.
  • Tick is now visible when the Position is set as Inside on the X-Axis.
  • Tick Factor does not work properly when the Tick Position is set as Inside.
  • The same animation effect is applied in C1CompositeChart when setting any enum values of the Animation.Easing property.
  • The data series are now hidden correctly by clicking the toggle legend when PieChartSeries are used.
  • HintContents are now displayed in PieChart, BarChart, ColumnChart and ScatterChart.
  • At run-time, the position of the Axis and the position of the Origin is now identical when the BarChart Type is set.
  • The Culture is now reflected for the AnnoFormat.
  • All ChartSeries except PieChart become invisible when the "LegendEntry" properties of each series are set as "False" in certain scenarios.
  • At both run-time and design-time, the Major GridLines of the Y-Axis are still visible although the "Axis.Y.GridMajor.Visible" property is set to "False".
  • Unlike Major GridLines, Minor GridLines are not visible if the TickMinor.Position is not set explicitly.

C1Editor

  • The Text property of C1Editor is now working properly in all browsers.
  • The "Text" property return nulls when uploading any image and typing any text in the editor.
  • The "DefaultFontName" and "DefaultFontSize" are now applied in IE8 and IE9 when these properties are set in C1Editor.
  • Text displayed is now retained after postback when the upload button is clicked without selecting the file path.
  • Text displayed in the Design view is moved to the source view and the Split view is displayed after clicking the "Tab" key although C1Editor is in Design view.
  • Special characters and images are increased by one when the number of inserted times is odd.
  • When the text of C1Editor is retrieved and displayed in the textbox, the existing images in the listbox of the "Image Browser" dialog are now displayed.
  • C1Editor's Toolbar buttons in the Status bar are displayed vertically at Design time in Visual Studio 11.
  • The deleted table is not actually cleared in the Editor box before refreshing the browser. Fixed.
  • Invalid warning dialog box is opened when clicking on the 'Cleanup' button after a table is created.
  • The 'OK' button now works to help choose the background color in the 'Insert Table' color box.
  • Multiple-warning message box is no longer displayed with an incorrect name for the required value of the text box.
  • The 'FontColor' is no longer applied to the background if a primitive sentence on the page is set with "Background Color" and setting the BackGround Color covers text.
  • Warning messages were incorrect in the Insert dialogs (Table, Image Browser, Hyper Link, Special Character, etc.).
  • The title name with the incorrect spelling 'Clearnup' is no longer used instead of 'Cleanup'.
  • Words are no longer being skipped when using the Find dialog box after the contents of the editor were modified.
  • Unlike Microsoft Word, the alignment set on a sentence is now shown as 'selected' in the C1Editor menu.
  • Special characters and images are no longer inserted multiple times.
  • When the “Apply Template” dialog box is canceled and forecolor or Backcolor is applied, the “ 'contentWindow' is null or not an object” javascript error is no longer observed.
  • An error message box is no longer displayed after clicking the Spell Checking button in the editor when it is placed in a web page that uses a MasterPage.
  • Table is replaced by text after copying text inside of a table and pasting it using context menu in the editor
  • 'Undo' no longer removes the complete word instead of the formatting applied on the text in the editor.
  • No media file is displayed if you set a valid 'Media URL' and the media rectangle disappears when double clicking on it. Fixed.
  • Inserted special characters are no longer appearing outside of the C1Editor when browsing with IE.
  • Inserted images are always appearing in one location although the cursor is set in different locations with the IE browser.
  • Tables disappear and copied text is appearing after copying text inside the table and pasting using the context menu in the editor.
  • The 'OK' button can now be used in choosing the background color in the 'Insert Table' color box.
  • Text is now displayed when selecting "SourceView" with the ToolBar.
  • Table is able to be edited by placing the cursor inside the cell instead of selecting the table.
  • Text can now be input in the Editor area if the table is created first.
  • Finding words has been skipped in the Editor's box after the modification behavior. Fixed.
  • The 'Cancel' button is now working in both 'Clean up' and 'InsertTable' dialogs after opening the 'background' color dialog.
  • You can now cut/copy and paste the table using the context menu in C1Editor.
  • Adjusted the CSS to fix display issues in Chrome.

C1GridView

  • You can now collapsed or expand the grouped row when grid is in scroll mode after setting “ShowRowHeader" to True.
  • Scroll bars are still working and frozen rows are not dim although the grid is disabled.
  • You are now able to resize the column when the "AllowColSizing" property is set to True.
  • When the “ScrollMode" property is set to “Auto" and setting the column width, the width set in the column is not applied at run time.
  • The Javascript error no longer occurs when filtering Boolean column of C1GridView with a boolean of value 'True'.
  • The Javascript error no longer occurs when setting the ‘ScrollMode’ property in certain scenarios.
  • Text can now be entered in a filter row when setting the ‘ClientSelectionMode’ property.

C1Input Controls

  • The InvalidOperationException is no longer observed when placing the script manager on the same page with the C1Input controls
  • The drop-down calendar is now localized in C1InputDate when the Culture property is set.
  • The decimal is no longer ignored and an incorrect value is no longer returned if the Culture is set to Danish (da-DK).
  • Empty Date Fields. Fixed.

C1InputDate

  • Calendar now appears when clicking the Trigger button in IE8.

C1InputMask

  • Javascript error: Object doesn't support this property or method occurs in IE8 when the ShowFilter property is set to True.
  • Unlike design time, picker for the Day of the week picker chooser property appears irrelevant at runtime. Fixed.

C1LightBox

  • An error message is displayed when adding a LightBox item from the C1LightBox designer.
  • A Javascript error is no longer observed after adding video and images files in a link url in the same lightbox control in certain scenarios.

C1LightBoxExtender

  • Disabled light box extender no longer works when Enabled is set to False.
  • Consistent DialogButton icons are now displayed after closing the image when it is in Full screen mode.
  • LightBox items that are added or deleted at run time are now retained after postback.

C1LineChart

  • Animation properties have no effect on C1LineChart Animation. Fixed.
  • Request to provide some properties for the data series which has bound data.

C1Menu

  • The OnClientFocus and OnCientBlur events are now fired when the Mode is Sliding.

C1PieChart

  • Animation duration is now reflected for PieChartSeries on mouse over.
  • Unlike previous released build, the Shadow is moving in a different direction while the PieChartSeries is animated. Fixed.
  • Unlike previous released build, after hovering a pie chart element, the chart element is not moved back to the original position automatically when the mouse is moved to another element of the PieChartSeries.
  • The TextStyle Rotation property under Header, Footer and Legend now work when setting the Scale property.

C1RadialGauge

  • Setting 'Cap.PointerCapStyle.Fill.Color' is now rendering.

C1ReportViewer

  • A performance issue no longer occurs when loading a report for the first time.

C1Tabs

  • Fixed an issue where the disabled tabs are not really disabled.

C1TreeView

  • NavigateUrl is now working with the Enter key.
  • A Javascript error is longer observed after clicking a disabled tree view item in IE8.
  • TreeView item text changed after postback occurs when the DisplayVisible property of one of the items is set to False.

ComponentOne Studio for ASP.NET Wijmo 2011 v3

New Features

  • The v.3 release of ComponentOne Studio for ASP.NET Wijmo contains a number of new controls: Editor, Linear & Radial Gauges, Gallery, Carousel, Lightbox, Video, Rating, Area/Bubble/Scatter/Spline charts.

All Controls

  • Updated Wijmo to use jQuery UI 1.8.16.
  • Version of the Wijmo scripts for CDN was upgraded from 1.3.0 to 1.4.0.

C1ComboBox

  • Added template support.
  • Added SelectedItems and SelectedText properties.
  • A "Text" property has been added on the server side.

C1GridView

  • The SelectedRowStyle.CssClass property is now defaulted to "ui-state-highlight".
  • Clicking a cell in the grid no longer highlights the cell. To turn this behavior on, set the HighlightCurrentCell property to true.
  • New events have been added: OnColumnGrouped, OnColumnGrouping, OnColumnUngrouped, and OnColumnUngrouping.
  • The CallbackAction.Grouping value has been added.
  • New properties have been added: GroupAreaCaption, ShowGroupArea, OnClientColumnGrouping, and OnClientColumnUngrouping.
  • AllowCustomPaging and VirtalItemCount properties have been added.
  • A new property has been added: ClientEditingUpdateMode.
  • New events have been added: BeginRowUpdate, EndRowUpdated.
  • If CallbackSetting.Action includes CallbackAction.ColMove but is not equal to CallbackAction.All, then column moving is performed via postback instead of callback.

C1GridExtender

  • New properties have been added: OnClientColumnGrouped, OnClientColumnUngrouped, and ReadAttributesFromData.

C1GridView/C1GridExtender

  • The grid now supports interactive grouping of columns.
  • Added the ShowGroupArea property to provide users with a convenient way of grouping.
  • AlwaysParseData and ColumnsAutogenerationMode properties have been added.
  • The OnClientFilterOperatorsListShowning property has been renamed to OnClientFilterOperatorsListShowing.
  • The OnClientColumnResizing and OnClientColumnResized properties have been added.

C1InputDate

  • Added MinDate and MaxDate properties.

C1ReportViewer

  • Added new client-side method exportToFile.
  • Added new property ReportsFolderPath.

Bug Fixes

All controls

  • Fixed conflicts in certain scenarios when a page contains both server controls and extender controls.
  • Fixed json date serialization.
  • Fixed design-time problems when the Theme property contained a url to an external stylesheet.
  • The behavior for the Theme property was corrected. At runtime: the Theme stylesheet will not be linked when the Theme property is empty. At design time: fixed a problem when the path to the theme was specified using a relative path, for example, "~/css/custome-theme.css" or "css/jquery-wijmo.css". The default embedded theme (Aristo) will now be linked when the url given by the Theme property is absolute or when the UseCDN property is set to true. The Theme stylesheet will not be linked when the Theme property is empty. Fixed.

C1Accordion

  • You are now able to select the desired panel after all the panels are open in certain scenarios.
  • Fixed first time drag issue on the design surface.

C1Dialog

  • When the dialog is changed from browser maximize state to browser restore state or restore state to maximize state, then the collapsed dialog is changed to an expanded dialog even though the collapse/expand button is still shown as collapsed. Fixed.
  • The page is now posting back when clicking a Button inside the WebUserControl called by C1Dialog.
  • The "Pin" button is now working correctly when C1Dialog is in Maximize state.

C1Calendar

  • You are now able to select the month that is between the Min/Max range after selecting it with QuickNavigation.
  • UI actions are now working when using jQuery 1.6.2.

C1Chart

  • "There was an error rendering the control" error is no longer observed after placing C1Chart on the form.
  • The pop up message box 'hint' does not extend outside of the chart area. Fixed.
  • A JScript error, 'Object doesn't support this property or method', is no longer thrown if the same page has C1Chart and other Wijmo controls.
  • You are now able to see all of the C1Chart UI at design time.
  • An Xml web page error is no longer thrown when Axis X is bound with a string datatype in C1Chart.
  • A JScript error is no longer thrown when hovering the mouse over any data point which sets 'Compass' to 'NorthEast' for 'Hint'. Fixed.

C1Combobox

  • An "item is null or not an object" error is no longer observed when clicking the drop-down of the combobox using the callback data bind event.
  • The Explode animation is always displayed behind the content of the ControlExplorer in Firefox and Chrome. Fixed.
  • C1Combobox is no longer resizing after a postback.
  • The selectedItem is no longer changed after a postback when the AutoComplete property is set.
  • You are now able to set the Width property of C1ComboBox to 100%.
  • Unable to validate the C1Combobox with validation controls. Fixed.
  • An exception is no longer observed when C1ComboBox is inside a Repeater that is bound with data.
  • A second level child Item can be added like C1Menu in the C1ComboBoxEditor at design time. Fixed.

C1GridView

  • A row header enlarges if any other column width is explicitly defined. Fixed.
  • Incorrect grouping is no longer observed in a grid after grouping a Boolean column.
  • An "Object doesn't support this property or method" Javascript error is no longer thrown when the AutogenerateColumns property is turned on.
  • C1GridView is now visible in Firefox after setting the ShowFooter property to true.
  • C1Combobox controls in the template columns no longer look broken.
  • An InvalidOperationException is no longer thrown when rendering GridView to a Pdf file.
  • You are now able to add a Wijmo Combobox to a templated item.
  • Ajax Toolkit Extenders now work when used with C1GridView.
  • The "'options' is null or not an object" javascript error is no longer observed when data binding the grid at run time with code.
  • GridView no longer throws a JS error on binding at run time.
  • You can now set the column width.
  • The Columns Treeview in the Format tab of the property builder needs to use a field's name if available. Fixed.
  • You can now navigate to any page in C1GridView if the web page has a ScriptManager control when browsing in FireFox 6.0.2.
  • Fixed an issue with Templated Column Header.
  • Fixed an exception when the AllowCustomPaging property is turned on and the datasource does not support ICollection.
  • The name of the "args" parameter is changed to "e" for all server-side events.
  • Invisible columns can now be grouped.
  • The 'OnClientColumnUngrouping()' event is now fired when removing a column in the grouping area.
  • When the 'PageIndex' property is set at design time, it does not take effect on C1GridView at run time. Fixed.
  • An edit mode is enabled for a row only after the second click on Edit when callback editing is enabled. Fixed.
  • A JavaScript exception is no longer thrown during a callback when one of the OnClient<EventName> properties is set.
  • The sequence of a column is now correct when dragging the first column to the left of the third column.
  • Grids can now show the sorted data after setting groupInfo.
  • The 'OnClientFilterOperatorsListShowing' event now gets fired when the filter drop-down is opening.
  • Filter value 'Contains' now takes effect on C1GridView after setting the 'NotEqual' filter value in the other column.
  • All records are now shown when databinding to a SqnlDataReader.
  • An exception is no longer thrown during a postback or callback when one of the columns is grouped.
  • When doing a callback causing a full content refresh, a "Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors()" exception is no longer thrown.

C1Input

  • When typing one number in C1Input, two duplicated numbers are no longer displayed in IE 8 compatibility view mode.
  • Unable to validate the C1Input with validation controls. Fixed.

C1Menu

  • C1MenuEventArgs returns the first hidden menu item instead of the menu item being clicked in the ItemClick event.
  • Width and Height property is now working properly in C1Menu.
  • The "OnClientBlur" and "OnClientFocus" events no longer fire twice in C1Menu in certain scenarios.
  • Items text on the menu is now displayed after adding a Headeritem in the menu in IE 8 compatibility view mode.
  • The template button control no longer disappears after a postback.
  • Added menu item disabled support.
  • The "Header" and "Separator" are saved as a "Link Item" in the .xml file after saving the C1Menu as an .xml.
  • The "Header" and "Separator" display and act as a "LinkItem" when adding from "menu" or "toolbar" in "C1MenuDesignerForm" after closing the designer form. Fixed.
  • An .xml file is now saved when it is saved from the menu in the "C1MenuDesignerForm" of "C1Menu".

C1PieChart

  • Incorrect context is no longer being passed to the hint function. Fixed.

C1ReportViewer

  • The design-time selected zoom value is now shown in the current zoom value drop-down at run time.
  • Fixed regression issue with layout in percentages when page is loaded for the first time.
  • A 'this.options.documentStatus.pageCount...' error no longer occurs when choosing any value in the 'CurrentZoom' drop-down.
  • A javascript exception is no longer thrown when the FileName and ReportName properties are empty.

C1Slider

  • The track of the slider no longer increases its height after a postback.
  • The "Object doesn't support this property or method" javascript error is no longer observed when running C1Slider in compatibility view in IE 8 and IE 9.
  • An Error is no longer observed when placing three-level nested splitters and setting the FullSplit property for all of the splitters to true.
  • Expander is now rendered correctly when nested.
  • The Hover style is now being applied correctly to the sizing bar.
  • The Collapse/Expand button is now displayed in the nested split after collapsing the Panel1.

C1SuperPanel

  • The Content control is no longer clipped after resizing.

C1ToolTip

  • An invalid JSON text exception is no longer observed after placing a C1ToolTip and another Wijmo control on the form and postback occurred.

C1TreeView

  • Fixed design-time control rendering after adding tree nodes.
  • The "'JSON' is undefined" Javascript error is no longer observed when a postback occurs in IE 8 compatibility view mode.
  • A Webpage error is no longer observed after clicking the tree node that is added at run time when the server-side node click event is set.

C1Upload

  • A callback error is no longer observed when C1Upload is used in a master content page.

C1Wizard

  • The C1WizardDesigner no longer closes automatically after selecting the rename menu item and clicking anywhere in the designer.
  • The control name has been fixed in the title of the Designer Form.

Improvements

C1Accordion

  • You can now navigate the accordion panes using the keyboard when the accordion header has the focus.

C1Input

  • You can now change the AM/PM section by using the 'a' or 'p' key.
  • Added support for copy and paste.