Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
1.0K+ views

Error Code:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Mon, 5 Jul 2010 07:18:22 UTC

Message: Sys.WebForms.PageRequestManagerServerErrorException: An error occurred while updating the entries. See the InnerException for details.
Line: 6
Char: 62099
Code: 0
URI: http://localhost/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.1.519.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3ade159df8-0f5c-4359-b83b-7527ae5c79c0%3a16e4e7cd%3aed16cbdc%3af7645509%3a24ee1bba%3a1e771326%3aa7e79140%3a4cacbc31%3ab7778d6c%3aaa288e2d%3a8674cba1%3ac08e9f8a%3aa51ee93e%3a59462f1%3a58366029

 

tiger_ybz
Top achievements
Rank 1
 asked on 05 Jul 2010
1 answer
99 views


hi,
   I am using Rad panelbar , i added this panelbar to master page. we i click on any menu of panelbar,it display me it's contains. my panelbar is on left hand side of page. in right hand side i put my content place holder.
 now for example 
panelmenu contains 2 menu other r sub menu under menu.
Home  
     aaa
    bbb
Search 
    CCC
     ddd

when i click on aaa then it's data should display below i.e in panelbar only (--it's work)
on same time i want to navigate other page
i.e i click on aaa
then it show data of aaa in panelbar(i bind data in grid)
& same time it should goes to default.aspx

how can i handle both things in one click?


Shinu
Top achievements
Rank 2
 answered on 05 Jul 2010
1 answer
77 views

We have a grid with More than 11,000 records.

Initially, some times  the records is loading and some times no.

But even when it's loading , each event  that happened brigns JS error and not giving what that ask.

No paging no filtering and no Hierarchy.

Attached images: file of the grid and file of the   error.

Thank you!

Yavor
Telerik team
 answered on 05 Jul 2010
1 answer
132 views
Based on documentation and samples, I added the following to my web.config in the appSettings section
<add key="Telerik.ScriptManager.TelerikCdn" value="Enabled"/>
        <add key="Telerik.StyleSheetManager.TelerikCdn" value="Enabled"/>
    <add key="EnableEmbeddedSkins" value="false"/>

The EnableEmbeddedSkins setting seems to have no effect as for each control I'm still having to set this attribute to use a custom skin.
Did I miss something maybe?





Lini
Telerik team
 answered on 05 Jul 2010
1 answer
162 views

hi friends

why Client side validation of AllowedMimeTypes in RadAsyncUpload don't work?

Genady Sergeev
Telerik team
 answered on 05 Jul 2010
1 answer
58 views
Hi,
    This may be basic, but I can't see where to configure what I want:
    I'd like to have an edit (button) column autogenerated on my detail table, but not on the master table.  How do I do this?
    Thanks,
        Ben
Princy
Top achievements
Rank 2
 answered on 05 Jul 2010
1 answer
113 views
I have a radMenu on the main site.master form which shows on a page.  The page has a radGrid with a button to open a radWindows that shows a report.  When the radWindow opens everything works great but the radMenu shows through onto the Window.

Please see the attached jpg for a visual.

Shinu
Top achievements
Rank 2
 answered on 05 Jul 2010
1 answer
77 views
Hello,telerik:
My scenriao is:

when I open the window that inserts one column into a table in a radgrid column  firstly ,I can do well.

But when I open the same window in the same row  immediately after the opened window firtstly  closed , the old state still remain ,for example , the text of the  textbox I typed still keep,How can I keep the window state as I open firstly?
thanks.
Georgi Tunev
Telerik team
 answered on 05 Jul 2010
2 answers
207 views
When a value is entered into a filter that the automatic parser cannot parse, an exception is thrown, for example, if "2010" is entered into a DateTime filter box.  How can this exception be caught so that it can be dealt with instead of invalidating the page?

Example exception:

ERROR DETAILS
Message : String was not recognized as a valid DateTime.
Source : mscorlib
Stack Trace : at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at lambda_method(Closure , ExchangeRate )
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
at System.Linq.EnumerableExecutor`1.ExecuteBoxed()
at Telerik.Web.UI.GridDynamicQueryable.Count(IQueryable source)
at Telerik.Web.UI.GridDataTableFromEnumerable.FillData35()
at Telerik.Web.UI.GridDataTableFromEnumerable.FillData()
at Telerik.Web.UI.GridResolveEnumerable.EnsureInitialized()
at Telerik.Web.UI.GridEnumerableFromDataView..ctor(GridTableView owner, IEnumerable enumerable, Boolean CaseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields)
at Telerik.Web.UI.GridDataSourceHelper.CreateGridEnumerable(GridTableView owner, IEnumerable enumerable, Boolean caseSensitive, Boolean autoGenerateColumns, GridColumnCollection presentColumns, String[] additionalField, Boolean retrieveAllFields)
at Telerik.Web.UI.GridTableView.get_ResolvedDataSource()
at Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource)
at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data)
at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)
at Telerik.Web.UI.GridTableView.PerformSelect()
at Telerik.Web.UI.GridTableView.DataBind()
at Telerik.Web.UI.RadGrid.OnBubbleEvent(Object source, EventArgs e)
at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
at Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e)
at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args)
at Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e)
at Telerik.Web.UI.RadGrid.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
TargetSite : Parse

Sean Brothers
Top achievements
Rank 1
 answered on 04 Jul 2010
1 answer
103 views
Please, see the subject.

With some numbers combination I can see all charts, with some can't see at least one.
Most of the cases (6 from 10) it works...

Is it normal? :) Telerik rules?


I've noticed when the upper chart has bigger value than lower (vertical style) - it doesn't draw the upper.
Otherwise - draws all.
Same with horizontal - left=upper, right=lower - doesn't draw the right one


Also, using Drill Down chart when I click on a chart and display next diagram, then active areas are same as on parent chart.
RadChart doesn't reassign new active areas on new chart.

Same's on ya example:
Роберт
Top achievements
Rank 1
 answered on 04 Jul 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?