本文介绍了在gridveiw中分组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想对gridveiw控件中的数据进行分组吗?谁能帮帮我.

UPDATE SM:更新问题,因为询问者写的内容与答案相同.
例如,我可以在gridveiw中显示名称和名称,但是名称框将根据名称分组,并且我应该能够将Group显示为标题以及在报告中

i want to use grouping the data inside the gridveiw control? can anyone help me out.

UPDATE SM: Updating the question, as Enquirer wrote the same as an answer.
For examles i have name and designations to show in the gridveiw but the names shold be grouped according to designation and i should be able to display Group as header as well as in Reports

Designation Name
Designation: SA
SA  AMAN
SA  Mark
Designation: AS
AS  shaun
AS  Grahm
AS  Steve

AS Table is showing


我们可以在名为Gridview


Can we do it in this rich control called Gridview

推荐答案


这篇关于在gridveiw中分组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 03:22