Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
60 views
Work on vs 2012 Asp.net C# web page application.I am trying to implement a load on demand scenario for a RadComboBox but am struggling to get it to work with multi columns gridview.I don’t want to implement multi column combo box.

Is it possible to use grid inside combo box with out any server(C#) code. i dont want to implement bellow method in server(C#) side RadComboBox1_DataBound,RadComboBox1_ItemsRequested , RadComboBox1_ItemDataBound

Note:selected item also need to show in item Template and edit template.
Pavlina
Telerik team
 answered on 18 Mar 2015
10 answers
139 views
Hi
i am new to telerik  and asp.net but have been using the examples on the site to make rad grids and am able to edit and insert items.


I have radgrid and there is a column named status.  I want to add a different dropdown based on the value during inline edit mode

so if value in the rad grid cell is "drop". The list is  
drop
add
remove

if value is "taken" then the list is
taken
remove 
keep

so I need a different drop down for the same column depending on the value of the cell. 

Also so if the cell is a different value "waiting" then I don't want to allow editing at all 

thanks

Norway77
Top achievements
Rank 1
 answered on 18 Mar 2015
1 answer
100 views
 Work on Asp.net web page application.

http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

1. Click to add a new record
2. The "Delete" link will appear in the new row - it would be nice to have the same X icon

want to Click "Delete" link - it fires a javascript event then i want a validation process on javascript event then want to delete the row

help me to invoke a javascript event on click delete link.
Konstantin Dikov
Telerik team
 answered on 18 Mar 2015
5 answers
190 views
This might be a dumb question, but I thought that when I went into VS2013 and did New, Project, that there would be 4 templates for Telerik Responsive sites?

I could have sworn I read that somewhere but I don't see them.

Alan Sawyer
Top achievements
Rank 1
 answered on 18 Mar 2015
2 answers
277 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
139 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
142 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
131 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
140 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
267 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?