Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
56 views
Just an FYI.

It appears the search is busted in this forum. No matter what keyword I enter it still comes back saying not found.

Thanks,
Erik
Kristina
Telerik team
 answered on 10 Jul 2014
4 answers
153 views
Is there something going on with the UI for ASP.NET AJAX Forums?  Every time I try and search I get not results were found.  I've tried multiple times on different controls and a full search and get the same result.
Kristina
Telerik team
 answered on 10 Jul 2014
4 answers
717 views

 

I want to Copy the selected rows from one grid to another.

I used the following code but the data not getting bind in to the second grid.

Dim
selItems As GridItemCollection = grdResult.SelectedItems
RADGrid1.DataSource = selItems  

RADGrid1.DataBind()

 

 

 

 

Eyup
Telerik team
 answered on 10 Jul 2014
2 answers
82 views
I searched this forum for "fullsceen" "toggle" and "full screen" and get

"nothing matches your search criteria"

even after I made a post entitled "toggle full screen"

LOL

why can't developers ever make a forum search that works?

I am assuming there are other posts in here about toggling the rad editor to full screen mode, but I don't have all day to manually eyeball each post
Kristina
Telerik team
 answered on 10 Jul 2014
1 answer
305 views
Hi there,

Are the new options for responsive design taken into consideration in the demo

http://demos.telerik.com/aspnet-ajax/ecommercestore

That would be great to show the features and for us to have a starting point for development.

Can you let me know?

Marc
Fit2Page
Marin Bratanov
Telerik team
 answered on 10 Jul 2014
1 answer
168 views
I try delete a image when i use RadGrid1_DeleteCommand
I get the delete id using:
Dim item As GridDataItem = DirectCast(e.Item, GridDataItem)
Dim DeleteId As Integer = item("id").Text
Dim DeleteImage As String = item("filnamn").Text


But i dont get the name of the file: item("filnamn").Text
If File.Exists(Server.MapPath("~/bulletinboard/images/") & DeleteImage) = True Then
    File.Delete(Server.MapPath("~/bulletinboard/images/") & DeleteImage)
End If

Whot do i wrong?
Princy
Top achievements
Rank 2
 answered on 10 Jul 2014
9 answers
826 views
Hi,

I am trying to use the sample code of the HtmlChart \ Client Templates demo (url below) because I want to populate some data description on the tool tip. However I am getting the following error message when I run the project:

Microsoft JScript runtime error: Expected '}'

http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/clienttemplates/defaultvb.aspx 

You may be able to reproduce the error using the demo sample code exactly as is.

I am using Windows 7, Visual Studio 2010, Telerik RadControls for ASP.NET AJAX Q3 2012  (lastest version), VB.NET


Thanks,

Sigi Perez
Marin Bratanov
Telerik team
 answered on 10 Jul 2014
1 answer
244 views
I have 2 html charts side by side with same x-axis and y-axis , I would like to single legend instead of 2.

<telerik:RadHtmlChart runat="server" ID="RadHtmlChart2" Width="300" Height="200">
                    <Legend>
                        <Appearance Position="Right"  >                           
                            <TextStyle FontSize="12"   Color="Blue" FontFamily="Courier New, sans-serif" />
                        </Appearance>                        
                    </Legend>

Anyway to remove links (clicking on one legend will highlight the first one and hide the second.) Please let me know. I wanted to show the legend but just remove the linking, just need a static text with colors next to it.
Marin Bratanov
Telerik team
 answered on 10 Jul 2014
1 answer
183 views
We need to optimize Viewstate within our grids for best performance.  Since we are using NeedsDataSource it seemed we would not need to use Viewstate so we tried to disable viewstate on the grid.  

However, we are using FilterTemplate on some of the grid columns.  The FilterTemplate includes a RadComboBox loaded during grid ItemDataBound.

Upon client side selection of the filter RadComboBox, we postback to requery and rebind the grid.  The grid is within an updatepanel.

This works, however, the RadComboBox within the FilterTemplate does not keep its state even if we set EnableViewState="true" and ViewStateMode="Enabled" on the RadComboBox.

In order to get the RadComboBox within the FilterTemplate to remember the selection, we have to set the entire grid EnableViewState="true" and ViewStateMode="Enabled".

Can we disable viewstate on the grid but still enable viewstate within the FilterTemplate?

Thanks...Bob Baldwin
Trabon Solutions
Princy
Top achievements
Rank 2
 answered on 10 Jul 2014
3 answers
90 views
"#ResourceNotFound#:RadTreeList.Main:Caption"

I really don't have any weird definition setting that...thoughts?

<telerik:RadTreeList ID="pdrList" runat="server"
           AutoGenerateColumns="false"
           ParentDataKeyNames="ParentPdrID"
           DataKeyNames="PdrID"
           ClientDataKeyNames="PdrID"
           ShowOuterBorders="False"
           AllowMultiItemSelection="false"
           AllowSorting="True"
           EditMode="EditForms"
           AllowRecursiveDelete="false"
           Skin="Silk"
           >
Maria Ilieva
Telerik team
 answered on 10 Jul 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?