RadControls for Winforms Q2 2008 SP1

RadControls for Winforms Q2 2008 SP1RadControlsforWinFormsQ22008SP1ReleaseNotes(v7.1.1.0)RadGridViewImprovementsExporttoExcelasExcelML:Addedsupportofexportingofhiddenc…

大家好,又见面了,我是你们的朋友全栈君。

 

Telerik

  

 

 

RadControls for WinForms Q2 2008 SP1 Release Notes (v7.1.1.0)

RadGridView
Improvements

  1. Export to Excel as ExcelML:
    • Added support of exporting of hidden columns and rows. There are three options to choose from to add hidden elements (through the HiddenColumnOption and HiddenRowOption properties)
      • ExportAlways
      • DoNotExport
      • ExportAsHidden
    • Added support to row height exporting with default DPI transformation (60pixels = 72points)
    • Added splitting data to separate sheets if number of rows is greater from Excel maximum. There is parameter to choose max rows from:
      • 1048576 (Max rows for Excel 2007)
      • 65536 (Max rows for prior versions of Excel)
    • Added exporting of conditional formatting
    • Added exporting of alternating row color
      Note: this feature works only if EnableAlternatingRow property is set to true. It does not export alternating row settings that come from themes.
  2. Improved VirtualMode performance.

Fixes

  1. Fixed: GridView’s Save/Load layout settings – Save/Load layout excluded ChildTemplates DataSource property from serialization
  2. Fixed: When NoFilter is set to a boolean column, the checkbox still can be checked
  3. Fixed: RadGridView crashes in hierarchy
  4. Fixed: The CellDoubleClick event is fired more than once when clicking on a cell in a hierarchy
  5. Fixed: RadGridView throws an error when the form is closed by using the Esc key
  6. Fixed: FormatString does not work for unbound columns
  7. Fixed: In some specific situations the ComboBoxEditor in RadGridView did not save it’s value
  8. Fixed: In some specific situations new rows are not added when using the Tab and Enter keys
  9. Fixed: In unbound mode the “pencil” icon stays visible after closing the active editor
  10. Fixed: In some situations the boolean cell in the filtering row shows text and checkbox
  11. Fixed: In some cases the editor in the filtering cell can’t be opened
  12. Fixed: BestFit doesn’t calculate the optimal cell width based on the size of all visible columns
  13. Fixed: When MultySelect=false you can still select multiply rows in run-time through code
  14. Fixed: SelectedRows count is wrong when the right mouse button is clicked
  15. Fixed: The AutoSizeRows property doesn’t invalidate the grid when it is changed
  16. Fixed: If the grid is not bound and there is no data, the column headers are not visible in runtime and design-time
  17. Fixed: The field of an existing column is reset on auto-generate
  18. Fixed: Problem with generating GridViewDataColumn.UniqueName
  19. Fixed some problems in sorting/grouping operations at runtime and design time
  20. Fixed: The place of the ColumnChooser on multimonitor systems

Obsolete methods

  • ExportToExcelML.ExportExcelML method renamed to ExportToExcelML.RunExport. The old ExportExcelML name is marked as obsolete.

RadButton
Fixes

  1. Fixed: Problems with DialogResult

RadCarousel
Improvements

  1. Added RadCarousel AutoLoopPauseInterval – gets or sets a value indicating the interval (in seconds) after which the carousel will resume looping when in auto-loop mode
  2. Added default values to CarouseAnimationDefault + AnimationFrames

Fixes

  1. Fixed: TPF design time issue with glyph null ref. exception (Visual Inheritance)
  2. Fixed: Exception “Reached item that is not pre-processed!”

RadDock
Fixes

  1. Fixed the ActiveMdiChild property of DockingManager
  2. Fixed: Double clicking a floating DockPanel would hide the content (layout problem)
  3. Fixed: Performance issues for Save/LoadXML API of DockingManager in runtime/design-time
  4. Fixed: Set some Text for a Floating window and the tool window text is not updated
  5. Fixed: Set some Text for Autohide window and the autohide tab text is not updated
  6. Fixed: Deserialization issues of floating windows
  7. Fixed: closing/close event for closed tabbed documents through the context menu command ‘Close All But This’
  8. Fixed: MinSize for AutoHide and Docked windows
  9. Fixed: Size/Resize event for AutoHide windows would not fire when setting MinSize
  10. Fixed: Reset API of DockingManager

RadLabel
Fixes

  1. Fixed: UseMnemonic of the control is synchronized with the TextPrimitive inside

