首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏全栈程序员必看

    RadControls for Winforms Q2 2008 SP1

    RadControls for WinForms Q2 2008 SP1 Release Notes (v7.1.1.0) RadGridView Improvements Export to Excel serialization Fixed: When NoFilter is set to a boolean column, the checkbox still can be checked Fixed: RadGridView Fixed: The CellDoubleClick event is fired more than once when clicking on a cell in a hierarchy Fixed: RadGridView FormatString does not work for unbound columns Fixed: In some specific situations the ComboBoxEditor in RadGridView

    46210编辑于 2022-09-15
  • 来自专栏菩提树下的杨过

    silverlight:telerik RadControls中RadGridView的一个Bug及解决办法

    RadGridView中嵌套RadComboBox,且RadGridView的高度不够出现滚动条时,上下拉动滚动条后,RadComboBox中的选中值将丢失! > <StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> <telerik:RadGridView Binding Employees,Mode=TwoWay}" Width="300" Height="120" Name="gridView1"> <telerik:RadGridView.Columns GridViewColumn.CellTemplate> </telerik:GridViewColumn> </telerik:RadGridView.Columns > </telerik:RadGridView> </StackPanel> </Grid> </UserControl> MainPage.Xaml.cs

    1K70发布于 2018-01-24
  • 来自专栏菩提树下的杨过

    Silverlight Telerik控件学习:GridView双向绑定

    300" d:DesignWidth="400"> <StackPanel x:Name="LayoutRoot" Background="White"> <telerik:RadGridView grd1" ItemsSource="{Binding Path=LstData, Mode=TwoWay}" SelectionMode="Extended"> <telerik:RadGridView.Columns telerik:GridViewColumn.CellTemplate> </telerik:GridViewColumn> </telerik:RadGridView.Columns > </telerik:RadGridView> <telerik:RadButton Height="22" Width="100" Margin="0,10,0,0

    1.4K50发布于 2018-01-23
领券