我在我的uwp windows应用程序中使用Mytoolkit datagrid。我发现在这里https://github.com/MyToolkit/MyToolkit/wiki/DataGrid并且在该网格中我想要在单击该单元格时获得特定的单元格值。
我试过这样但数据没有绑定并显示
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
任何人都可以告诉我在单元格上获取单元格值的方法吗?
答案 0 :(得分:0)
使用DataTemplate。
{{1}}