Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
91 views
Hi Team,

I have a radgrid with some rows in it .When i expand the each row there are three tabs inside it.
When i click on the first tab need to display the grid(grid name:compartmentgrid) under this tab.In this grid i have 8 coloumns and some columns have no data in it.
I need to find out the which column has no data and highlight that column with yellow color.
I am writing the code in the itemdatabound event for this grid.
How to find which column has null value because it is inside another grid and also this grid is displayed once you click on the tab.

Regards,
Sudhakar.


Viktor Tachev
Telerik team
 answered on 25 Sep 2014
12 answers
1.4K+ views
How can I enable the client side sorting (single column I guess is valid here) and paging without refreshing the page.
I mean whatever the grid gets from the bound datatable, it should be able to enable sorting on the client side and paging as well depending upon what page size I specify.
I don't want to refresh my page while sorting the grid or changing the page.

Thanks
Hary
Satish
Top achievements
Rank 1
 answered on 25 Sep 2014
0 answers
177 views
Securing web applications is a serious matter and no one can be cautious enough.

Check out what you need to know and look for in the following blog post, when you are implementing security measure for your users' content. Preventing XSS attack is easy, as long as you know how they work.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 25 Sep 2014
1 answer
107 views
Morning,

On the RadNumericTextBox, I want to set MaxValue for validation BUT I do not want it to set the MaxValue automatically when a greater value is entered.  e.g. with MaxValue="6", if I enter 8, the value automatically changes to 6 on blur.  However, I want it to remain as 8 but show invalid.

How can I do this?  Do I need to use a validator control instead?


Thanks
Angel Petrov
Telerik team
 answered on 25 Sep 2014
10 answers
329 views
Hi ,

I am using RadScheduler with telerik version 2013.3.1324.35. On my scheduler, I only want to show one time slot per day per employee. I disabled the timeslot if there is one appointment. 

protected void RadScheduler1_TimeSlotCreated(object sender, TimeSlotCreatedEventArgs e)
   {
       RadScheduler scheduler = (RadScheduler)sender;
 
       if (scheduler.SelectedView == SchedulerViewType.DayView || scheduler.SelectedView == SchedulerViewType.MonthView || scheduler.SelectedView == SchedulerViewType.WeekView)
       {
           e.TimeSlot.CssClass += "Disabled";
       }
       else
       {
           int count = e.TimeSlot.Appointments.Count;
 
           if (count >= 1)
           {
               e.TimeSlot.CssClass += "Disabled";
           }
           else
           {
               e.TimeSlot.CssClass += "Enabled";
           }
       }
   }

I like to disable it so that no one can insert new appointment but how can I remove grey part from my schedule? Please see attached file for sample. Thanks in advance for your help.

Thank you.

Best regards,
Ei
Plamen
Telerik team
 answered on 25 Sep 2014
3 answers
160 views
Hello,

Can the webservicesettings path property point to an external webservice, for example: Path="http://localhost/someservice/myservice.asmx" ?

Tom
Mr
Top achievements
Rank 1
 answered on 24 Sep 2014
1 answer
136 views

Hi,

My Website is using Telerik Version 2009.3.1208.20.
And we recently test the website on IE 11 and where ever the radcontrols try to do a postback its throwing javascript error
I tried one solution from the following post http://www.telerik.com/forums/incorrectly-rendered-webpage-when-using-internet-explorer-11
But then also its not working.Please advise on this

Thanks
Abhishek

Pavlina
Telerik team
 answered on 24 Sep 2014
3 answers
178 views
I try add control RadAsyncUpload from code behind as below, but doesn't work:
 
HtmlTable table = new HtmlTable();
for(int i=0;i<10;i++)
{
     HtmlTableRow row = new HtmlTableRow();
     HtmlTableCell cell = new HtmlTableCell();
    RadAsyncUpload radAU = new RadAsyncUpload();
    radAU.ID = "RadAsyncUpload" + i;
    radAU.MultipleFileSelection = Telerik.Web.UI.AsyncUpload.MultipleFileSelection.Automatic;
    radAU.TemporaryFolder = sTempPath;
    radAU.TargetFolder = sTargetPath;
    cell.Controls.Add(radAU);
}
divcontrol.Controls.Add(table); //with divcontrol runat="server" in .aspx file
 
Help me, please! Thanks!
Richard
Top achievements
Rank 1
 answered on 24 Sep 2014
2 answers
44 views
Hi,
 I'm using Sitefinity V3.7 and am trying to set an external page as: http:\\xxxx_Eng.aspx for the english page and then create a french page with http:\\xxxx_Fre.aspx as the target, but the last saved address is saved in both english and french pages.
I can't say for sure if this just started happening or if it was present all along.

Has anyone run into this kind of error?

Thanks in advance. 

Jim
Top achievements
Rank 1
 answered on 24 Sep 2014
0 answers
118 views
Hi,
I get an error when trying to upload a file greater than 26MB.

The error I get is: Error 404 – File or directory not found

Details:
Getting error 404 – File or directory not found when trying to upload a document with a file size greater than 26MB.Max
The file size on library details set to 97.66MB
 Web.config entry:<httpRuntime maxRequestLength="204800" requestValidationMode="2.0" executionTimeout="999999"/>

It doesn't matter what type of file or if it is zipped or not,,, it just seems that if the file size is too big, this is the error.
Nothing shows up in the sitefinity.log
Jim
Top achievements
Rank 1
 asked on 24 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?