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

Filtering by column custom control problem

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joost
Top achievements
Rank 1
Joost asked on 18 Jun 2013, 12:10 PM
I have a radgrid and i want to sort a column based on the value of a custom DropDownList.
The problem here is that the ddl is shown 2 times (example in attachment). After a Postback there is only 1.

I've added the custom ddl like this:

<telerik:GridBoundColumn DataField="ClientName" UniqueName="ClientName" >
    <FilterTemplate>
        <uc:SearchOrganisationRole runat="server" ID="ucSearchOrgRole" />
   </FilterTemplate>
</telerik:GridBoundColumn>

Greetings
Joost

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 21 Jun 2013, 07:34 AM
Hello Joost,

I have prepared a sample RadGrid web site to test the described behavior and from my end the combo is displayed correctly. Please run the attached application and verify that it works as expected on your side, too.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Joost
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or