Hi Im working on a problem in which im trying to hide the grid rows. The records are repeating and i want to remove the repetitive records but hiding the grid rows that are repeating.
I do not want to use group by. as it is causing disturbance somewhere else. and I cant add any other data source or query or view.
Currently i have an AOT query and have added my code of searching for the repetitive record in the ExecuteQuery() method of the data source in that query. But what to do after that.
Or if there is any other solution please tell..!