Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
246 views
I use RadProgressArea to show progress of a custom process, and this validation process can last up to 10 or 15 minutes. The flow is supposed to be like this, once a Validate button is clicked, the section showing the Validate button and a list of items for validation is hidden, while RadProgressArea starts showing the progress (this radprogressarea is update via callback of my custom process). In the end after the long process is finished, the RadProgressArea disappears and the Validate button and the list of items are shown. Everything works fine when the process lasts 2 or 3 minutes, once the process lasts about  5 minutes, the RadProgressArea stuck on the last message, even the elapsedtime stops counting but the browser tab has spinning image and progress bar on browser is not complete. It seems like server stops processing the code after the last call to update the RadProgressArea.

I thought this was caused by page time out and the server stopped processing the subsequent call from the page, then I increase the number for the Server.ScriptTimeOut on the page where the Validation method is called, but it does not  make any difference.

Has anyone experienced the similar thing before? Please advise what could be the cause to this behavior.

Thank in advance.

Helen
Genady Sergeev
Telerik team
 answered on 27 Jan 2012
3 answers
197 views
Hello

I am trying to build a bread crumb on client side usign RadSiteMap. I dont see any client side object model for RadSiteMap that i can call to build breadcrumb.
Here is what is want to do.

Have multiple divs on one page. Make first one display = "block" rest display="none". On next button click make second div as display ="block" and add breadcrumb text at the top. So for breadcrumb i am planning to use radsitemap. It is more like wizard style with bread crumb on the top.

The page is very fat with lots of controls so i want to build the entire solution on client side.

Any help is appreciated.
Peter
Telerik team
 answered on 27 Jan 2012
1 answer
101 views
Hello,

I am working with the ExchangeSchedulerProvider. I set the provider for the scheduler programatically as per the instructions. When I run I get the error: 'DataKeyField, DataSubjectField, DataStartField and DataEndField are required for databinding'

In the working example code I have downloaded from Telerik, I do not see you guys setting these values either at design time or runtime. And yet the example code runs fine. Why am I getting the error? Do I in fact need to set these values when using the ExchangeSchedulerProvider?

Thanks,
Jeremy
Peter
Telerik team
 answered on 27 Jan 2012
3 answers
128 views
I have created my own skin.  how can i make the event to show as much as possible if there is room for it. 
My description only shows 2 lines.  i want more detail in case there arenot any other events on the same day. 

also is there a way to hide the scrolling on the right hand side?
Peter
Telerik team
 answered on 27 Jan 2012
2 answers
189 views
hello,
we are using  telerik radscheduler with events in it when ever we hover on event a popup willopen shoeing info about event we used tooltipmanager to do that ,sometimes it is throwing an error
RadTooptipManger Response error:
Exception=Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed
i am not able to know why are we getting this ,we areusing Trailversion of telerik  please respond
Svetlina Anati
Telerik team
 answered on 27 Jan 2012
3 answers
235 views
hi all.
i have i problem with radgrid. when i chose
<ClientSettings>
                <Selecting AllowRowSelect="True" />
</ClientSettings>
i can select row in grid.
but when i chose
<ClientSettings>
                <Selecting AllowRowSelect="True" />
                <ClientEvents OnRowSelecting="Rowselecting" />
</ClientSettings>
i can't chose row in grid . any event i chose in client setting , it made the AllowRowSelect don't work.
please help me , thank you .
Andrey
Telerik team
 answered on 27 Jan 2012
1 answer
116 views
Hi friends

we are using RadGrid in our application.
But we need to change paging style for RadGrid like,
first 1 2 3 4 5 6 7 last   like this
can anybody help me please...how can i do this

I have attached the preview of paging....



Thanks in Advance
Anwar
Shinu
Top achievements
Rank 2
 answered on 27 Jan 2012
1 answer
133 views
I am trying to add nodes from client using javascript and telerik client library : 

for (var nodeCount = 0; nodeCount < nodeLength; nodeCount++) {
                var node = new Telerik.Web.UI.RadTreeNode();
                node.set_text(MainArrayNodes[nodeStartCount].Text);
                node.set_value(MainArrayNodes[nodeStartCount].Value);
                var imageUrl = MainArrayNodes[nodeStartCount].ImageUrl.replace('~\\', '');
                node.set_imageUrl(imageUrl);
var nodeElem = nodeElem.get_element();
                selectedNode.get_nodes().add(node);
            }

The nodes which i add from server / using load on demand have proper values inside of node.get_element(). But when i try to add the nodes from client side using javascript the get_element() returns null for a node. Am I missing anything ?
mirang
Top achievements
Rank 1
 answered on 27 Jan 2012
3 answers
217 views
Hi,
during migration from old combo I found that:
- here it says that ClientDataString can be used in OnClientItemsRequesting event
http://www.telerik.com/help/radcontrols/prometheus/combo_OnClientItemsRequesting.html
- same time here is says that RadComboBoxItemsRequestedEventArgs.ClientDataString was removed
http://www.telerik.com/help/radcontrols/prometheus/combochanges.html

Looks like the second statement is correct - then can you give an example using ClientDataString or Context ?
And perhaps fix documentation
Thanks
Alex
Kalina
Telerik team
 answered on 27 Jan 2012
3 answers
133 views
Hi,

I've searched the forums but haven't been able to see if this is possible.

I've got a radtooltip this is assigned to a control inside a GridTemplateColumn, which works very well.  However it'd be much better if the tooltip could be applied to the entire row.  Since the row doesn't have an ID I'm not sure this is possible, but would be very pleased if it is!

Thanks,
Mathew
Shinu
Top achievements
Rank 2
 answered on 27 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?