Click here to Skip to main content
15,915,094 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

I have a query regarding xtragrid control.
I am populating xtragrid control using datatable,i have data something like this..

xtragrid control after binding...

ClientCode NomineeDetails Name FatherName
C0001 Director1 - -
C0001 JointHolder - -
C0001 Director2 - -
C0001 Gaurdian - -

what i want is..i dont want to display same client code again and again...something like this..

ClientCode NomineeDetails Name FatherName
C0001 Director1 - -
JointHolder - -
Director2 - -
Gaurdian - -

is there any property for doing this..?help me out..
Posted
Updated 17-Apr-12 20:39pm
v2

1 solution

The AllowCellMerge property of GridView can be used for this purpose. It is found under OptionsView category in the Properties windows. Set it to true to get the above results.
The Cell merging feature is explained here
Cell Merging Overview[^]
I think it may be helpful.
 
Share this answer
 
Comments
DileepkumarReddy 18-Apr-12 4:54am    
Thank you Mr.VJ Reddy....it is very helpful ...solved the issue..
VJ Reddy 18-Apr-12 5:28am    
If the problem is solved you may accept and vote the solution.
Thank you for the response.
DileepkumarReddy 18-Apr-12 6:16am    
Hi,i am facing one more issue regarding registry.. i made changes as per requirement,but for some reasons i want to revert them..so i coudnt do it..help me out
VJ Reddy 18-Apr-12 6:31am    
Any reason for down voting (3 and below)

Regarding the query, it seems it is not connected with this question. I think it is better to post it as a separate question, so that many experts can see it and you may get appropriate reply.
VJ Reddy 18-Apr-12 6:36am    
Thank you very much for the response.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900