Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
199 views

Can anyone please advise why RadColorPicker appears on our web pages like the attached image ?

This happens in both IE11 and Chrome when the page first appears.

Interestingly, if the browser page is refreshed, the color picker appears properly sized.

Coding (embedded in a Bootstrap panel, although I don't think this is related):

<div class="panel panel-default">
    <div class="panel-heading"><asp:Label ID="lblAddEditStep" runat="server"></asp:Label></div>
            <div class="panel-body">
                <div class="row">
                    <div class="col-sm-2 coursenames" style="vertical-align:top"><asp:Label ID="lblStepColour" runat="server"></asp:Label></div>
                    <div class="col-sm-10 coursenames" style="padding-left:20px">
                        <telerik:RadColorPicker ID="radColourPicker" runat="server"></telerik:RadColorPicker>
                    </div>

                </div>

            </div>
        </div>

</div>

Thankyou

Shawn
Top achievements
Rank 1
 answered on 10 Jan 2017
1 answer
104 views

Hi,

 

When using Mobile rendermode the height of the menu is always derived from the first level.

The menu's height is not reset when browsing to lower levels.

 

So if for instance we have one item on first level and five on second, there will always be a scrollbar.

Why is that?

 

Marc

Dimitar
Telerik team
 answered on 10 Jan 2017
1 answer
136 views

Hi,

We just update Telerik 10 to new version "2016.3.1027.45"

After installing existing functionality breaking. At the run time automatically .xsd file attaching mention on fig-1.

Rad Scheduler control event width property are shrink.

Detail mention on attach document.

 

Thanks

 

 

 

Ivan Danchev
Telerik team
 answered on 10 Jan 2017
5 answers
932 views
Hi,

I have a requirement to capture a image from webcam of Lap/PC and the captured image should be displayed in image editor  with edit mode should be gave provision to crop the image after that image should be shown in image panel 

How to do this one using asp.net web application .Any suggestions 

Thanks,
Shrikant
Top achievements
Rank 1
 answered on 10 Jan 2017
1 answer
89 views

While in Batch Edit mode I have a Hierarchy. 

If there is only ONE record in the detail table and I edit a value (textbox, datepicker, etc.)

Then if I move on to save changes, the record that I just edited DOES NOT update.

It appears to me that the record or the detail table the record is in WILL NOT transition out of edit mode. 

This behavior is making it impossible to edit a record if there is ONLY ONE record in the detail table. 

Any advise would be appreciated.

Thank you

Kostadin
Telerik team
 answered on 10 Jan 2017
3 answers
781 views

Hi, I have a RadGrid with a text box called "Cause" where users can input whatever "Cause they wish.

Now I want to restrict inout by using a Dropdown, 

<telerik:GridTemplateColumn DataField="Cause" HeaderText="Cause" UniqueName="Cause">
                    <ItemTemplate>
                    <%# Eval("Cause") %>
                </ItemTemplate>
                <EditItemTemplate>
                            <telerik:RadDropDownList RenderMode="Lightweight" runat="server" ID="RadDropDownList1"  DataTextField="Cause"
                                DataValueField="Id" SelectedText='<%#Bind("Cause")%>' DataSourceID="sqlDSOutOfStockTest">
                            </telerik:RadDropDownList>
                                        </EditItemTemplate>
                       
                 </telerik:GridTemplateColumn>

The only thing not working is that when I try to edit an existing record the Dropdown shows the first record in the Dropdown list , not the actual value I chose. What is it that I am not doing right?

I'm using VB.

Anders
Top achievements
Rank 1
 answered on 10 Jan 2017
8 answers
757 views

I want to fill my radcombobox with grouping like category and items which should get from database.
Please find the attachment for the reference
example :
category1
   --Item1
   --item2
Category2
   --item1
   --item2
Category3
    --item1
    --item2
    --item3

Thanks
Prathap
Nencho
Telerik team
 answered on 10 Jan 2017
1 answer
55 views
We are having an issue on one of our RadWindows with a RadButton in Safari 10.0+ on an iPhone. It is like the button is not firing like it should. On all other platforms the button saves the data and closes the window. On Safari 10.0+ it does not. This is now in production so we desperately need a quick fix!
Danail Vasilev
Telerik team
 answered on 10 Jan 2017
2 answers
202 views

Hello,

We seem to have discovered what we think is a bug in RadScheduler when dragging events in the MonthView (haven't tried it on other views). Taking the code below, we are able to capture the modified appointment upon dragging.

What we have found is that when the right end of an event (which spans more than one day) is dragged to shorten the event, the date in modifiedAppointment.End is incorrect.

 

protected void radScheduler_OnAppointmentUpdate(object sender, AppointmentUpdateEventArgs e) {
            var modifiedAppointment = e.ModifiedAppointment;

}

For example, we have an event which correctly displays as starting on 21/12/2016 at 09:00AM and finishing on 23/12/2016 at 12:00PM (midday).

This displays correctly on screen with a bar occupying 21, 22 and 23 December 2016.

If we use the mouse to drag the right end in by one day, modifiedAppointment.End holds 23/12/2016 12:00AM. This occurs even when the mouse is to the left of the day boundary line.

We believe that it should hold 22/12/2016 12:00PM, ie decrease the date but one day, but keep the same time.

Similarly, if we have a two day event that starts on 21/12/2016 09:00AM and ends on 22/12/2016 12:00PM (midday) and we drag the right end of the bar to extend the event by one day (keeping the mouse within the boundaries of 23/12/2016), we would expect that modifiedAppointment.End should hold 23/12/2016 12:00PM but it doesn't. It holds 24/12/2016 12:00:00AM.

In both cases, the time has been defaulted to midnight and in the second scenario, the date has moved two days, not the one day we dragged.

On the opposite end, if we drag the start of an event at 22/12/2016 09:00AM into 21/12/2016 we would expect modifiedAppointmentStart to be 21/12/2016 09:00AM but it is actually 21/12/2016 12:00AM - the time has got dropped. Even if you only drag halfway across 21/12/2016, the time still resets to 00:00:00 and takes no notice of the position of the mouse being only halfway across a cell.

Since you don't get the mouse granularity of time on the month view, you can't drop to a specific time within day, so it is not actually possible to drop at the right time. In this scenario, the time of the event should be retained. Time should only be adjusted in the day view where you do get the granularity of time.

Last time I looked, a day ran from 00:00:00 (12:00:00AM) to 23:59:59, not what RadScheduler is doing where the second after 23:59:59 is being treated as the same day!

This appears to be a serious bug which makes this feature unusable - it displays correctly, but the underlying data being reported is wrong..

Please advise.

Graham
Top achievements
Rank 1
 answered on 10 Jan 2017
8 answers
189 views
I have a basic form - a few drop downs and textboxes - and a RadAsyncUpload control.
On submission of the form checks are carried out (e.g. has an option been selected from the dropdown?). If there is missing information an error message appears. However at this point the async control loses the file. 

Is there a way to complete these validation checks for other controls and retain the file in the async control?
Veselin Tsvetanov
Telerik team
 answered on 10 Jan 2017
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?