Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
107 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
210 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
288 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
148 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
153 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
150 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
156 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
281 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
168 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
113 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?