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

Filter not working in this Scenario

1 Answer 50 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Akki
Top achievements
Rank 1
Akki asked on 01 Jun 2012, 01:36 AM
Hi,
  I have scenario where i have filter option enabled for a drop down.
While binding from database value of budflg="T" but while displaying in UI, I will be displaying it as "True".
Now if i try to filter the the option with "True" value - It says no record to display as budflg will contain "T".
 how to filter in this scenario ?? Please help

 <telerik:GridTemplateColumn HeaderText="Budget" UniqueName="budflg" DataField="budflg"  FilterControlWidth="90%"
                                AllowFiltering="true">
                                <ItemTemplate>
                                    <asp:Dropdown ID="drpDownBdgt" CssClass="txtbx" runat="server" "
                                        Width="99%">
                                    </asp:DropDown>
                                </ItemTemplate>
                                <FooterTemplate>
                                    <asp:Dropdown ID="drpDownFooterBdgt" class="txtbx" runat="server"
                                        Width="98%">
                                    </asp:Dropdown>
                                </FooterTemplate>
                                 <HeaderStyle ForeColor="Red" />
                                <FooterStyle BackColor="WhiteSmoke" />
                            </telerik:GridTemplateColumn>

Any help on this ???
Regards,
Akki

1 Answer, 1 is accepted

Sort by
0
Akki
Top achievements
Rank 1
answered on 04 Jun 2012, 05:46 AM
Any help on this?
Tags
Filter
Asked by
Akki
Top achievements
Rank 1
Answers by
Akki
Top achievements
Rank 1
Share this question
or