C1InputPanel:如何即时生成数据表单

本文介绍如何用C1InputPanel控件根据指定数据源,即时生成数据表单。其表现就像一个完整的数据输入式表单,可以对多个输入组件的设计、版面、外观和行为进行管理。即时生成表单的步骤如下:1.加载C1InputPanel到窗体2.选择数据源3.即时生成表单4.微调C1InputPanel布局生成表单的效果如下图所示:<p><a href="http://www.grapecity.com.cn/image.ashx?picture=inputpanel-masterdetail-input.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="inputpanel-masterdetail-input" src="http://www.grapecity.com.cn/image.ashx?picture=inputpanel-masterdetail-input_thumb.png" alt="inputpanel-masterdetail-input" width="526" height="382" border="0" /></a></p>

C1GanttView:创建融合微软Project用户体验的甘特图

本文描述如何使用C1GanttView控件创建类似微软Project用户体验的甘特图。它提供基于时间表的示意图,帮助规划、协调和跟踪项目中的特定任务。通过约束、依赖、资源、样式,以及其他支持,对项目进行管理。创建甘特图对项目进行管理的步骤如下:1.拖拽C1GanttView到窗体2.通过编辑器定制摘要任务、日历设置、前置条件、资源和样式3.导入导出到XML文件创建的甘特图如下:<p><a href="http://www.grapecity.com.cn/image.ashx?picture=ganttview-summarytask.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="ganttview-summarytask" src="http://www.grapecity.com.cn/image.ashx?picture=ganttview-summarytask_thumb.png" alt="ganttview-summarytask" width="504" height="363" border="0" /></a></p>

用C1TileControl模拟Window8风格的文档浏览应用

在模拟Windows 8样式布局时,C1TileControl提供多种选项,并根据选择内容自适应完成界面排布。这样就可以按组为单位自动平铺排列,设置任意尺寸。也可以使用停靠、堆叠或嵌套面板,并设置文本元素以及图像。本文就介绍如何用C1TilleControl创建具有Window8风格的文档浏览应用程序。步骤如下:1.以组为单位平铺布局2.创建贴片3.创建贴片模板本文Demo如下图所示:<p><a href="http://www.grapecity.com.cn/image.ashx?picture=tilecontrol-fileexplorer.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="tilecontrol-fileexplorer" src="http://www.grapecity.com.cn/image.ashx?picture=tilecontrol-fileexplorer_thumb.png" alt="tilecontrol-fileexplorer" width="505" height="404" border="0" /></a></p><p>&nbsp;</p>

C1Schedule:开发安排日程用的应用程序

本文讲述如何使用C1Schedule控件,简单的开发安排日程用的应用程序,呈现微软Outlook 风格和用户体验的日程表。这个日程安排的解决方案配备了五个内置视图,还有定期约会等功能。具体步骤如下:1.拖拽工具箱中的控件到窗体2.弹出内置约会管理对话框3.设置C1Schedule五个内置视图4.设置C1Calendar和C1Schedule同步最后Demo的效果如下所示:<p><a href="http://www.grapecity.com.cn/image.ashx?picture=schedule-appointment.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="schedule-appointment" src="http://www.grapecity.com.cn/image.ashx?picture=schedule-appointment_thumb.png" alt="schedule-appointment" width="499" height="403" border="0" /></a></p>

C1Report:使用NorthWind数据库展示数据

C1Report支持各种数据源类型,包括XML、Access、SQL Server、Oracle等等。此外,对于Visual Studio .NET 数据对象,只要实现了IList,IList以及IEnumerable接口,C1Reports都提供支持。本文演示C1Report绑定其中一种数据源,NorthWind数据库展示常见的报表,以及打印报表。效果如图所示:<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2fC1Report-view.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2fC1Report-view.png" alt="" width="775" height="498"/></a></p>

ComponentOne 2014 路线图

步入新的2014财年,又到了总结我们产品中那些新内容和新动向的时候了。这是您了解我们的计划并提出建议的绝佳时间。您的反馈将帮助我们为下一步的工作指明方向,在此先行感谢。HTML5和Javascript的组合仍是当下开发者们的热议话题。在过去的几个月里,我们看到AngularJS(Google的HTML5应用开发平台)变得越来越火。新的主题设计器是我的最爱,相对于初始版本它有了明显的提升。我们现在提供超过25种精心设计的主题,您可以轻松将这些主题集成到现有应用中使得它们外观与表现都获得明显提升。

C1Chart用PlotElementLoaded事件实现柱子宽度自定义

《<a href="http://blog.gcpowertools.com.cn/post/2013/10/13/StudioforWPF_C1WPFChart_SymbolStyle.aspx">Studio for WPF:定制 C1WPFChart 标记</a>》详细说明了用<a href="http://helpcentral.componentone.com/nethelp/c1wpfchart/#!XMLDocuments/WPFChartRef/html/E_C1_WPF_C1Chart_DataSeries_PlotElementLoaded.htm">PlotElementLoaded</a>事件进行label设置,借用其思想,本文<a href="http://helpcentral.componentone.com/nethelp/c1wpfchart/#!XMLDocuments/WPFChartRef/html/E_C1_WPF_C1Chart_DataSeries_PlotElementLoaded.htm">PlotElementLoaded</a>进行C1Chart柱子宽度设置。<a href="http://www.grapecity.com.cn/image.ashx?picture=C1Chart_plot.gif"><img title="C1Chart_plot" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="C1Chart_plot" src="http://www.grapecity.com.cn/image.ashx?picture=C1Chart_plot.gif" width="447" height="273" /></a>

Studio for ASP.NET Wijmo: 导出 C1GridView 到 Excel 文件

C1GridView 表格控件用于在前台展示数据,最近有用户提出把 C1GridView 导出到 Excel 文件的需求,考虑到还会有其他用户有此需求,所以分享给大家浏览,希望能对广大用户有所帮助。C1GridView 本身不支持导出到 Excel 文件,在本篇文章中将分别介绍如何通过自定义方法把 C1GridView以 Excel 形式导出到客户端和服务器端。

Spread for WPF-Silverlight:获取当前鼠标点击单元格信息

在表格控件的使用中,鼠标操作是极其常见的,Spread 可以通过点击坐标来获取当前点击单元格。本篇博客即将介绍获取方法以及具体可以获取哪些单元格信息。本次以鼠标左键点击事件为例,通过 Spread MouseLeftButtonDown 获取点击信息:

使用C1TrueDBGrid表格控件创建子表格

使用ComponentOne True DBGrid® for WinForms,可以快速创建数据绑定的表格应用程序。它所包含的控件C1TrueDBGrid是一个全功能的表格控件,它具备许多跨越数据访问、数据显示和用户界面的先进功能。本文介绍如何用C1TrueDBGrid创建子表格,显示用户需求的数据和界面。<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2ftruedbgrid_childgrids.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2ftruedbgrid_childgrids.png" alt="" width="600" /></a></p>

推荐相关资源
关注微信
葡萄城社区二维码

关注“葡萄城社区”

加微信获取技术资讯

加微信获取技术资讯

想了解更多信息,请联系我们, 随时掌握技术资源和产品动态