Infragistics控件使用札记

别人的不错的总结哦:http://blog.csdn.net/debugingstudy/article/details/8515456


今天碰到一个情况如截图(要求,快速定位到某人,其中,点击A320副驾驶会展开相应的节点):

解决方法:

当触发定位的时候,触发dgUnFlyPersonInfo_InitializeRow即可

        private void dgUnFlyPersonInfo_InitializeRow(object sender, InitializeRowEventArgs e)
        {
            if (e.Row == null) return;
            if (string.IsNullOrEmpty(mPcode)) return;
            ColumnsCollection gridColumns = this.dgUnFlyPersonInfo.DisplayLayout.Bands[1].Columns;
            UltraGridBand band = this.dgUnFlyPersonInfo.DisplayLayout.Bands[1];
            foreach (UltraGridRow row in band.GetRowEnumerator(GridRowType.DataRow))
            {
                if (row.Cells["P_CODE"].Value.ToString().Trim().Equals(mPcode))
                    row.Activated = true;
            }
        }




  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
☆ 资料说明:☆ 压缩包内包含安装程序和注册机; Like Windows 8, Infragistics brings together the best of the PC and tablet in this suite. Impress and innovate with premier controls for data visualization. No matter what the platform or category, apps created with NetAdvantage for Windows UI will be bold, performant, and drive revenue thorugh the Windows Store. Fast & Fluid Maximize your apps with a Grid control designed for stylablity and high performance. Data and UI virtualization make this Grid lightweight and extremely fast when handling large amounts of data. This control allows you to display your data in the style and matter that best fits your needs. Drill, down, edit, delete, select, sort, group, and filter rows using your mouse, keyboard, or touch gestures. Innovative Charting Let your data tell the story, with the broadest range of interactive, high-performance Data Charts that include support for a full range of business, scientific, and financial charting scenarios, as well as trend line capabilities "right out of the box." This Data Chart is a next-generation charting control designed for handling a live data feed coming in with over tens of thousands of data point every several milliseconds. Touch Optimized Deliver the latest Touch UI with our new gesture supported controls - like our Editor controls - without needing to write code separately for mouse vs. touchscreen inputs. Touch support across HTML5 and XAML controls offers larger buttons and gesture-friendly UI for commonly used interactions like grouping, multiple sorting, multiple selection, scrolling, and more - no plug-ins or extensions needed. Reference App The Running Total app, which uses our XAML and HTML Chart and Map controls, is an end-to-end application that delivers a true Windows 8 experience, designed with best practices and performance. Included in the Running Total app are assemblies for a variety of Chart types, with trend lines, finanacial indicators, touch-first features, and our Geospatial Mapping controls, which support multiple tile sources and geo-imagery features.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值