This is a migrated thread and some comments may be shown as answers.

[Solved] How to declare gridviewdatacolumn type as integer

1 Answer 271 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rana Pratap
Top achievements
Rank 1
Rana Pratap asked on 04 Nov 2009, 05:41 AM
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

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Nov 2009, 06:11 AM
Hello Rana,

You cannot declare types in XAML with Silverlight 3 - most probably this will be supported in Silverlight 4.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Rana Pratap
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or