| <telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" OnTabClick="LoadUserControl" |
| Skin="MySkin" EnableEmbeddedSkins="false"> |
| <Tabs> |
| <telerik:RadTab Text="Hello World" Value="0" width="90px"> |
| </telerik:RadTab> |
| </Tabs> |
| </telerik:RadTabStrip> |
My Unique customer ID is: WT370784
Hello using
How can I do this easy?
I'am trying to learn from where http://www.telerik.com/help/aspnet-ajax/schedule_advancedformtemplate.html
but i not easy
can you help me?
Best Regards.
Hello!
I’m working on a RadGrid based solution using filtering with the well described drop-down list column template. This works fine. I now want to add extra filtering functionality where extra filter criteria will be selected from keywords in drop-downs outside the grid (views in a way). These expressions will have to be added to the ones from the drop-downs in the grid.
I could achieve this by using a hidden RadFilter control, programmatically populating the control with the filter expressions from the drop-downs both outside and inside the grid but I can’t find any description of how to do this.
So, is this achievable at all?
Kind regards
Petter Marthinsen
| <EditItemTemplate> |
| <table cellpadding="0" cellspacing="0" border="0"> |
| <tr valign="top"> |
| <td> |
| <asp:Label ID="lblValidFileTypesMessage" runat="server" Font-Size="X-Small" /> |
| </td> |
| </tr> |
| <tr valign="baseline"> |
| <td> |
| <telerik:RadUpload ID="RadUpload1" runat="server" MaxFileInputsCount="1" InitialFileInputsCount="1" |
| ControlObjectsVisibility="None" /> |
| <br /> |
| </td> |
| </tr> |
| </table> |
| </EditItemTemplate> |
| Control ButtonWithTemplate = RadToolBar1.FindItemByValue("ButtonWithTemplate"); |