Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在silverlight 4中扩展datagrid_Silverlight_Silverlight 4.0_Datagrid - Fatal编程技术网

在silverlight 4中扩展datagrid

在silverlight 4中扩展datagrid,silverlight,silverlight-4.0,datagrid,Silverlight,Silverlight 4.0,Datagrid,嗨,有人知道我必须覆盖哪些函数才能使用myDataGridEx(源自DataGrid)而不是: DataGridRow->使用DataGridRowEx, DataGridRowHeader->使用DataGridRowHeaderEx, DataGridRowHeader->使用DataGridRowHeaderEx, DataGridRowGroupHeader->使用DataGridRowGroupHeaderEx, DataGridColumnHeader->使用DataGridColu

嗨,有人知道我必须覆盖哪些函数才能使用myDataGridEx(源自DataGrid)而不是: DataGridRow->使用DataGridRowEx, DataGridRowHeader->使用DataGridRowHeaderEx, DataGridRowHeader->使用DataGridRowHeaderEx, DataGridRowGroupHeader->使用DataGridRowGroupHeaderEx, DataGridColumnHeader->使用DataGridColumnHeaderEx, DataGridCell->使用DataGridCellEx


我将创建并扩展Ex类。

用简单的重写是不可能做到这一点的。您可以下载toolkit的源代码,使用DataGrid获取项目,并更改源代码扩展功能。

用简单的重写是不可能做到这一点的。您可以下载toolkit的源代码,使用DataGrid获取项目,并更改源代码扩展功能