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

I'm new to this control so apologies if there is an obvious fix to this.

Problem I have is when JavaScript is disabled the control does not degrade gracefully. Other third party controls I've used like this usually just show a static collection of your images when scripting is not available but it seems this control does not load at all.

I'd rather not have to manually show all images in my rotator in a noscript tag, so my question is: Is there a better way of handling this?

Thanks,

Michael
Michael Dunbar
Top achievements
Rank 2
 answered on 25 Nov 2008
4 answers
163 views
Hello,
I am trying to put a prototype togather for our company to evaluate your control and it seems that I have hit a road block.
I see that the AppointmentCollection has this 'getAppointmentsInRange'  in the client side.
I would like a method that returns all the appointments in range for a given resource (by passing resource key) as well as start and end date. the current available method is not taking resources into consideration and therefore the online example that prevents concurrent appointments will not work
I have also found some minor issues with the control that I will send a example to you guys once I have put everything I want togather.

In short, I am trying to limit the available resources to only have ONE item per DAY per resource in timeline view.
Peter
Telerik team
 answered on 25 Nov 2008
1 answer
122 views
I have Image Manager's directories configured as so:

<ImageManager ViewPaths="~/images/shared" UploadPaths="~/images/shared" DeletePaths="~/images/shared" />

So when I insert an image I would expect it to be referenced as href="/images/shared/foo.jpg"

But instead, the image manager appends some of the preceding folder structure before /images - this is a problem for me because my test and production environments use different folder structures, but I want to be able to port my db (with links) to production when the site is ready. 

How do I get ImageManager to create genuinely relative paths? 
Nikolay Raykov
Telerik team
 answered on 25 Nov 2008
1 answer
61 views
How do i display the number of items in the footer of a grid when allowpaging of the grid is set to false
Princy
Top achievements
Rank 2
 answered on 25 Nov 2008
1 answer
116 views
Is it possible to get a visible date rage in a multi-page view server-side? I need to get it after the SchedulerNavigationCommand.NavigateToNextPeriod or SchedulerNavigationCommand.NavigateToPreviousPeriod commands were performed.
Peter
Telerik team
 answered on 25 Nov 2008
6 answers
233 views
Hello All,
which event can I used to fire when I click item inside the grid?????????
 
thanks in advance
ghadeer
Shinu
Top achievements
Rank 2
 answered on 25 Nov 2008
6 answers
199 views
Hi,

I'm using the rad calendar for date of birth input and would like to show the quick nav year picker by default, when the calendar is expanded. Is there a way to do this?

I'm assuming this is the best control for date of birth input or maybe one of your other controls is a better solution?

Would appreciate your thoughts on this.

Best Regards
Missing User
 answered on 25 Nov 2008
5 answers
150 views
Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.

I encounter the above error when loading a lot of data into the Grid( aound 17000 rows), but it is ok for loading 12000 rows. I am using grid1.DataSource = dtTable; to bind the data. How can I solve this problem
Sebastian
Telerik team
 answered on 25 Nov 2008
0 answers
94 views
Hi there,
I have a problem.
I have a datargid named ABFASearchGrid that is inherited from RadGrid.
I copied the telerik skin folder to app-theme.
In a from i have a radgrid and an ABFASearchgrid.
Radgrid take the style of telerik skin ,but unfortunately abfasearchgrid did not take the telerik style.
I set the css class of abfasearchgrid in aspx file manually,but after rendering page when i saw the html source of page,i saw this
for abfasearchgrid
<div id="ssss" class=" RadGrid_Telerik" cellspacing="0" rules="all" EnableAJAX="True" id="ssss" class=" RadGrid_Telerik" cellspacing="0" rules="all" EnableAJAX="True" style="border-collapse:collapse;border-collapse:collapse;">

and this for radgrid
<div id="rdgWaterPriceWorkList" class="RadGrid RadGrid_Telerik"
plz help me
bArAn
there was a space in the first letter of class name.
BARAN
Top achievements
Rank 1
 asked on 25 Nov 2008
2 answers
462 views
Hi
I have a datagrid with a GridClientSelectColumn. When I load page from an external source I would like to set the checked value of a particular row. I have written the following code to run on the data grid's itemDataBound event:

protected void gridLocations_ItemDataBound(object sender, GridItemEventArgs e)
    {
        if (e.Item is GridDataItem)
        {
            GridDataItem item = e.Item as GridDataItem;
            int iLocation = (int) (Int32) item.OwnerTableView.DataKeyValues[item.ItemIndex]["location_id"];
            if (iLocation == iLocationIdToCheck)
            {
                TableCell tc = item["colSelect"];
                CheckBox chkSelect = tc.Controls[0] as CheckBox;
                chkSelect.Checked = true;
            }
        }
    }

This compiles and runs through without any exceptions, but when the grid loads, the checkbox isnt actually checked. What needs to be done to have a particular checkbox selected?

Thanks



Michael Gois
Top achievements
Rank 1
 answered on 25 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?