Hi,
We are exporting our datagrid to excel and would like to remove duplicate rows before that.
Is there any way to do this?
Thanks,
Neha.
Hi Neha,
There's nothing in the grid to do this for you.
The approach I would take would be something like this:
Hey Mike,
Thanks for your response.
I used your suggestion to hide rows. Now, I realise that I also need a way to unhide ALL rows. I am unable to find a way to do this unless I loop through each row and set Hidden property to false.
Any suggestions would be most appreciated since we have around 8000 rows and looping through all will take a while...
Thanks again,