Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
100 views
Hi if i download my apps source code will the backend still work from telerik also can i sell my code that i create 
Pavlina
Telerik team
 answered on 07 Apr 2015
3 answers
63 views
what is elastic functionality for radinput.

I see it listed in the release history.  Not sure what it is or how to use it.

Marty
Maria Ilieva
Telerik team
 answered on 07 Apr 2015
7 answers
288 views
Dear telerik team,

How can i bind saved image to async file upload .

thanks
Ivan Danchev
Telerik team
 answered on 07 Apr 2015
8 answers
499 views
I have a RadCombobox and I use webservice datasource. Combobox could bind data and it show checkbox items.

When I click save button, I couldn't get combobox checkeditems collection. My code is here;

<telerik:RadComboBox ID="cmbNotificationUsers" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="true" Width="100%" OnClientItemsRequesting="OnClientItemsRequestingForUser"
                            EmptyMessage="Select" MarkFirstMatch="true" EnableLoadOnDemand="true">       
                            <WebServiceSettings Path="../../WebServices/ControlObjects/ComboBoxes.asmx" Method="GetUsersByCompany" />
                        </telerik:RadComboBox>

foreach (Telerik.Web.UI.RadComboBoxItem item in cmbNotificationUsers.CheckedItems)
            {
                messageUsers.Add(item.Value);
            }

Thanks,
Gökhan
Aman
Top achievements
Rank 1
 answered on 07 Apr 2015
3 answers
1.0K+ views
I want to download EXE file on page load event and show real time download progress bar. After successful download, I want to execute EXE file to install on client machine.

How can I do this using RadProgressBar & RadProcessArea control??

Do any one have sample source code of this??

Please at-least take a look of my requirement, I'm researching on it since last week.
Vessy
Telerik team
 answered on 07 Apr 2015
1 answer
343 views

We are using Telerik Grid control in our application.
The Grid is getting constructed dynamically, i.e the columns to be shown in the grid is dynamic so we have created custom ItemTemplate and CustomFilterTemplate to implement this.
We have also implemented Column filtering in the Grid with combo box option.
Now, we need to make the filtering to have multiselect option. i.e. the Filter dropdown will show check box items so that user can choose multiple items to filter the Grid.
Could you please assist in this regard.
Attached file contains the screen shot of what we are trying to achieve.

Appreciate your assitance here. 

 

Konstantin Dikov
Telerik team
 answered on 07 Apr 2015
9 answers
259 views
I am trying to set the background color on the thumbnail area. Its BLACK, i tried css but it didn't work.

.RadImageGallery .rigThumbnailsList {
    background-color: white;
}

I also get an error once lightbox is loaded from the thumbnail click event.

Say i have 6 images in the thumbnail and i click any thumbnail to open LightBox. It pops up with the correct image and showing say "Image 4 of 6" then i click one of the buttons to navigate and i get an ".../store/fake" - file does not exist. We dont have a fake directory, all files are loaded with advanced databinding. So confused why its looking for a file.

Also when i click again in the gallery after closing the lightbox, it seems its still loaded in memory. The image 4 is still showing from last click then it suddenly switches to say "2" which i just clicked to reopen the light box. Do i have to destroy lightbox after its closed?
Angel Petrov
Telerik team
 answered on 07 Apr 2015
1 answer
59 views

Hi...

 i'm not bale to get the Date formate in 07-Apr-2015 i want this formate in  X axis  with Date and my Date is Overlapping each other sometime and line is also Not coming in middle of the Date 

Danail Vasilev
Telerik team
 answered on 07 Apr 2015
1 answer
114 views
It appears that nesting PageLayout controls (for example parent in Master page and child in Content page) causes the child control to be padded on all sides by roughly 20-30 px. What is the cause and a solution?
Magdalena
Telerik team
 answered on 07 Apr 2015
2 answers
135 views

I have a RangeBarChart where the X Axis represents the time of the day from 6am to 10pm.  The Y Axis represents a number of events.  Each event consists of a StartTime variable and an EndTime variable (both are DateTime datatypes).  I am adding the Series programmatically in ASP.NET VB.  

The data is pulled from an SQL Database.  When I assign the variables, I get a "Specified cast is not valid".  Presumably, the RangeSeriesItem is looking for a different datatype than DateTime.

While UserReader.Read()
                Dim AdjudicatorSeriesItem As New RangeSeriesItem(UserReader("fldNotesDateStart"), UserReader("fldNotesDateEnd"))
                AdjudicatorSeries.SeriesItems.Add(AdjudicatorSeriesItem)
 
End While

 

Any ideas?

 

Danail Vasilev
Telerik team
 answered on 07 Apr 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?