This is a migrated thread and some comments may be shown as answers.

Removing or Hide Duplicate Names Like Last Name

1 Answer 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sanjaykumar
Top achievements
Rank 1
sanjaykumar asked on 08 Sep 2016, 08:00 AM

i am using raidGrid

void BindData()
    {
        grid_1.DataSource = Names.GetDeailesByGetall(con);
        grid_1.DataBind();

    }

here how to check the and removing duplicate Names

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 12 Sep 2016, 07:49 AM
Hi Sanjaykumar,

The easiest way would be to remove the duplicate items within your custom method that returns the items and set the 'clean' data to the RadGrid's DataSource, but the exact approach will depend on what your method returns.


Regards,
Konstantin Dikov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
sanjaykumar
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or