Manishkumar
Top achievements
Rank 1
Manishkumar
asked on 03 Nov 2009, 11:54 AM
Hi,
We want to use GridTemplateColumn with grouping feature for datagrid with Oracle.
Request you to please suggest..how can we achieve this.
Thanks and regards,
Manish Patel
We want to use GridTemplateColumn with grouping feature for datagrid with Oracle.
Request you to please suggest..how can we achieve this.
Thanks and regards,
Manish Patel
5 Answers, 1 is accepted
0
Hello,
Can you post a bit more info about the problem? Do you get any errors? Groping on template columns is supported once you add GroupByExpression for the column no matter of the grid data source.
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.
Can you post a bit more info about the problem? Do you get any errors? Groping on template columns is supported once you add GroupByExpression for the column no matter of the grid data source.
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.
0
Manishkumar
Top achievements
Rank 1
answered on 03 Nov 2009, 01:36 PM
Hi,
I read some where in documentatio that we can not use databind for advance featuress like Grouping but i need Grid with grouping facility and it should work with template column. Also, I would like to bind it from server side.
Request you to please suggest.
Thanks and regards,
Manish Patel
I read some where in documentatio that we can not use databind for advance featuress like Grouping but i need Grid with grouping facility and it should work with template column. Also, I would like to bind it from server side.
Request you to please suggest.
Thanks and regards,
Manish Patel
0
Accepted
Hi,
All you need to do is to handle NeedDataSource event and set DataSource property for the grid. If you do this every grid advanced feature will work as expected.
Regards,
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.
All you need to do is to handle NeedDataSource event and set DataSource property for the grid. If you do this every grid advanced feature will work as expected.
Regards,
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.
0
Manishkumar
Top achievements
Rank 1
answered on 03 Nov 2009, 02:06 PM
Hi,
Thanks ...it works for me...!
Also, i have one doubt w.r.t to sample code specified in Radgrid Grouping. It refers to some header, footer conrols. where can i find these.
Also, i would like to remove following from display :
1. Field name used for grouping appearing on left top corner.
2. Page Size Change option
3. Go to Page option
Thanks and regards,
Manish Patel
Thanks ...it works for me...!
Also, i have one doubt w.r.t to sample code specified in Radgrid Grouping. It refers to some header, footer conrols. where can i find these.
Also, i would like to remove following from display :
1. Field name used for grouping appearing on left top corner.
2. Page Size Change option
3. Go to Page option
Thanks and regards,
Manish Patel
0
Accepted
Princy
Top achievements
Rank 2
answered on 04 Nov 2009, 07:09 AM
Hello Manish,
The groupheader for a group is shown on the top of each group set wherein the grouped field value is shown and the groupfooter is shown at the bottom of each group when the ShowGroupFooter property of the grid is set to true.
Inorder to remove the grouppanel shown on the top of the grid, you can set the ShowGroupPanel of the RadGrid to false. To customize your pager row for the grid refer to the following document:
Accessing the elements of advanced type pager
Thanks
Princy.
The groupheader for a group is shown on the top of each group set wherein the grouped field value is shown and the groupfooter is shown at the bottom of each group when the ShowGroupFooter property of the grid is set to true.
Inorder to remove the grouppanel shown on the top of the grid, you can set the ShowGroupPanel of the RadGrid to false. To customize your pager row for the grid refer to the following document:
Accessing the elements of advanced type pager
Thanks
Princy.
