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

Masked textbox problem

2 Answers 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
jimit r
Top achievements
Rank 1
jimit r asked on 25 Feb 2010, 09:56 AM
Hi Vlad,

I have the following column in my RadGridView:


1
1
1
1
1
2
2
2
2
2
3
3
3
3
3
4
4
4


The column gets its data from a particular column of a List in code-behind. 
If i write the following data template: will each group header display the numbers one by one?

<DataTemplate> 
<TextBlock Background="Black" Foreground="White" Text="{Binding AssetType}" Width="30"></TextBlock> 
</DataTemplate> 


For me the header remains blank.

Also, why am i not able to find a link on your site to create my own thread?

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 25 Feb 2010, 10:00 AM
Hello,

Can you post more info about this masked textbox problem and how this is related to the grid grouping? Furthermore since you've just opened new forum thread obviously you do not have problems to open new threads.

Regards,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
jimit r
Top achievements
Rank 1
answered on 26 Feb 2010, 09:48 AM
Hi Vlad,

First i'd like to know the difference between group row and group header.
Tags
GridView
Asked by
jimit r
Top achievements
Rank 1
Answers by
Vlad
Telerik team
jimit r
Top achievements
Rank 1
Share this question
or