Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
150 views
I have a RadFilter on my page and it isn't grouping properly.

When I first load the page, I'm creating a default filter expression for the associated grid. But if I then try to add a group expression, it's not grouping properly. I click the Add Group button and it creates the Group node. I then change the expression from And to Or. Then click to add an expression and when the expression is added, it's added to the top group, not the second one.

If I then remove the added expression and try again, it works and creates the expression where it is supposed to go. I've attached two images that show how it's grouping initially (wrong) and how it groups after removing the last expression and adding it again (right).
Rayne
Top achievements
Rank 1
 answered on 24 Sep 2013
1 answer
92 views
I am using the RadWindow all throughout the site to load information on aspx pages. On the web it works 100% fine but on the iPad (Safari) the window pops up but with nothing in it. On the iPad with Chrome it works. So it is Safari only. There is not a single instance of it working. The telerik version I am using is 2013.1.220.40. Any idea why this could be? I am assuming it could be anything from a css issue to a JavaScript issue. I tested the RadWindows on the Telerik demos page on my iPad in Safari and they work fine.

A similar post regarding this same issue is below:
http://www.telerik.com/community/forums/aspnet-ajax/window/rad-window-is-blank-on-ipad.aspx

Marin Bratanov
Telerik team
 answered on 24 Sep 2013
3 answers
68 views
Hi, we are using version 2012.1.411.40. RadWindow works fine everywhere except on the iPad, it opens the window (looks like it resizes it too but everything is blank). iPad is on the iOS version 6.1.3. Anyone else with the same problem?  - Thanks
Marin Bratanov
Telerik team
 answered on 24 Sep 2013
1 answer
48 views
Hi. Is there any simple built-in way to remove timestamp from RadEditor comments? Now comments are displayed as "Author Name: Comment text: timestamp", but I need only author name and comment text.
Vessy
Telerik team
 answered on 24 Sep 2013
1 answer
98 views
I use telerik:RadWindowManager to confirm when I delete in mymy grid
<telerik:GridButtonColumn UniqueName="DeleteButton" ButtonType="ImageButton" ConfirmText="Radera denna aktivitet?" ConfirmDialogType="RadWindow" CommandName="Delete" HeaderStyle-Width="30px" />

How can I center the RadWindow in my grid.
Have tried the RestrictionZoneID, left, top but nothing happens?
It centers on the display window, I want to center it in my grid, which is not located in the middle of the page.
Marin Bratanov
Telerik team
 answered on 24 Sep 2013
3 answers
67 views
hi guys
i have a little problem in this step
when i create my text and add my video or audio succesfuly and i insert it to db its ok,
but when i want to use it and put a label in aspx page and bind it to that table problems appear
my editor create the play code but dont show that to webform
this is the generated code:
<object width="150" height="30" type="application/x-oleobject" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param value="../UploadsFiles/bonfire_knife_party.mp3" name="URL">
<embed width="150" height="30" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" type="application/x-mplayer2" src="../UploadsFiles/bonfire_knife_party.mp3">
</object>
what should i do??
Marin Bratanov
Telerik team
 answered on 24 Sep 2013
3 answers
122 views
Hi
i am having grid in which i am using editmode , i want to show rad window model on delete button click but window is not opening on button click
but by using same window it will open on page load ,i also used debuggeer it is going through that line but model is not coming

  radwindowPopup.VisibleOnPageLoad = true;

Thanks
Marin Bratanov
Telerik team
 answered on 24 Sep 2013
1 answer
131 views
HI,
      I am showing sharepoint List's record in telerik radgrid & also showing group footer aggregate & Radgrid's footer aggregate,Its working fine.But aggregates not working on sharepoint list's calculated column (datatype -number).
           Another problem is I have Sharepoint list column named Amount whose datatype is text I want to aggregate it ...It actually contains the numbers.......
        Following is the event log...............

Log Name:      Application
Source:        ASP.NET 2.0.50727.0
Date:          9/20/2013 11:16:13 AM
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      PRASHANT-PC
Description:
Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 9/20/2013 11:16:13 AM 
Event time (UTC): 9/20/2013 5:46:13 AM 
Event ID: 4734b834495a4bde96c7dabba3b5d0d4 
Event sequence: 7 
Event occurrence: 1 
Event detail code: 0 
 
Application information: 
    Application domain: /LM/W3SVC/1824670420/ROOT-2-130241295584824445 
    Trust level: WSS_Minimal 
    Application Virtual Path: / 
    Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\42916\ 
    Machine name: PRASHANT-PC 
 
Process information: 
    Process ID: 7272 
    Process name: w3wp.exe 
    Account name: PRASHANT-PC\PRASHANT 
 
Exception information: 
    Exception type: TargetInvocationException 
    Exception message: Exception has been thrown by the target of an invocation. 
 
Request information: 
    Request URL: http://prashant-pc:42916/_layouts/Diary.aspx 
    Request path: /_layouts/Diary.aspx 
    User host address: 192.xxx.x.xxx
    User: PRASHANT-PC\PRASHANT
    Is authenticated: True 
    Authentication Type: NTLM 
    Thread account name: PRASHANT-PC\PRASHANT 
 
