Hi all,
I have a requirement,to hide duplicate records in grid view.my data table records will be like this.
Loan A/c No Name Date Deductions remarks
13221 Bhanu prakash 20-apr-2013 13409 EMI
13221 Bhanu Prkash 20-apr-2013 1456 Cheque bounce chr
13221 Bhanu prakash 20-apr 2013 123 miscllaneous
when i am binding this data table my requirement is hide 2nd row up to date column
if the same record repeats.
grid view look will be like this
Loan A/c No Name Date Deductions remarks
13221 Bhanu prakash 20-apr-2013 13409 EMI
1456 Cheque bounce chr
123 miscllaneous
Please help me in achieve this.here i specified only one record but in real data the rows will be multiple.
Thanks in advance.
Regards,
Bhanu Prakash
Regards,
Bhanu Prakash Bysani