Hello Team,
I am having a grid with template column and having two data field to be displayed in it like
I need the filter for both the data field with single text box,
Please let me know if you have any way for this.
Thanks
Amol
I am having a grid with template column and having two data field to be displayed in it like
| <telerik:GridTemplateColumn DataField="Subject" HeaderText="Coaching Activities & Relationship" |
| UniqueName="Subject" SortExpression="Subject" FilterControlWidth="95%" AutoPostBackOnFilter="true" CurrentFilterFunction="Contains" > |
| <HeaderStyle HorizontalAlign="Center" Width="300px" /> |
| <ItemStyle HorizontalAlign="left" Width="300px" /> |
| <ItemTemplate> |
| <b> |
| <asp:Label ID="lblSubject" runat="server" Text='<%# DataBinder.Eval( Container, "DataItem.Subject") %>'></asp:Label><br /> |
| </b> |
| <asp:Label ID="lblNoteDetail" runat="server" Text='<%# DataBinder.Eval( Container, "DataItem.NoteDetail") %>'></asp:Label> |
| </ItemTemplate> |
| </telerik:GridTemplateColumn> |
Please let me know if you have any way for this.
Thanks
Amol