7 Answers, 1 is accepted
0
Hi Farhan,
Actually there is no problem to show any control in the GroupHeaderTemplate of your RadGridView,to show a progress bar in your GroupHeader use simply the following piece of code:
The behavior of this progressBar depends on your custom logic.
If you need any additional information do not hesitate to contact us.
Best wishes,
Vanya Pavlova
the Telerik team
Actually there is no problem to show any control in the GroupHeaderTemplate of your RadGridView,to show a progress bar in your GroupHeader use simply the following piece of code:
<
telerik:RadGridView.GroupHeaderTemplate
>
<
DataTemplate
>
<
telerik:RadProgressBar
Width
=
"100"
Height
=
"20"
/>
</
DataTemplate
>
</
telerik:RadGridView.GroupHeaderTemplate
>
If you need any additional information do not hesitate to contact us.
Best wishes,
Vanya Pavlova
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
Farhan
Top achievements
Rank 1
answered on 02 Sep 2010, 04:03 PM
Can you please tell me how i can handle that i want to show this when i click expand group and want to collapse when expanded?
Thanks
Thanks
0
Hello Farhan,
I have prepared sample project that demonstrates this approach by manipulating Expanded/Collapsed states of the GridViewGroupRow in Expression Blend.
Please see the attached example and let us know if you need any additional information.
All the best,
Vanya Pavlova
the Telerik team
I have prepared sample project that demonstrates this approach by manipulating Expanded/Collapsed states of the GridViewGroupRow in Expression Blend.
Please see the attached example and let us know if you need any additional information.
All the best,
Vanya Pavlova
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
Mike
Top achievements
Rank 1
answered on 09 Dec 2011, 01:08 PM
Apologies for multiple browser posts, please remove this one.
0
Mike
Top achievements
Rank 1
answered on 09 Dec 2011, 01:08 PM
Apologies for mulitple browser posts.
0
Mike
Top achievements
Rank 1
answered on 09 Dec 2011, 01:09 PM
Apologies for multiple browser posts, please remove this one.
0
Mike
Top achievements
Rank 1
answered on 09 Dec 2011, 01:14 PM
Hi
I want to use a similar technique to show and display a progress bar based on the group, i.e. count the number of records with a boolean 'true' flag set. The toolbar whould show the ratio of true/false found in the group.
I can't seem to work out how to tie this up with an custom aggregate (if necessary) and bind it to the progress bar. I guess I could do this with a count and a total aggregate but how do I bind this?
Please can you show me an example of how to start?
Thanks
Mike
I want to use a similar technique to show and display a progress bar based on the group, i.e. count the number of records with a boolean 'true' flag set. The toolbar whould show the ratio of true/false found in the group.
I can't seem to work out how to tie this up with an custom aggregate (if necessary) and bind it to the progress bar. I guess I could do this with a count and a total aggregate but how do I bind this?
Please can you show me an example of how to start?
Thanks
Mike