Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
328 views
Hi,
When Setting the following property on the combobox
radComboBox.ShowToggleImage = "false"
it correctly does not show the button but it also doesn't
have a keyline to the right hand side of the textbox area.
What must I do to show that border correctly?
Regards
Gareth
Magdalena
Telerik team
 answered on 25 Oct 2016
11 answers
327 views
Hi!
I'm using the radscheduler with a custom advanced form.
Both the advanced form and the page containing it have EnableViewState to true but I'm still having post back issues.
When a control in the advanced form fires a postback, all data binded to the advanced form is cleared and the state of the controls are reset.

How do you prevent this?
thanks!
Peter Milchev
Telerik team
 answered on 25 Oct 2016
11 answers
777 views

Hello,

I have the RadImageGallery implemented using the following:

<telerik:RadImageGallery ID="ImageGallery" RenderMode="Auto" runat="server" LoopItems="true" ShowLoadingPanel="true" AllowPaging="false" DisplayAreaMode="Image" OnNeedDataSource="ImageGallery_NeedDataSource" DataTitleField="ImageTitle" DataDescriptionField="ImageDescription" DataImageField="ImageURL"></telerik:RadImageGallery
         

the Code behind is like this:

Protected Sub ImageGallery_ItemDataBound(sender As Object, e As ImageGalleryItemEventArgs) Handles ImageGallery.ItemDataBound         Dim item As ImageGalleryItem = TryCast(e.Item, ImageGalleryItem)
   Dim db As New DBCorrDefense.DBDCDataContext()
   For Each item In ImageGallery.Items
     Dim EmData = db.CDSP_Get_URLByImageTitle(item.Title).FirstOrDefault
     If EmData Is Nothing Then
     Else
       item.NavigateUrl = EmData.URL
     End If
   Next
      db.Dispose()
      db = Nothing
End Sub

Protected Sub ImageGallery_NeedDataSource(sender As Object, e As Telerik.Web.UI.ImageGalleryNeedDataSourceEventArgs) Handles ImageGallery.NeedDataSource
 Dim db As New DBCorrDefense.DBDCDataContext()
ImageGallery.DataSource = db.CDSP_Get_AllSlides()
 End Sub

 

How is it possible to allow the NavigateURL to open in a new blank page when i click on the ImageItem? currently it is opening in the same page

Thanks

Viktor Tachev
Telerik team
 answered on 25 Oct 2016
1 answer
137 views

Hello,

 

i have little big question.

Is it possible to let a user create his own grid at runtime and save it as XML file into database?

i need to let him:

Add, remove and rename columns.

Group columns,

Set Cell formats

amm...

 

This i want to save as a xmlfile an store it in database.

Is there already something prefabricated?
If not then i have alot of fun to figure it out.

 

Regards

Gu

 

ps. the spreadsheet is not a option, my boss don“t want it like that :(

 

Kostadin
Telerik team
 answered on 25 Oct 2016
6 answers
387 views
Hello, I am populating a radgrid on the NeedDatasource event, the columns are AutoGenerated, I require that some columns be hidden at runtime which I am doing on the ItemDataBound Event using e.Item.Cells[2].Visible = false;.  THis works great however the problem is that the associated column header is not being hidden so I end up with 4 data columns and 8 column headers. I'm I using the wrong event or wrong property to hide the columns.

Thanks

 

Karguvelrajan
Top achievements
Rank 1
 answered on 25 Oct 2016
8 answers
77 views

I don't seem to be able to find the appropriate string resouce name for the RadGrid's paging ComboBox's tool tip.

What is the corresponding string resource name for this item?

Is there a list of available string resource names? Or is there a method to compute the string resouce name from the rendered RadGrid control?

A
Top achievements
Rank 1
 answered on 25 Oct 2016
2 answers
372 views

I have the RadGrid within an RadAjaxPanel, along with some other controls to control which DataTable is to be displayed.

When I'm first sorting the Grid and then going to select another DataTable to display in the Grid, data binding fails with an error message telling me that the Grid cannot find the sorting column I selected for the first DataTable.

How can I reset the Grid's sorting/paging setting so it will start anew with a new DataTable assigned?

A
Top achievements
Rank 1
 answered on 24 Oct 2016
1 answer
125 views

I am wondering if there is a way to remove the DocumentManager, ImageManager etc from the RadEditor so that none of the extra javascript for those features is loaded.  In this particular spot I am using RadEditor it is for fairly basic formatting and none of the advanced features are necessary.  I am not having any particular problem, just looking for any ways to streamline and improve performance in general.

Rumen
Telerik team
 answered on 24 Oct 2016
1 answer
61 views

Hi ,

I'm currently using telerik version 2013.2.717.35 (There is no possibility to upgrade the Telerik at this moment).

We are unable to navigate using keyboard in the grid(focus is already set to the radgrid).

Did the following settings:

<ClientSettings AllowKeyboardNavigation="true">
<Selecting AllowRowSelect="true"></Selecting>
<KeyboardNavigationSettings EnableKeyboardShortcuts="true" AllowSubmitOnEnter="true"
AllowActiveRowCycle="true" CollapseDetailTableKey="LeftArrow" ExpandDetailTableKey="RightArrow"></KeyboardNavigationSettings>
</ClientSettings>

Issue is replicating only in IE11

Could you please provide some workaround for the same.

Attached recording of the issue (just remove the .jpg extension so that you can able to view)

Thanks

Kesava

 

Rumen
Telerik team
 answered on 24 Oct 2016
4 answers
468 views
hi, 
i just want to set and change the Positive and negative patterns  for radnumeric textbox through Client Side for ex: currency .
i dont have any idea abt it...please help me in this Regard .


Thanks and Regards 

rajesh
Steven
Top achievements
Rank 1
Iron
 answered on 24 Oct 2016
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?