Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
65 views
We are using client side binding on a RadGrid.  It starts up with EnableVirtualScrollPaging on or off and works fine.  However, we want to allow the customer to switch back and forth between VirtualScroll and normal paging. 

When this was a server-side bind it worked fine.  With client side binding, the startup scroll type never changes.

Is there anything in the client-side API that enables this capability?  The server-side API doesn't seem to work with client side binding.

Thanks.
Veli
Telerik team
 answered on 17 Mar 2011
1 answer
62 views
The schedular requires

DataStartField

 

 

="startDate" DataEndField="endDate"

However our data has a seperate starttime and endtime column. Is there a way to utilize the individual columns of data or does the info need to be combined?

Thanks
Mike

 

Veronica
Telerik team
 answered on 17 Mar 2011
1 answer
106 views
I'm having a problem exporting data from radgrid to excel format. As i export the data from the grid, the button is also attached inside the excel file which is not that way. The thing is that, I have to export the data from the radgrid to excel with its exact format (colors of grid, font style), but not including object like buttons. Kindly advice.
Princy
Top achievements
Rank 2
 answered on 17 Mar 2011
1 answer
45 views
I used the IsDateTime and  AutoRange property of radchart for silverlight 
<telerik:AxisX IsDateTime="True" AutoRange="True"    />


But When scrolling the x-axis does not change appropriately
Please see the screenshot by attached file. Thanks~


Ves
Telerik team
 answered on 17 Mar 2011
3 answers
232 views
Hi,

           i have a radgrid with allowpaging = true and allowmultiplerowedit = true. I have a checkbox column in the grid. When i load the grid in edit mode the values of the checkboxes will be changed by the user. User can check or uncheck multiple checkboxes across pages at one go. But when i try to retrieve the edited values in server side using the below snippet i am getting only the edited values of current page.
foreach (GridEditableItem editedItem in grid.EditItems)
                    {
                        Hashtable newValues = new Hashtable();
                        //The GridTableView will fill the values from all editable columns in the hash
                        grid.MasterTableView.ExtractValuesFromItem(newValues, editedItem);
  
                        if (true == (bool)newValues["myCheckBoxColumn"])
                        {
                            // processing logic
                        }
                    }

Please help me with a sample code snippet, so that i can get the edited values in other pages as well.

Thanks,
Saravanan K
Princy
Top achievements
Rank 2
 answered on 17 Mar 2011
0 answers
142 views
Hello,

I am using AsyncUpload  control of version 2010.3.1109.35.
I am wondering that when i upload the file of size 0 bytes, its not uploading, on IE-8 and on IE-7 its showing uploaded but when i postback the page its show error. 

So if i use multiple file to upload and one of them is 0 bytes then all the files are not uploaded because of that file.

I checked on online demo there also its not working for 0 bytes file.

What should i do to get rid of this? please suggest

Thanks
Nitin
nitin
Top achievements
Rank 1
 asked on 17 Mar 2011
1 answer
82 views
Hi,

I have a website which contins a form which calls an API.  This API can take 2 - 3 minutes to return a result and I have wrapped the submit button in an ajax panel.  When the form is submitted, a loading panel is displayed until the result is returned and then the user is rediected to a URL (which is returned from the API).  This all works fine in most cases however it seems when the script runs for a long time it is timing out.  The loading panel disappears and nothing then happens in the page.

Is there a timeout setting that can be used to handle this?  Or should long form submits be handled in a differnet way?  I have already added the following line to the web.config after reading other threads on this forum:

<httpRuntime maxRequestLength="51200" executionTimeout="240"/>

This has not helped however as it is definitely timing out in less than 4 minutes.  The website is built in Sitefinity if this makes any difference?

Thanks
Rob
Veli
Telerik team
 answered on 17 Mar 2011
8 answers
142 views
combobox focus does not work, I want the combobox gets the focus, not working in IE8, but works on firefox and chrome


help me please.
ken
Top achievements
Rank 1
 answered on 17 Mar 2011
1 answer
321 views
I'm using the same page for Adding and editing clients. When I right click on any menu item(Edit Client or Add Client) and  open in a new window/tab, it always opens the page that is in current window/tab.
 In the Radmenu Click event handler, I have the below code.

   Public Shared rqstType As String
  
Protected Sub RadMenu1_ItemClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadMenuEventArgs) Handles RadMenu1.ItemClick
  
        If RadMenu1.SelectedValue = "Add New Clients" Then
                        rqstType = "Add"
            Response.Redirect("frm_Client.aspx")
  
        ElseIf RadMenu1.SelectedValue = "Edit Existing Clients" Then
                rqstType = "Edit"
            Response.Redirect("frm_Client.aspx")
        End If
    End Sub


Thank you
Neelima


Shinu
Top achievements
Rank 2
 answered on 17 Mar 2011
1 answer
93 views
hey there,

how can i make the text of the filter textbox to null after making a search.Which event should i use,n how to get the textbox for a particular column??...

thanks
Amit
Princy
Top achievements
Rank 2
 answered on 17 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?