Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
597 views
I have a combobox that is filled with a list of preset values. In the codebehind, I determine the selectedIndex value through a lookup which returns a value of 0 to ~. If the value cannot be found the codebehind function returns -1.

Setting the selectedIndex to -1 merely selects the item at index 0 and this creates a problem for users who may save the data not knowing that the value was not found in the predefined list.

So, what I would like to do is set the text of the combobox to the value that was not found, or if the search string was initially empty, set the text to "Select Item", however, this doesn't seem to be working.

To make matters more complicated, I don't want to allow users to enter custom text because the idea is to get the users to select from the predefined values.

If I add another item at index 0, then the library we are using to manage the lists will not work.

How can I add a message similar to the EmptyMessage value, except this value would be as a prompt to select an item or the incorrect item itself that I can validate on postback.

Nencho
Telerik team
 answered on 27 Feb 2015
6 answers
275 views
I've got a grid that has EnableEmbeddedSkins=False because I'm trying to get it match the existing website's style using the CssClass property.

My grid has master and detail info, but I can't seem to figure out how to get the expand/collapse images to show up. When I hover over where they should be, I can expand/collapse the child records, but all I get is an outline where the image should be.

I defined the ExpandCollapseColumn-ExpandImageUrl and the CollapseImageUrl for the MasterTableView, but this isn't working. Where else do I need to define those images so that they show up?

Again, I don't have a custom skin, I'm just defining a few needed styles.

Thanks.
Gayathri
Top achievements
Rank 1
 answered on 27 Feb 2015
30 answers
1.8K+ views
I can't seem to find any examples of how to filter Rad Grid rows using the built-in filters.  I have the filters setup but they empty my grid.  I just want to be able to perform simple filters on all rows.  Any help would be appreciated.

Thanks
Kostadin
Telerik team
 answered on 27 Feb 2015
6 answers
756 views
Good afternoon !

Is there an easy way to disable the navigation inside the RadWizards Navigation Bar ?

Reason:

I would like to validate the RadWizardSteps during an Ajax PostBack when the NextButtonClick event is fired.
The EventArgs during the ActiveStepChanged event do not provide CurrentStepIndex or other information of the WizardEventArgs

Code:

Dim __Wizard As RadWizard = sender
 
 Try
 
     Select Case e.CurrentStepIndex
 
         Case o_Step_Company.Index
 
             Me._Validate_Companies()
 
         Case o_Step_DateFilter.Index
 
             Me._Validate_Dates()
 
     End Select
 
 Catch vx As ValidationException
 
     vx.CreateNotification()
 
     __Wizard.ActiveStepIndex = e.CurrentStepIndex
 
 Catch ex As System.Exception
 
     ex.SaveToDatabase()
     ex.CreateNotification()
 
 End Try

Thanks,

S. REISINGER
Plamen
Telerik team
 answered on 27 Feb 2015
2 answers
66 views
Hello,

I have the need to build a customer complaint portal.  I want my users to be able to create a new complaint, and upload the most common file types as attachments.  Such s jpg, doc, pdf, etc.  I'm not sure how to attach those documents to the new record.

I understand how to upload the documents using AsyncUpload to a common directory.

How do you link the documents back to a particular record?  Do you store the file path in a database somewhere?  Do you create a new folder for each record and store that in a database?  I'm missing a piece to the puzzle.

What is the easiest way, best practice, to accomplish this so users can view and manage images associated with a record?
Skip
Top achievements
Rank 1
 answered on 27 Feb 2015
0 answers
125 views
Is there a telerik feature where you can do ajax without hitting the page load method of the code behind?

I am using a RadDataPager with next and previous options, when i click on either it goes through the code behind and executes the code in the page load. I don't want it executing the code in the page load.

I am use the RadAjaxManager.
shinra
Top achievements
Rank 1
 asked on 26 Feb 2015
5 answers
74 views
Anyone,
In this thread for RadWindow, the last comment mentions about a sample code in the CodeLibrary - 
http://www.telerik.com/forums/how-to-style-radwindow-that-can-be-moved-and-resized-but-not-maximized

I tried searching around, but don't know how to find it, can someone help me with the link?

Waiting...

thanks!
A
Top achievements
Rank 1
 answered on 26 Feb 2015
4 answers
129 views
How do I create an OrgChart that always has 2 levels? 1 parent and all it's next children.   I want the children to be in 4 columns with N number rows.

1
2 3 4 5
6 7 8 9

If you drilldown 2
2
1 2 3 4
5 6 7 9
10 11



Hristo Valyavicharski
Telerik team
 answered on 26 Feb 2015
1 answer
132 views
Greetings,

How do I get the chooser to change everything on the page?  Right now, I change the skin and the controls are restyled, but I have to refresh with F5 to get the background to change.  Is there some kind of cache setting I need to change?

Thank you!

Matt
Radoslav
Telerik team
 answered on 26 Feb 2015
5 answers
544 views
Hello, I'mt trying to disable all tooltips associated with the datepicker.
I succeeded to disable the cell days tooltip by setting:

radDatePicker.Calendar.ShowDayCellToolTips=false;

but when I hover the basic days in the week it still shows me the day name. (like in the picture attached)




Eyup
Telerik team
 answered on 26 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?