Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
184 views
Hi,

We are using AsyncUpload control in our application, we are maintaining the system login using session variable and session will expire if it is idle for 60 mins. We tried to upload 100 MB file, it took more than 60 mins to complete the upload process, but it expired the session. 

Since the upload is in progress, how the session is getting expired?

Can someone please help on this?

Thanks in advance.
Peter Filipov
Telerik team
 answered on 16 Jun 2011
3 answers
371 views
I've got a bunch of websites behind CloudFlare and they're all working great right.  But one issue has come up.  When using a RadEditor and clicking the Document Manager, CloudFlare challenges the visitor.  I've submitted a support request to CloudFlare, but I pay more money to Telerik so hopefully the support will be quicker over here.  It's also probably a Telerik issue.
Genady Sergeev
Telerik team
 answered on 16 Jun 2011
3 answers
318 views
Hi,
    I want to create Bar-chart with Data comes from database. 
I have created a stored procedures, which will return resultset.
I am referring "http://demos.telerik.com/aspnet-ajax/chart/examples/skinning/bars/defaultcs.aspx".
How can I do that?
Please give some code for that.
Thanks!
Bartholomeo Rocca
Top achievements
Rank 1
 answered on 16 Jun 2011
1 answer
171 views
I have built a RadGrid control programmtically in Page_Init.

The radgrid will be recreated if user has chosen some settings (e.g. drop down list) on the page.

But when I rebuild the RadGrid on Page_Init it maintains its previous state and doesn't apply the changes.

I think On Page_LoadViewState it overwrites the newly created radgrid.

I can't disable viewstate for the whole page; how could I disable it for the RadGrid only?

I have set the ViewStateMode of the RadGridControl and the MasterTableView to "Disabled" but still it loads the previous data:

<MasterTableView ViewStateMode="Disabled">

Many thanks,
Daniel
Telerik team
 answered on 16 Jun 2011
1 answer
62 views
function FormatSelectedDate(picker)
{
  var date = picker.get_selectedDate();
  var dateInput = picker.get_dateInput();
  var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
   return formattedDate;
}

from my side i can not see the out put of above function. So please let me know what kind of formatted date above function will return. Also please let me know how to add a extra date to the above returned date.

I am using the above function to get the formatted date in below functionality.
here i need to Add a extra date to toDate variable so that i can filter to get the selected date data also by using " tableView.filter('" + this.UniqueName + @"', fromDate + ' ' + toDate + 1 , 'Between');"
function " + this.UniqueName + @"ToDateSelected(sender,args) {
                                                var tableView = $find('" + this.Owner.OwnerGrid.MasterTableView.ClientID + @"');
                                                var fromPicker = $find('" + parentClientID.Substring( 0, parentClientID.LastIndexOf( "_" ) + 1 ) + this.UniqueName + @"FromPicker');
                                                var fromDate = FormatSelectedDate(fromPicker);
                                                var toDate = FormatSelectedDate(sender);
                                                if ( fromDate == '')
                                                {
                                                    tableView.filter('" + this.UniqueName + @"', toDate , 'LessThanOrEqualTo');
                                                }
                                                else
                                                {
                                                    
                                                    tableView.filter('" + this.UniqueName + @"', fromDate + ' ' + toDate + 1 , 'Between');
                                                }}
Daniel
Telerik team
 answered on 16 Jun 2011
4 answers
100 views
Hi All

I am trying to set the border properties of a Rad Window as below:

<

 

 

telerik:RadWindow ID="RadWindow5" runat="server" Title="Details" Height

="470px"

 

 

 

 

Width="650px" Left="150px" ReloadOnShow="true" Modal="true" VisibleStatusbar

="False"

 

 

 

 

Animation="Resize" ShowContentDuringLoad="false" VisibleTitlebar="false" CssClass="borRad" BorderStyle="Dashed" BorderWidth="1" BorderColor

="#FF3300">

 

 

 

 

</telerik:RadWindow>

However the border just defaults to standard?
Any ideas what i am doing wrong please?

Regards

Cush

Cush
Top achievements
Rank 1
 answered on 16 Jun 2011
1 answer
82 views
Hi,

Maybe this case doesn't occur to often, but if localizing the calendar texts and setting any text to "</script>", there will be a script error.

Example:
<telerik:RadCalendar ID="rc1" runat="server">
            <FastNavigationSettings OkButtonCaption="</script>">
            </FastNavigationSettings>
        </telerik:RadCalendar>

The only thing I can see that may be wrong in the output is that the slash should be replaced with "\/". The funny thing is that if typing any other text than "script" seems ok. Both IE9 and Firefox 4 reports this scripting error:
unterminated string literal

Regards
Caesar
Pavel
Telerik team
 answered on 16 Jun 2011
2 answers
155 views
Hello,

I'm struggling with the individual validation of my tabs. I browser the internet and the telerikforums but i wom't get it to work.

I have the following tabstrip :

<telerik:RadTabStrip ID="tabManagement" runat="server" MultiPageID="mpManagement"
                SelectedIndex="0" CausesValidation="true" OnClientTabSelected="UpdateValidationGroup">
                <Tabs>
                    <telerik:RadTab Text="Algemeen" Value="Algemeen">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Contactpersoon" Value="Contactpersoon">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Adresgegevens" Value="Adresgegevens">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Openingstijden" Value="Openingstijden">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Winkelpagina" Value="Winkelpagina">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Instellingen webshop" Value="InstellingenWebshop">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Google" Value="Google">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Statistieken" Value="Statistieken">
                    </telerik:RadTab>
                    <telerik:RadTab Text="Account" Value="Account">
                    </telerik:RadTab>
                </Tabs>
 </telerik:RadTabStrip>

On the clientevent TabSelected I run the script:
function UpdateValidationGroup(tabStrip, eventArgs) {

        var selectedTab = tabStrip.get_selectedTab();
        if (selectedTab != null) {
            tabStrip.ValidationGroup = selectedTab.get_value();
        }
    } 

I use the Value-property of the selectedtab to set the validationgroup. That works fine. The validationgroup of validationcontrols in the RadPageViews have the same name as the Value-property of the selected tab. In my tab itself the validation fires but I can still navigate to another tab even when validation is false. What I want is that I cannot navigate to another tab as long as one of my validators in my selected tab is false.

When I hardcode the validationgroup of my TabStrip then it works fine.

Can anyone tell me what I'm doing wrong.

Thx

Patrick
Patrick
Top achievements
Rank 1
 answered on 16 Jun 2011
1 answer
53 views

Hi,
i am Srinivas

In my project i have a RadGrid View for Displaying a Backend Table Data and also modify data in that RadGrid. Here my problem in RadGrid is i have a number of page in Radgrid if i modify the data in one page and then go to next page then automatically Radgrid  refresh the data and clear  all the modification in that page..

here i am used NeedDataSource  for bind the Radgrid. when every time i can change my Radgrid page the arithmetically refresh the page.

Please help me how can i hold these modification and how can i change the page in Radgrid page.

the following is the screenshots for RadGrid operations...  

  In my first page some operations are done.. and then go to second page and do some operations in that page after i return to first page all the modifications are cleared.. 

Please help me....

Thanks

D.Srinivasa
Princy
Top achievements
Rank 2
 answered on 16 Jun 2011
11 answers
114 views

Hi,

 

Please find attached screen shots. Here we are using a Telerik Rad Editor web part. The attached screens shots, one from design view and another is published view. In both the cases alignment of the content differs.

 

Request you to please provide the resolution steps.

Stanimir
Telerik team
 answered on 16 Jun 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
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
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?