Thread information: 
    Thread ID: 15 
    Thread account name: PRASHANT-PC\PRASHANT 
    Is impersonating: False 
    Stack trace:    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Telerik.Web.UI.GridBoundColumn.GetAggregate(IEnumerable enumerable, IQueryable queryable, String fieldName, Type dataType, GridAggregateFunction func)
   at Telerik.Web.UI.GridBoundColumn.ApplyAggregates35(TableCell cell, String footerText)
   at Telerik.Web.UI.GridGroupFooterItem.Initialize(GridColumn[] columns)
   at Telerik.Web.UI.GridItem.SetupItem(Boolean dataBind, Object dataItem, GridColumn[] columns, ControlCollection rows)
   at Telerik.Web.UI.GridItemBuilder.CreateGroupFooterItem(GridGroupingContext group)
   at Telerik.Web.UI.GridItemBuilder.HandleGrouping(GridGroupingContext group, GridEnumerableBase enumerable, Boolean& isGroup, Boolean& isGroupFooter)
   at Telerik.Web.UI.GridItemBuilder.CreateItems(GridGroupingContext group)
   at Telerik.Web.UI.GridTableView.CreateItems(IEnumerator enumerator, GridColumn[] columns, ControlCollection controls)
   at Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource)
   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 System.Web.UI.WebControls.DataBoundControl.PerformSelect()
   at Telerik.Web.UI.GridTableView.PerformSelect()
   at Telerik.Web.UI.GridTableView.DataBind()
   at Telerik.Web.UI.RadGrid.DataBind()
   at Telerik.Web.UI.RadGrid.AutoDataBind(GridRebindReason rebindReason)
   at Telerik.Web.UI.RadGrid.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
 
 
Custom event details: 

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 2.0.50727.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-09-20T05:46:13.000000000Z" />
    <EventRecordID>51354</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PRASHANT-PC</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3005</Data>
    <Data>An unhandled exception has occurred.</Data>
    <Data>9/20/2013 11:16:13 AM</Data>
    <Data>9/20/2013 5:46:13 AM</Data>
    <Data>4734b834495a4bde96c7dabba3b5d0d4</Data>
    <Data>7</Data>
    <Data>1</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/1824670420/ROOT-2-130241295584824445</Data>
    <Data>WSS_Minimal</Data>
    <Data>/</Data>
    <Data>C:\inetpub\wwwroot\wss\VirtualDirectories\42916\</Data>
    <Data>PRASHANT-PC</Data>
    <Data>
    </Data>
    <Data>7272</Data>
    <Data>w3wp.exe</Data>
    <Data>PRASHANT-PC\PRASHANT</Data>
    <Data>TargetInvocationException</Data>
    <Data>Exception has been thrown by the target of an invocation.</Data>
    <Data>http://prashant-pc:42916/_layouts/Diary.aspx</Data>
    <Data>/_layouts/Diary.aspx</Data>
    <Data>192.xxx.x.xx</Data>
    <Data>PRASHANT-PC\PRASHANT</Data>
    <Data>True</Data>
    <Data>NTLM</Data>
    <Data>PRASHANT-PC\PRASHANT</Data>
    <Data>15</Data>
    <Data>PRASHANT-PC\PRASHANT</Data>
    <Data>False</Data>
    <Data>   at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Telerik.Web.UI.GridBoundColumn.GetAggregate(IEnumerable enumerable, IQueryable queryable, String fieldName, Type dataType, GridAggregateFunction func)
   at Telerik.Web.UI.GridBoundColumn.ApplyAggregates35(TableCell cell, String footerText)
   at Telerik.Web.UI.GridGroupFooterItem.Initialize(GridColumn[] columns)
   at Telerik.Web.UI.GridItem.SetupItem(Boolean dataBind, Object dataItem, GridColumn[] columns, ControlCollection rows)
   at Telerik.Web.UI.GridItemBuilder.CreateGroupFooterItem(GridGroupingContext group)
   at Telerik.Web.UI.GridItemBuilder.HandleGrouping(GridGroupingContext group, GridEnumerableBase enumerable, Boolean&amp; isGroup, Boolean&amp; isGroupFooter)
   at Telerik.Web.UI.GridItemBuilder.CreateItems(GridGroupingContext group)
   at Telerik.Web.UI.GridTableView.CreateItems(IEnumerator enumerator, GridColumn[] columns, ControlCollection controls)
   at Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource)
   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 System.Web.UI.WebControls.DataBoundControl.PerformSelect()
   at Telerik.Web.UI.GridTableView.PerformSelect()
   at Telerik.Web.UI.GridTableView.DataBind()
   at Telerik.Web.UI.RadGrid.DataBind()
   at Telerik.Web.UI.RadGrid.AutoDataBind(GridRebindReason rebindReason)
   at Telerik.Web.UI.RadGrid.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
</Data>
  </EventData>
</Event>

      

Tsvetoslav
Telerik team
 answered on 24 Sep 2013
1 answer
587 views
hi support,

Since we have some problems with iframe in our project, so is there a way that Tab Strip can load aspx page without using iframe?

thanks for help,

Roger
Nencho
Telerik team
 answered on 24 Sep 2013
2 answers
94 views
Hi,

I am using version Q2 717 2013 of the ASP.NET for AJAX controls.

I'm using the RadDock.

I don't see a client event that I can assign a function to, for when the user clicks the expand / collapse button.  Is there one?

FYI:  I've implemented a custom close button, so I've also added the following line of code in code-behind, to add the expand / collapse button.

		dock.Commands.Add(New DockExpandCollapseCommand())

Again, my goal / question is:  I want to run some client-side code (NOT do a postback) after the user has expanded or collapsed a dock.  How can I do that?

Thanks,
Brent
Brent Hetland
Top achievements
Rank 1
 answered on 24 Sep 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?