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

[Solved] ItemTemplate sort & filtering capabilities

1 Answer 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Zlatko Rusev
Top achievements
Rank 1
Zlatko Rusev asked on 16 Nov 2009, 09:40 AM
Hello,

I'm using RadGrid and I have following column:

 <telerik:GridTemplateColumn  HeaderText="MyField" DataType="System.String" >
          <ItemTemplate>
                     <%# getSomeInfo() %>
          </ItemTemplate>
</telerik:GridTemplateColumn>

'getSomeInfo' is not conected to any datasource field.

Please can you help me organise filter and sorting capability of this column

Best Regards
Zl. Rusev

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Nov 2009, 03:48 PM
Hello,

Since the grid sorting, filtering, grouping, aggregation, etc. is performed at data-source level such functionality cannot be accomplished. The closest option I can offer you is custom sorting.

Regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Zlatko Rusev
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or