Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
195 views
I would say 98% of time clicking the first item checkbox under the "Check all", the checkbox doesnt get checked on first attempt, and it shifts a few pixels left.  I saw this first in my app but it also does it on the listbox demo:

http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/checkboxes/defaultcs.aspx?skin=Bootstrap

It doesnt do it on Chrome, but does it on IE9 and Firefox.

Thanks.
David
Top achievements
Rank 1
 answered on 18 Mar 2015
0 answers
116 views
Download excel sheet  i got the below exception 

System.Data.OleDb.OleDbException (0x80004005): Operation must use an updateable query. at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() at in asp.net


I am using the  "sql = "Insert into [Data$]",connection  
MyConnection = new System.Data.OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0;Data Source='" + destPath + "';Extended Properties=Excel 8.0;");

Please help me 
NA
Top achievements
Rank 1
 asked on 18 Mar 2015
1 answer
117 views
Hi,

For some reason, we decided to kill the titlebar.

When I go fullscreen, the playlist comes over the video but the button to remove it was on the titlebar that was killed...

Any idea ?
Eyup
Telerik team
 answered on 18 Mar 2015
3 answers
92 views
Hi,

I use RadLoadingPanel in my application with custom HTML and it works fine.

I include RadLoadingPanel in every page, so it makes me duplicate the HTML for each page.
Is there any way to use the same custom HTML for many loading panels?

this is my code:


                <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"<br>                    Width="75px"><br>                                <div id="loadingOverlay" style="text-align:left;"><br>    <div id="loadingBox"><br>        <table id="tblRoundedHeader" runat="server" class="RoundedHeader" style="width:100%;"><br>        <tr><br>            <td class="Header2Left"></td><br>            <td class="Header2Middle">Covertix</td><br>            <td class="Header2Right"></td><br>        </tr><br>        </table><br><br>        <div class="frame-left"><br>        <div class="frame-right"><br>            <div style="margin-left: 11px; margin-right: 11px; background-color: white; height:80px">    <br>                <div id="Image1" class="LoadingImg"></div><br>                <p style="margin-left: 55px;">Loading...</p><br>            </div><br><br>        </div><br>        </div><br>        <div class="bottom-left"></div><br>        <div class="bottom"></div><br>        <div class="bottom-right"></div><br>    </div><br>    </div><br>                </telerik:RadAjaxLoadingPanel>
Angel Petrov
Telerik team
 answered on 18 Mar 2015
1 answer
105 views
Hi,

I am working code-behind and have a condition.

If Ok => read a playlist
if NotOK => read a single video

 if (myCondition)
            {
                RadMediaPlayer1.Sources.Add(new MediaPlayerSource() { Path = "https://www.youtube.com/watch?v=C4gcySKN16E" });
            }
            else
            {                
                RadMediaPlayer1.PlaylistSettings.YouTubePlaylist = MyYoutubePL;
                RadMediaPlayer1.PlaylistSettings.Position = MediaPlayerPlaylistPosition.Horizontal;
                RadMediaPlayer1.PlaylistSettings.Mode = MediaPlayerPlaylistMode.Buttons;
                RadMediaPlayer1.PlaylistSettings.ButtonsTrigger = MediaPlayerScrollButtonsTrigger.Hover;
            }

When myCondition is true, all works perfecly, the single video file is attached to the player

but if myCondition is false : nothing happens, I can't see any Playlist or video...

Any idea ?
Eyup
Telerik team
 answered on 18 Mar 2015
5 answers
227 views
Hi All,
I have nested radgrid and I want to update field inside the child grid,so how can I access the boundfield  of the childgrid in Update event ???


thanks in advance
ghadeer
Kostadin
Telerik team
 answered on 18 Mar 2015
3 answers
120 views

hello,

i'm currently doing some experiments with the radgrid control and edit capabilities/options it offers, this is my current situation:

 - there's about 30 radgrids on my test page, each one is dynamically and programmatically created, and each one will be editable
 - each grid needs to have it's own custom edit form generated from the columns present on the respective radgrid
 - the previous version of the website uses standard gridviews and already has all the code behind that creates table rows, columns and controls in a separate "Details" page
 - the edit forms need to have combos/dropdowns, datetimepickers, textboxes and so on
 - my plan is to use the code behind to programmatically create all the edit forms

now as far as i know my current options are:
 - programmatically create a template on the EditCommand event and then "binding" it to the grid
 - create a new webusercontrol on the EditCommand event and then add all the controls i want to

are there any other options?
is any of the options i listed possible?

i would appreciate some help on this

 

 

Maria Ilieva
Telerik team
 answered on 18 Mar 2015
1 answer
88 views
Hi
I have a problem with RadGrid
It works fine but if someone minizmizes the Browser to half(attached picture) then the grid goes beyond the webpart zone in page of the  browser in sharepoint.
How to avoid the same??
Marin
Telerik team
 answered on 18 Mar 2015
1 answer
194 views
Is there any inbuilt feature for creating collapsible rows in a repeater? For example, you have rows of notes and an expand buttom. On clicking on expand that displays the entire notes, the date it was created and by whom.
Vessy
Telerik team
 answered on 18 Mar 2015
2 answers
247 views
Hi
I have requirement where i have data shown in Rad Grid(Assuming 4 Columns) and for each row at the end i need to add button as Update
Once i clicked the Update button i want pop up window opened with the values for the row.
I was able to achieve the same using the below Example
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx.
But now the requirement is little complicated here
Assuming We show EmployeeId,Firstname,Lastname and State
1 Steve Jobs CA as example
When clicked on edit button it shows me these values and i can manullay update - But for Countries in need all the States avaialble - Say a list of 50 States shown rather than just textbox of CA and manually typing  chaning to NJ - I want dropdown of all 50 States which i have in List and Have CA - selected.
This way the user can edit select what ever state he wants to select.

How to achieve the same, Thanks in advance
Babu
Top achievements
Rank 1
 answered on 17 Mar 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?