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:
Greetings
Joost
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
