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

Not detecting Colomns correctly

1 Answer 46 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Muhammad
Top achievements
Rank 1
Muhammad asked on 16 Sep 2011, 12:11 PM
Hello,

 I am having trouble that RadFilter is not detecting the columns correctly. I bind my RadGrid through code in Asp like:

RadGrid1.DataSource = myDataSource;
RadGrid.DataBind();

RadFilter is only binding those columns which are bind through <telerik:GridBoundColumn> and ignoring those who are in <telerik:GridTemplateColumn>. Is this a known issue? as I didn't see any thread talking about this problem. Waiting for help immediately.

Regards,
Wasim.

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 21 Sep 2011, 08:45 AM
Hello Muhammad,

Doe the template column have DataField specified? Can you share the code you are using, all you have related to the grid in the markup and code behind.

Regards,
Iana Tsolova
the Telerik team
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 their blog feed now
Tags
Filter
Asked by
Muhammad
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or