Hi
Can you give me some help on this... I am struggling.
I have a column on which the column sort does not work,
It all looks OK to me but maybe the code behind is interfering, because I change the HeaderText in the ItemDataBound event.
Could that be an issue? Can I get round it?
Thanks for your help!
Clive
Can you give me some help on this... I am struggling.
I have a column on which the column sort does not work,
| <telerik:GridTemplateColumn DataField="PricePerBottle" |
| DataType="System.Decimal" HeaderText="£/Bottle" |
| SortExpression="PricePerBottle" UniqueName="PricePerBottle"> |
| <ItemTemplate> |
| <asp:Label ID="PricePerBottleLabel" runat="server" |
| Text='<%# ConstClass.getCurrencyPrice(Eval("PricePerBottle"))%'> |
| </asp:Label> |
| </ItemTemplate> |
| <HeaderStyle HorizontalAlign="Right" Width="70px" /> |
| <ItemStyle HorizontalAlign="Right" /> |
| </telerik:GridTemplateColumn> |
Could that be an issue? Can I get round it?
Thanks for your help!
Clive