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)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • [IPv6工具] 可用dns和ipv4转v6工具

    [IPv6工具] 可用dns和ipv4转v6工具

    2022年3月7日
    60
  • Matlab代码之plot函数的坐标点显示

    Matlab代码之plot函数的坐标点显示plot函数的xlabel、ylabel、title、text、legend1、在图像某个位置显示文字信息,2、用text()显示plot函数的坐标点;3、用legend()在一张图同时显示不同曲线;4、用xlabel()、ylabel()、title()显示横纵坐标和标题;5、用subplot在一张画布上画多个图像;新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个

    2022年10月15日
    4
  • 微信公众号开发相关流程及功能介绍怎么写_微信公众号平台官网

    微信公众号开发相关流程及功能介绍怎么写_微信公众号平台官网进入的网址:https://mp.weixin.qq.com。测试号(网址:https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login),用户在开发之前可以通过测试号快速测试开发,但是测试号的接口能力有限,只限测试使用。1.1.1订阅号适用于个人和组织,群发消息1条/天,消息展示在订阅号列表里,有基础消息接口,可以自定义菜单,无微信支付功能。1.1.2服务号不适用于个人,群发消息4条/月,消息展示在会话表里,有基础消息接口,有高级接

    2022年8月20日
    14
  • 如何升级PIP命令

    如何升级PIP命令1、首先使用pipshowpip命令查看当前pip版本;2、升级命令:python-mpipinstall–upgradepip;3、验证升级成功,再次使用pipshowpip命令查看pip版本。

    2022年6月11日
    175
  • pycharm中pip安装地址更改_pycharm怎么安装pip库

    pycharm中pip安装地址更改_pycharm怎么安装pip库pycharm修改pip源为清华源-提高下载速度让PIP源使用国内镜像,提升下载速度和安装成功率。以后文章更新在https://oldpan.me国内pip源:清华大学https://pypi.tuna.tsinghua.edu.cn/simple/在使用pycharm时,…

    2022年8月28日
    5
  • 来客在线客服系统源码 支持一键安装

    来客在线客服系统源码 支持一键安装简介:来客客服源码/带完整文字教程/一键安装好友分享的,状态比流通版本还是要好很多。不支持前端商户注册,这个大家应该也都用过了,有喜欢的,自己拿去吧,东西如下。网盘下载地址:http://kekewl.org/D11LdBKXP7L0图片:…

    2022年7月19日
    43

发表回复

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

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