Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
128 views
I'm trying to use autopostbackonfilter to enable the users to enter a date or date fragment and have the filter return all records that contain that date fragment.  This is my code:

 

 

<telerik:GridBoundColumn DataField="InvitedOn" HeaderText="First Invited On" UniqueName="InvitedOn" AutoPostBackOnFilter="true">
</telerik:GridBoundColumn>


It works just fine when the user enters the date or date fragment, but if the user enters text that is not in date format, e.g. "ddd" or "9/15/20100," it returns all records.  I would expect it to return no records in these cases.  How can I get the expected behavior?

Thanks!

Laurie 

 

Pavlina
Telerik team
 answered on 21 Sep 2010
1 answer
88 views
I'm wanting to try a developer as a test with ASP.NET AJAX and if successful am planing on purchasing it for a business. I know he can download a trial version, but can the resulting one page site be published to a hosted site that isn't a working site (not my company URL) to evaluate his skills?

My only other recourse is to place the project up for bids with developers that have their own license.

Thanks
Dimo
Telerik team
 answered on 21 Sep 2010
1 answer
170 views
Hi there,

I'm trying to print my schedule. Just like what this does:

http://demos.telerik.com/schedulebuilder/

But I couldn't print anything. I don't quite understand how to make telerik scheduler and telerik reporting work together.

In my EventReport.aspx.cs file, I can't use the code which works perfectly for

http://demos.telerik.com/schedulebuilder/

using EventScheduler.Reporting;

public partial class Default2 : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        EventsReport eventsReport = new EventsReport();
        ReportViewer1.Report = eventsReport;
    }
}

Each time I use the code above, I will get this error:

Could not load file or assembly 'Telerik.Reporting, Version=3.2.9.1006, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)


Actually I'm not using Telerik.Reporting, Version=3.2.9.1006 at all.

And I added another project in my existing project , in which i created report using Telerik Reporting.  I'm not sure how my report can be used to work together with scheduler.

Any help will be appreciated.
Peter
Telerik team
 answered on 21 Sep 2010
2 answers
86 views
I have a hierarchial grid where I display three detail tables for each parent record.
There is an expandCollapse column on the row of each parent record that the user can click on to display all three child tables.
I would like to know if I can JUST display the header names of each child table when a parent record is expanded. And each detail table header row will have an expandCollapse column to display the data.

INSTEAD OF THIS:
+  PARENT
        detail table header row
                details
        detail table header row
                details
        detail table header row
                details

I WANT THIS:
+  PARENT
        - detail table header row
        - detail table header row
        - detail table header row
Tsvetina
Telerik team
 answered on 21 Sep 2010
1 answer
108 views
The combobox within a radajaxpanel on postback always scrolls the page to the top - .net framework 4.0, visual studio 2010 - telerik version - 2010.2.713.40
Simon
Telerik team
 answered on 21 Sep 2010
1 answer
227 views
I am using the RadUpload control with my ASP.Net form and I have it configured to insert the uploaded files to a SQL database.  This is working perfectly, but the issue is that it also saves the file(s) into the root directory of my application.  Nowhere in my code project does TargetFolder get set....  so my question is, how can I make it stop saving the file to my app directory?  Thanks.
Shinu
Top achievements
Rank 2
 answered on 21 Sep 2010
1 answer
151 views
Hi all!

My website font is XX-SMALL. So the text is smaller than the paging button size?
Is there any ways to edit the paging button size?

Thanks!
Princy
Top achievements
Rank 2
 answered on 21 Sep 2010
3 answers
89 views
I can't find this error that only appears in Chrome with flash.

Any thoughts or comments

View in FF or IE or
http://petebennett.net/services/barter/default.aspx

Then try Opera or Chrome , the menu appears under the Youtube and in a few case under flash objects.


Any suggestions would be helpful.

Pete

Marc
Top achievements
Rank 1
 answered on 20 Sep 2010
1 answer
110 views
I am trying to create a form which includes mutiple upload areas besides other input areas (combobox textbox, etc)

When working on localhost everything is fine but when I upload my work on a hosted environment something very strange happens.

I fill my form and select some files to upload and when I submit I am redirected to a page with weird characters:

Here is the screenshot.

Any ideas?
Kadir Kilicoglu
Top achievements
Rank 1
 answered on 20 Sep 2010
1 answer
72 views
Hello,

I have a RadGrid that I'm attempting to use in form editing on. I'm currently using the following GridTemplateColumn. The problem is that what I really need is an InsertItemTemplate like what asp:DetailsView has. This is because I want the Status field to be editable in a RadComboBox on insert, but, non-editable and displayed in a label on edit. Does anyone know if this is possible in RadGrid? I'm assuming that I'll probably have to handle an event and adjust the visibility of fields based on whether it's in insert or edit mode? The problem is that I don't know what event I should use to do this and I also don't know how to lookup the control. I'm assuming I'll probably have to use FindControl() and maybe use the RowIndex to find the proper row in the grid or something. Any help would be greatly appreciated.

 

 

 

<asp:TemplateField HeaderText="Status" SortExpression="Status">
                    <EditItemTemplate>
                        <asp:DropDownList ID="DropDownList1" runat="server" SelectedValue='<%# Bind("Status") %>'>
                            <asp:ListItem Text="" Value=""></asp:ListItem>
                            <asp:ListItem Text="Assigned" Value="Assigned"></asp:ListItem>
                            <asp:ListItem Text="Lost" Value="Lost"></asp:ListItem>
                            <asp:ListItem Text="Returned" Value="Returned"></asp:ListItem>
                        </asp:DropDownList>
                        <%--<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("Status") %>'></asp:TextBox>--%>
                    </EditItemTemplate>
                    <InsertItemTemplate>
                        <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("Status") %>'></asp:TextBox>
                    </InsertItemTemplate>
                    <ItemTemplate>
                        <asp:Label ID="Label1" runat="server" Text='<%# Bind("Status") %>'></asp:Label>
                    </ItemTemplate>
                </asp:TemplateField>

Jon

Cori
Top achievements
Rank 2
 answered on 20 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?