Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
123 views
I already set the date format of the date input to "dd/MM/yyyy HH:mm", but some user may type in "dd/MM/yyyy HHmm" or "ddMMyyyy HH:mm" instead of using the calander and timeview, so it is invalid. 

Do you have any suggestion to cope with this problem?

Can I force the user to input a specific format of datetime by typing? I mean can the DateTimePicker already contains the separator "/ / :" and if the user only need to type in the number to represent the datetime?
Daniel
Telerik team
 answered on 15 Oct 2008
1 answer
235 views
I typed text for an email into the editor. I did not copy from word. the text looks fine, the html looks fine, but when the email is sent, a special character is inserted in different places. below is a partial copy of the email:

 
The 2008 Winter Basketball Season registration is now open! Go to the PYSA

How do I remove this?

Thanks,
Susan
Rumen
Telerik team
 answered on 15 Oct 2008
1 answer
87 views
i don't know what this call but do you have anything that allows developer to say two listbox side by side. then when you double click or click on the -> (right arrow), it will move that selected item in side the left list box to the right list box and delete that item in the left list box. and vice versa for the left list box. thanks
Sebastian
Telerik team
 answered on 15 Oct 2008
5 answers
161 views
In the Grid, Can the RadUpload save any file(not only image) to a database?
thank you in advance! 
Blaize
Top achievements
Rank 1
 answered on 15 Oct 2008
1 answer
210 views
Greetings,

I have a RadGrid that does add, edit, and deleting.  Thus far, I have done everything serverside on my checks, but I need to do a check clientside and put out an alert for when someone doesn't fill in something.  My grid has the following, which isn't much for input fields.  It's simply a normal bound column, which is a textbox when adding or editing, and then a template field for a checkbox, but that doesn't have to be checked for validation.  I guess my question is, how do you check the textbox for validation using javascript?  I've tried several ways, but I get errors.  Here is the way I have been trying:

if (button.get_commandName() == "PerformInsert")  
        {  
            var txtid = "ctl00_ctl00_cphContent2_cphAITContent_ctl00_rgdStatusList_ctl00_ctl02_ctl03_ctl01";  
            var txt = $find(txtid);  
            if (txt.value.length == 0)  
            {  
                alert("You must type something in for Status Description field.");  
            }  
        } 

In my code, I found the id of the textfield that is within the grid, then I try to find it, but this does nothing.  Anyone have any ideas?  Thanks.

Chad
Princy
Top achievements
Rank 2
 answered on 15 Oct 2008
1 answer
148 views
Hello,

I am trying to use commandItem in detailtable in a hierachy grid.
My detail table is in 3rd level and I use code like:

GridCommandItem commandItem = (GridCommandItem)grid.MasterTableView..DetailTables[0].DetailTables[0].GetItems(GridItemType.CommandItem)[0];

I always get "Out of boundry of Index" exception.

Is there any attribute I should turn on or sth. I did wrong ?
Any idea on this issue

Regards,
Elton
Shinu
Top achievements
Rank 2
 answered on 15 Oct 2008
1 answer
139 views
Hi,
    We're using the Vista skin, but not providing any menu images - is there a way to hide/not show the blank area to the left of each menu item?

Jason
Shinu
Top achievements
Rank 2
 answered on 15 Oct 2008
1 answer
82 views
RadComboBox after the fonts disable to show it in black?

Or  Readonly properties  can  used? How to use

Thanks
Niko
Top achievements
Rank 2
 answered on 15 Oct 2008
6 answers
394 views
RadComboBox Is giving me a problem when i hide them via Styles..
RadComboBox1.Style["Visibility"] = "hidden" ;

When i call that the combo box is hidden but the borders of the control is shown .. ( like a text box ) it only shows in IE.. not Firefox.. tested in all computers

THanks

Is this a bug in the latest Q2 version

Thanks...
Chamira
Top achievements
Rank 1
 answered on 15 Oct 2008
1 answer
138 views

I saw the help topic about creating columns and headers that contains multiple fields using a template column (http://www.telerik.com/help/aspnet/grid/grdcustomizewithgridtemplatecolumn.html)

Is there a programmatic way to generate the code in the link above? I was able to do the header no problem. But I’m not sure about the databinders.


dave
Top achievements
Rank 1
 answered on 15 Oct 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?