This question is locked. New answers and comments are not allowed.
Hi,
I am trying to declare a gridviewdatacolumn type as int as shown below,
<GridViewDatacolumn DataType="{x:Int32}">
<GridViewDatacolumn DataType="{System.Int32}">
I tried these apporoaches but iam getting error saying, the int32 tag does not exist in xml name space 'http://schemas.micorosoft.com/winfx/2006/xaml'
Please help me on this issue
Regards
Rana
I am trying to declare a gridviewdatacolumn type as int as shown below,
<GridViewDatacolumn DataType="{x:Int32}">
<GridViewDatacolumn DataType="{System.Int32}">
I tried these apporoaches but iam getting error saying, the int32 tag does not exist in xml name space 'http://schemas.micorosoft.com/winfx/2006/xaml'
Please help me on this issue
Regards
Rana
