Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
241 views
Hi

I have 8 combobox on my form.
I have to set for each of them the selected value (Radcombo.Selectedvalue="Text")

In some case the value does not exist in the combobox, so I need to set the combo.selectedvalue to nothing

Do do this I use a "Try-Catch as Exception" for each combo ! As you know Try-Catch is not good for performances.

Here my code

Try
 
Zlocaledit.SelectedValue = Zlocal.Text
Catch ex As Exception
  Zlocaledit.SelectedIndex =
Nothing
End Try

Try
 
ZServiceEdit.SelectedValue = Zservice.Text
Catch ex As Exception
  ZServiceEdit.SelectedIndex =
Nothing
End Try

Try
 
ZSocedit.SelectedValue = ZSoc.Text
Catch ex As Exception
  ZSocedit.SelectedIndex =
Nothing
End Try

Etc etc etc

Is there another way to do this ? (Without a Try-Catch)

Thanks all

Simon
Telerik team
 answered on 27 Oct 2008
8 answers
598 views
If I have autocomplete turned on for a combobox and I press backspace while typing part of an item that auto-completes...this only clears the portion of the item that was automatically completed.  Instead, I want it to clear the last character I typed.

How would I go about this?
Simon
Telerik team
 answered on 27 Oct 2008
3 answers
138 views
How to find a specific text from javascript function in a RAD grid rows? Now the scenerio is quite complicated as I want to search for a text in a hierarchical child grid. If the search is successful then the related text is highlighted. Any idea how to accomplish this?
Yavor
Telerik team
 answered on 27 Oct 2008
1 answer
96 views
I tried to put a RadUpload control in RadDock.  When I click the "select" button, nothing coming up.  Is it possible to do it this way?

Raymond
Petko
Telerik team
 answered on 27 Oct 2008
3 answers
132 views
I'm having problems with the scaling control on RadEditor - when I use it to rescale the radeditor window, content does not flow properly around it, often overlapping the control. This is apparent even on the telerik demo site here:

http://demos.telerik.com/ASPNET/Prometheus/Editor/Examples/SaveInDatabase/DefaultCS.aspx

I am using Firefox, not sure if this problem exists in other browsers, but obviously it's important to support FF...



Rumen
Telerik team
 answered on 27 Oct 2008
1 answer
45 views
Hello,

I am using Editor in my application, We have many Organization in my application.
Below is my requirement.

1. All Images for an org is restricted, i.e., Images in one org cant be accessed by other org web pages.
2. I need to create, folder for each org, where as this folder is not accessible by other org context via, Telerik Editor.

Could you please tell me how to achieve this?

Thank you,
Sreedhar
Rumen
Telerik team
 answered on 27 Oct 2008
3 answers
120 views
Hi,

Is there a way where GridDropDownColumn item is filter by another GridDropDownColumn in the same gridview but different column???
plamen
Top achievements
Rank 1
 answered on 27 Oct 2008
1 answer
79 views
Is it possible to bind an RadSheduler using SubObjects like RadGrid?
http://www.telerik.com/help/aspnet-ajax/grdbindingtosubobjects.html


Example:
public class MyData  
{  
public Meeting Information { get; set; }  
public Resource Resource { get; set; }  

I'm trying to bind a list of MyData in my RadScheduler and setting:

agenda.DataKeyField = "Information.Id";  
agenda.DataStartField = "Information.StartDate"

Is it possible? I'm getting this error:
DataBinding: 'MyData' does not contain a property with the name 'Id'.

It seens that it is looking for the property Id in MyData Object, not in SubObject MyData.Information.

Tku

Peter
Telerik team
 answered on 27 Oct 2008
1 answer
85 views
I am trying to utilize the RadCalendar control to help me display the Current Month for a "Dashboard" style purpose.

All I want is to show the Calendar control with Monday through Friday displayed. I have tried changing the SingleViewColumns to 5, and that displays the headers correctly, but even after changing the Focused date, the actual calendar dates are all messed up.

Is there any way at all to do this? It seems like a pretty basic need...

-Brad
Iana Tsolova
Telerik team
 answered on 27 Oct 2008
1 answer
88 views
Hi,

in my code i set the property MothView.VisibleAppointmentsPerDay to 5 and well i was getting the expected result with a particular other problem, after setting the property and i'm moving my mouse over an appoinment it pops up the following "java-scipt"-error (only Windows InternetExplorer):

Line: 1442
Char: 1
Error: 'null' is null or not an object" 

        protected void RadScheduler1_DataBound(object sender, EventArgs e)  
        {  
            RadScheduler1.MonthView.VisibleAppointmentsPerDay = 5;  
        } 

The testcode included the knowledgebase articke ((ID#1031) How to show all appointments in Month View) also doesn't work, same error message...

Hope someone can help me out,
Maik

 

Peter
Telerik team
 answered on 27 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?