Hi there,
I'm testing ASP.NET AJAX UI Controls and specially the DatePicker. I have two Date Pickers in a web user control. Then I have a content page onto which I place the aforementioned web user control. As you might guess this last content page has its master page. So the hierarchy is as follows
master page
content page
web user control (this one has the 2 date pickers)
Question:
Why when I want to access my web page, I see both date pickers rendered but as soon as I clic on the date icon a JavaScript error shows in the left-lower browser's corner. I've been investigating the reason for this with no success :-(..
Please if some one could shed some light on this (show some code example).
Felix
public void ConfigureExport()
{
radgridActive.ExportSettings.ExportOnlyData =
true;
radgridActive.ExportSettings.IgnorePaging =
true;
this.radgridActive.ExportSettings.FileName = "ActiveReport";
}
I even went as far as reading this thread and following this example: http://www.telerik.com/help/aspnet-ajax/grdexportwithajax.html
Here is a sample of the code I used to follow this example.
<
telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
<script type="text/javascript">
function mngRequestStarted(ajaxManager, eventArgs)
{
if (eventArgs.get_eventTarget().indexOf("btnExport") != -1)
eventArgs.set_enableAjax(
false);
}
</script>
</telerik:RadCodeBlock>
........
<
telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" ClientEvents-OnRequestStart="mngRequestStarted">
.....
Where "btnExport" is the control that initiates the Export.
No Luck Here either. I am at a loss where to go from here. I'd be happy to supply any information to you that you may need further.
Thank you.
Hello, I have the following issue: I have a list of users (combobox) and I want to load RadFileExplorer
depending on user selected from the comboBox. Each user has it's own root folder.
I want to attache the test project (VS studio 2008, c#) and the database (SQL server 2005), but I don't know how.
I have only attached the errors print screen.
problems with RadFileExplorer:
1. when I select a diffrent user from the comboBox, the RADFileExplorer does not refresh with the current user data (only if I press f5 and reload the page)
Try to change the user, see what happen, change it again, and finally press F5. RadFileExplorer display only the root folder for the selected user,
and the entire tree only when i press f5.
2. wher I try to create a new folder I get Error1.jpg
3. the folder is created, but when I click on it I get error2.jpg
4. from now on, I get a lot of javascript errors
Please let me know how to send you the source code and the database.
Thank you

