Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
296 views

Hello,

I have a RadGrid with batch editing enabled.  The columns are a mixture of GridDataboundColumn and GridTemplateColumn

At the moment its configured that edit changes are saved whenever the cell being edited looses focus.

I would like to get to the point where I can have a user make an edit, then once they’ve hit the tab key it saves the cell and then moves focus to the next editable cell in the row.

I’ve enabled KeyboardNavigation but each time the grid saves its looses its place so that tab does not work.

Is this possible – Can you provide an example please?
 


Tsvetomir
Telerik team
 answered on 07 Nov 2018
7 answers
203 views
Hi,

I want to create a custom toolbar button to delete table I see there is a command DeleteTable, does this support undo/redo??

Should I be able to fire this command simply using??
editor.fire("DeleteTable");
Rumen
Telerik team
 answered on 06 Nov 2018
2 answers
150 views
I understand that when I create a custom command item template, I lose the buttons that horizontally scroll the grid which I think is a really nice featured. Can you provide the necessary steps if possible to replicate that functionality? 
Tsvetomir
Telerik team
 answered on 06 Nov 2018
4 answers
129 views

I'm using advanced data binding and the needdatasource event, but when I try to call rebind I get an exception of type 'System.Reflection.TargetInvocationException'

Is there a better way to get needdatasource to call again and update the radgrid?

Attila Antal
Telerik team
 answered on 05 Nov 2018
8 answers
586 views

I'm having an issue getting my detail table to load properly using NeedDataSource and DetailTableDataBind events.  Stepping through the code shows the neither event is firing.  If I bind the grid to a datasource in my code, the master table will load, however after clicking to expand the row, the DetailTableDataBind does NOT fire.

I am using ASP.NET 4.5 and Internet Explorer 11.

Any ideas what I am doing wrong?

Here is the ajax manager and grid on the aspx page:

    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
      <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="gvwFunds">
          <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="gvwFunds"></telerik:AjaxUpdatedControl>
          </UpdatedControls>
        </telerik:AjaxSetting>
      </AjaxSettings>
    </telerik:RadAjaxManager>
    <div style="width: 600px">
      <telerik:RadGrid ID="gvwFunds" ShowStatusBar="true" runat="server" AutoGenerateColumns="False" PageSize="7"
        AllowSorting="True" AllowMultiRowSelection="False" AllowPaging="True">
        <PagerStyle Mode="NumericPages"></PagerStyle>
        <MasterTableView DataKeyNames="Programs_UID" AllowMultiColumnSorting="True">
          <DetailTables>
            <telerik:GridTableView DataKeyNames="Funds_UID" Width="100%" runat="server">
              <Columns>
                <telerik:GridBoundColumn SortExpression="FiscalCode" HeaderText="Fiscal Code" HeaderButtonType="TextButton"
                  DataField="FiscalCode" UniqueName="FiscalCode">
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn SortExpression="Fund" HeaderText="Fund" HeaderButtonType="TextButton"
                  DataField="Fund" UniqueName="Fund">
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn SortExpression="ObjectCode" HeaderText="Object Code" HeaderButtonType="TextButton"
                  DataField="ObjectCode" UniqueName="ObjectCode">
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn SortExpression="Amount" HeaderText="Amount" HeaderButtonType="TextButton"
                  DataField="Amount" UniqueName="Amount" DataFormatString="{0:D}">
                </telerik:GridBoundColumn>
              </Columns>
            </telerik:GridTableView>
          </DetailTables>
          <Columns>
            <telerik:GridBoundColumn SortExpression="Program" HeaderText="Program" HeaderButtonType="TextButton"
              DataField="Program" UniqueName="Program">
            </telerik:GridBoundColumn>
            <telerik:GridBoundColumn SortExpression="LicenseNum" HeaderText="License #" HeaderButtonType="TextButton"
              DataField="LicenseNum" UniqueName="LicenseNum">
            </telerik:GridBoundColumn>
          </Columns>
        </MasterTableView>
      </telerik:RadGrid>

Vessy
Telerik team
 answered on 05 Nov 2018
1 answer
128 views

Hi,

I am trying to enable user to copy content from one RadEditor to another RadEditor as html (so if editor 1 has some formatting (list, colors etc.) it will display exactly the same in editor2). I cannot seem to find a way. Default ctrl+c/Copy button on toolbar and ctrl+v/paste button only copies text and looses all formatting.

 

I need some help urgent.

Rumen
Telerik team
 answered on 05 Nov 2018
4 answers
368 views
I want to use the ImageEditor to let my customer create a signature on the page and send the image to a webservice with a button on the page.

But when I save the image in the codebehind the Original image is saved.

How can I solve this problem?

Or does anyone have a working sample?

Best regards
Alan
Top achievements
Rank 1
 answered on 03 Nov 2018
1 answer
61 views
Is it possible to get the row height to auto adjust to the items for weekview like it is for monthview?  I've tried copying the same css used for month view but changed all the .rsMonthView to .rsWeekView and I tried adjusting <WeekView> in the aspx file, but there isn't an AdaptiveRowHeight property.  Is there another way to get this function for weekview?
Peter Milchev
Telerik team
 answered on 02 Nov 2018
7 answers
767 views
When trying to use Telerik Report Wizard to connect to an objectdatasource, I get the error "An error occurred while invoking data retrieval method"  Try restarting VisualStudio."

Please can someone help me troubleshoot this. I am using version Q3_2012_v6_2_12_1017.

Thanks.
Silviya
Telerik team
 answered on 02 Nov 2018
7 answers
1.5K+ views
We have ASP.NET web application which will be generating a word document based on various parameters and it will be saved in the server. In the next level of users want to edit the word document our application instead of downloading the file and make on it. Does Telerik any editor to support MS-Word documents?
Rumen
Telerik team
 answered on 02 Nov 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?