Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
309 views

Hi,

I have a RadGrid with GridDateTimeColumn as below.

<rad:GridDateTimeColumn DataField="EndDate" UniqueName="EndDate" EditFormColumnIndex="0" DataFormatString="{0:d}" meta:resourcekey="GridTemplateColumnResource2">
                    <HeaderStyle Font-Bold="true" />
                </rad:GridDateTimeColumn>   

How can i make the user not to select a date which is behind todays date from the DatePicker or calendar?
The user should not be allowed to insert manually or type in the date also into the dateinput.

Ie: Today is 05/09/2008. And i dont want the user to select any date on or before 04/09/2009.

Can those dates be disabled in the calendar?

Regards

Sujith

Shinu
Top achievements
Rank 2
 answered on 05 Sep 2008
3 answers
137 views
Hi guys,

I've been playing around the rotator and now comes across this problem.

After I have populated the rad rotator from arraylist, how could I choose so that the first item to be shown is item #3 from the arraylist?

This is how I populate the rotator... I'm rotating number 0 to 4

ArrayList myList = new ArrayList();
RadRotator myRotator = new RadRotator();

for(int i=0; i<5; i++)
{
    myList.Add(i.ToString());
}

myRotator.DataSource = myList;
myRotator.DataBind();

and it will do the rotation from 0 until 4. I would like to be able to control the starting item via query string. So if I get the value of 3 from the query string, the rotator will at first show number 3.

Thanks in advance.
Georgi Tunev
Telerik team
 answered on 05 Sep 2008
1 answer
113 views
Hello,

We have a question about the property: EnableOutsideScripts

1. I several documentations we have seen this property coming up but we cannot find it in any control. Is it a new property, from which version, which control???

2. We think we understand it a little but is it possible to briefly explain its use (if it exists)??

Many thanks in advance
The Sofim-Team (Belgium)
Vlad
Telerik team
 answered on 05 Sep 2008
1 answer
103 views
I've subclassed FileBrowserContentProvider and everything seems to be working okay, except after uploading a file. The file is not automatically selected in the file manager dialog.

I have looked at what FileSystemContentProvider is returning in ResolveRootDirectoryAsTree(), and I am returning the exact same data. Except FileSystemContentProvider will automatically select the file after upload, while my class will not.

It works correctly when using previous versions of the RadEditor. It just seems to be a problem with the new ASP.NET AJAX version. What am I missing? Any help would be greatly appreciated.
Rumen
Telerik team
 answered on 05 Sep 2008
3 answers
92 views
Hello

It is possible to set the colours and fonts for the menus from a database rather than via stylesheets?

We currently use another menu component where we can set the colours, fonts, etc of the main menu level and separately the submenus from a database.

If we move to use Telerik's menu, then we need to be able to do this somehow.

Thanks
Yana
Telerik team
 answered on 05 Sep 2008
5 answers
428 views
How can i get rid of drop down filter icon in Rad grid. i dont want it on the screen since iam not using it.

Thanks,
Ramya
Dimo
Telerik team
 answered on 05 Sep 2008
4 answers
190 views
Hi,

We're having this strange problem with the RadGrid for ASP.NET AJAX Q1 2007.

We have an hierarchical grid with 3 levels. The grid is entirely defined in codebehind.
We want level 2 and 3 to always be in editmode. I have searched the Telerik formums and documentation and tried a few approaches, but cannot seem to make this work. Currently I am hooking on to the PreRender-event of the grid where I set all items to Edit and then rebind. I also tries overriding the pages OnPreRender and do it there, but got the same result.

It looks like one of the levels  is in some sort of editmode because the backcolor of the row changes to the correct backcolor for editing, but no editors are visible in the columns. This is onløy for level 2. Level 3 does not change.
The strange thing is that if I open a RadWindow, the editors in level 2 suddenly becomes visible.

I also created a smaller project to demonstrate the problem, but this is working perfectly.

Any ideas?
Veli
Telerik team
 answered on 05 Sep 2008
6 answers
176 views
How do you align the submenu items to the left instead of them being centered?

thanks,

Jeff
Yana
Telerik team
 answered on 05 Sep 2008
1 answer
50 views
There needs to be a Mark As Answer button available for our own posts in the forums so that if we come up with and post the answer ourselves we can mark it as the answer and close the thread.

Kalina
Telerik team
 answered on 05 Sep 2008
3 answers
102 views
Hi!

I have problems with integration of the rad controls asp.net ajax with the wss 3.0.
I followed the steps from the documentation. The sharepoint page "sees" the telerik assembly in gac (the @register works ), but when i add any control there is error on the page (unknown).
(My SP app runs on port 2010 and i changed web.config only from that location)

Can somebody suggest my what to do, maybe i missed something. Thank for answer!

regards
Radek
Dimitar Milushev
Telerik team
 answered on 05 Sep 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?