Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
152 views
Hello,

is there a way to create new Buttons on the right side of the RibbonBar's "minimize/maximize"-Button (like the "Help"-Button in Outlook or Office)?
So far I've only found a solution for the UI for WPF.

Thanks in advance,
Robin

Nencho
Telerik team
 answered on 12 May 2014
3 answers
120 views

We used Rad grid  in our Application, in that Filter Column Template is used to Filter the Following Data.

  • LG
  • NOKIA
  • AT&T
  • ORANGE

    In the above list the term β€œAT&T” itself not filtering the Data. Because of β€œ&” Special Character .How to Filter this scenario having Some Special character. Given below is the js code

function PartnerIndexChanged(sender, args) {

var PartnerView = $find("<%=rgResults.ClientID%>").get_masterTableView();
PartnerView.filter("PartnerName", args.get_item().get_value(), "Contains");
}

 

                                                                      

Marin
Telerik team
 answered on 12 May 2014
2 answers
148 views
Hello.
1/ Context
I've got an issue with a aspx page where I use two RadComboBoxes, a RadDropDownTree and a RadAutoCompleteBox as a bunch of controls used as a search engine to filter a RadGrid.
The RadDropDownTree and the RadAutoCompleteBox both are managed by a tiny javascript script to prevent adding more than one token.
Please see screen01.

2/ Problem
When I add a token in the RadAutoCompleteBox [1] and then add a token in the RadDropDownTree [2], the grid does rebind fine.
Shortly : [1] then [2] works fine
When I add a token in the RadDropDownTree [2], and then add a token in the RadAutoCompleteBox [1], the grid does not rebind properly. The token in the RadAutoCompleteBox is not computed, only the very first letter, which empties the grid...
Shortly : [2] then [1] doesn't work.The controls are all embedded in a RadAjaxManager. When I disable Ajax (EnableAjax="false") in the RadAjaxManager, the problem disappears, but I wish to use the RadAjaxManager with Ajax enabled.

3/ Question
I'm a bit confused with that. Would you have any lead by a chance ?Thank you by advance
Regards
T.
Thierry
Top achievements
Rank 1
 answered on 12 May 2014
1 answer
75 views
Hello,

I've noticed a strange problem with the editor.

I can even reproduce it with the editor example.

1. Navigate to http://demos.telerik.com/aspnet-ajax/editor/examples/clientsideevents/defaultcs.aspx using Internet Explorer 11(11.0.9600.17105 - i assume that if one has ie11 it is this version)
2. Click the Media Manager in the toolbar.
3. Navigate to the folder "PublicRelations" and select the movie "RadNavigation.avi" or upload and select another file.
4. Click insert.
5. Switch to the HTML view in the bottom

Result: The movie is still present even though the view has been changed to HTML. I've noticed that this only occurs when the movie is set to autoplay and its play. If I wait till the movie has stopped and try and switch from Design to HTML it seems to work. Do you guys have any work around for this?
Vessy
Telerik team
 answered on 12 May 2014
7 answers
219 views

I have a grid that I bind in a NeedDatasource and I need to clear the items in the grid from outside the NeedDataSource.

I've tried the below, and grid.items.count doesn't change.

Me.rgProductModelSizeSubmittalDrawing.DataSource = Nothing
Me.rgProductModelSizeSubmittalDrawing.DataBind()

As mentioned by many other posts that I've read, a .clear would be really nice.
Jis
Top achievements
Rank 1
 answered on 12 May 2014
2 answers
146 views
Hello,
I have a page with the radgrid working.

What i wanted to do is after the render is complete, go to the header context menu object and remove some menu items that i don't want there.

When I add an OnPreRenderComplete to the code I get the 'Sys is not defined' error.

Any suggestions?
thanks.
Princy
Top achievements
Rank 2
 answered on 12 May 2014
5 answers
129 views
1. I noticed the OnClientSelectionChange function is only called the first time you tap in the content area on iOS.  Subsequent taps do not cause the OnClientSelectionChange function to execute.

2. I noticed a second issue when ContentAreaMode=iFrame. Subsequent taps do not move the cursor to the tap position unless I tap and hold the position. If I just tap, the iOS "Select | Select All | Paste" menu pops up and the cursor remains in the current position.  I see the same behavior in Safari and Chrome. iOS version 7.1.

I'm using version 2014.1.403.45 of the editor.

Please advise.

Trevor.
Ianko
Telerik team
 answered on 12 May 2014
1 answer
117 views
Hello,

I have implemented RadNotification control in my webproject. and on certain time interval the user gets the notification of alerts. now the problem which i am facing is that when the user is filling the webform and at that time the notification popups up the user focus lost from the form. Autocomplete stops, dropdowns closes.

What i want is that user's work not effects when the notification arrives.

Awaiting for your quick response.

Regards,
Zeeshan Saeed
Shinu
Top achievements
Rank 2
 answered on 12 May 2014
1 answer
192 views
I am using a radsyncupload in which i am uploading Images Files but the problem is, in IE8 its showing my allow extensions files which is fine but for IE10 its showing my All Files,even in IE10 i want to show only images files filter.Here I have attached the file for more details.

Here is code :

<telerik:RadAsyncUpload runat="server" ID="FileUploadPortfolioLogo" Width="200px"
    MaxFileInputsCount="1" EnableInlineProgress="false" OnClientFileUploaded="checkFileExt">
      <Localization Select="Browse" />
           <FileFilters>
                      <telerik:FileFilter Description="Images(jpeg;jpg;gif)" Extensions="JPEG,JPG,GIF,BMP,PNG,jpeg,jpg,gif,bmp,png" />
              </FileFilters>
    </telerik:RadAsyncUpload>


Please Suggest


With Regards.
Shinu
Top achievements
Rank 2
 answered on 12 May 2014
2 answers
103 views
Hi telerik ,
I want to transfer data between ORG chart and tree view , is their an example ? 
Plamen
Telerik team
 answered on 12 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?