RadMenu
Fixes

  1. Fixed: The text of items added through the Items collection and through the menu is different
  2. Fixed: You cannot add Items to the menu with right click and selecting ‘Add an Item’ and choosing an item
  3. Fixed: Items added at design time are not visible at runtime
  4. Fixed: Combo box items added at design time are not visible at runtime

RadMultiColumnComboBox
Improvements

  1. Added AutoFilter functionality

RadTreeView
Fixes

  1. Fixed: Added a control between the two scrollbars, so no text is drawn between the scrollbars (the rectangle area in bottomRight

Visual Style Builder
Fixes

  1. Fixed: Selecting the separator of RadStatusStrip throws an exception
  2. Fixed: VSB is now capable of designing themes for RadForm and its RadTitleBarRemove

Themes
Obsolete classes and methods

  • Class Telerik.WinControls.Themes.Design.ThemeDesignedControlList is marked as obsolete. Use Telerik.WinControls.Themes.Design.ControlStyleBuilderInfoList instead
  • Class Telerik.WinControls.Themes.Design.ThemeDesignedControl is marked as obsolete. Use Telerik.WinControls.Themes.Design.ControlStyleBuilderInfo instead
  • The return type of RadControlDesignTimeData.GetThemeDesignedControls method is changed from ThemeDesignedControlList to ControlStyleBuilderInfoList

TPF
Improvements

  1. Flickering in RadForm is improved.
  2. Slight performance optimizations when there are many controls in one RadForm.

Fixes

  1. Fixed: Errors while disposing the controls
  2. Fixed: TextPrimitive.TextAlignment
  3. Fixed: Text of buttons disappear in design time.

 

 

 

 

 

下载地址:http://www.fosoyo.com/article.asp?id=88

 

转载于:https://www.cnblogs.com/fosoyo/archive/2008/10/01/1302802.html

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/161960.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 微信小程序下订单支付代码实现

    微信小程序下订单支付代码实现目录支付流程具体实现一、前端调用登录获取code二、服务端接收code,服务端调用微信api获取openId三、前端点击去支付时四、服务端请求微信统一下单接口五、前端获取到prePay_id调起支付六、注意支付流程点击去结算时,,前端判断是否登录【未登录跳转到登录页】,登录发送code到服务端,服务端使用code发送请求去获取openId;并返回userId/openId存储在storage;点击去支付时,前端发送请求【订单详细,openId】,服务器用openId去统一下单,下单成功后,获

    2022年6月5日
    44
  • python进阶(22)pydantic–数据类型校验

    python进阶(22)pydantic–数据类型校验pydantic库的作用pydantic库是一种常用的用于数据接口schema定义与检查的库。Pydantic在运行时强制执行类型提示,并在数据无效时提供用户友好的错误信息。pydantic安

    2022年8月7日
    1
  • Java笔试题大全(附带答案)「建议收藏」

    Java笔试题大全(附带答案)「建议收藏」一、单选题1.下列哪一种叙述是正确的(D)A.abstract修饰符可修饰字段、方法和类B.抽象方法的body部分必须用一对大括号{}包住C.声明抽象方法,大括号可有可无D.声明抽象方法不可写出大括号2.如下代码publicclassTest{publicintaMethod(){staticinti=0;i++;returni;}…

    2022年7月7日
    21
  • GetStyle,ModifyStyle,GetExStyle,ModifyStyleEx「建议收藏」

    GetStyle,ModifyStyle,GetExStyle,ModifyStyleEx「建议收藏」要添加或除去窗口的普通风格,可以使用GetStyle()和ModifyStyle()方法来实现要设置或去除窗口的扩展风格,可以使用GetExStyle()和ModifyStyleEx()方法实现1.CWnd::GetExStyle与CWnd::ModifyStyle(1)GetExStyle原型: DWORDGetStyle()const;作用: 获取

    2022年7月19日
    14
  • 远程服务器虚拟显示器(Ubuntu 20.04 LTS)[通俗易懂]

    远程服务器虚拟显示器(Ubuntu 20.04 LTS)[通俗易懂]远程服务器虚拟显示器(Ubuntu20.04LTS)1.准备工作2.安装软件包3.修改配置文件4.卸载虚拟显示器1.准备工作安装sshsever并开启,确保虚拟显示器配置失败后,无法正常显示,仍可以通过ssh连接至服务器sudoapt-getinstallopenssh-server查看ssh服务已经开启,并可以远程ssh连接至服务器ps-e|grepssh测试远程连接2.安装软件包sudoapt-getinstall

    2022年8月21日
    3
  • 开源 自由 java CMS – FreeCMS1.9 评论管理

    开源 自由 java CMS – FreeCMS1.9 评论管理

    2022年1月13日
    41

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号