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

This is My Telerik Grid Design. How to add Textbox control in my telerik Grid when i click one button i need add new textcontrol Created this grid but client side event firing for add new textbox how will do this

How to add controls to telerik grid using Client Side thats the concept

<telerik:RadGrid ID="Telerik1" runat="server" AutoGenerateColumns="false" Height="300px"   
                    ClientSettings-Scrolling-AllowScroll="true">
                    <ClientSettings>
                        <Selecting AllowRowSelect="True" />
                        <Scrolling AllowScroll="true"   />
                    </ClientSettings>
                    <MasterTableView DataKeyNames="ID">
                        <Columns>
                            <telerik:GridBoundColumn HeaderText="ID" DataField="ID" ReadOnly="true" UniqueName="ID" />
                            <telerik:GridBoundColumn HeaderText="Name" DataField="NAME" ReadOnly="true" UniqueName="NAME">
                            </telerik:GridBoundColumn>
                        </Columns>
                    </MasterTableView>
                </telerik:RadGrid>
Viktor Tachev
Telerik team
 answered on 13 Feb 2015
3 answers
128 views
Radbutton using javascript and that 

 if (|| args.get_eventTarget().indexOf("RadButton") >= 0)
                    args.set_enableAjax(false);



protected void RadButton_Click(object sender, EventArgs e)
    {
       
            RadButton.Enabled = false;         // this is not working
    }
when ever click the button that button is disable pleas help me
Danail Vasilev
Telerik team
 answered on 13 Feb 2015
1 answer
60 views
it happened after updating the plugin and occurs only in WebKit browsers
Ianko
Telerik team
 answered on 13 Feb 2015
1 answer
36 views
In the ItemCommand event on my RadGrid I have the following section:
if (e.CommandName == RadGrid.ExpandCollapseCommandName || e.CommandName.Equals("RowClick",StringComparison.InvariantCultureIgnoreCase)) {
                e.Item.Expanded = true;
                e.Item.Selected = true;
   }

The e.Item.Expanded being set to true is taking 10-14 seconds to resolve, what could be happening that would cause such a large performance hit? 
Pavlina
Telerik team
 answered on 13 Feb 2015
3 answers
410 views
Hello, I am struggling getting the current url for the radwindow.  I always seem to obtain the original url. 

I have a radwindow hosting a webpage where I am able to perform searches internally,  Just as google, yahoo etc, the url is populated with a string of information identifying the performed search.  I need to pull the new url from the radwindow and pass it to a model popup I am using to save the string.

I have tried several options but none seem to get anything but the original url.
radwindow.get_NavigateUrl()
radwindow.Geturl() - doesn't work at all.
document.getElementById("radwindow").src

Please help,
thanks.
Marin Bratanov
Telerik team
 answered on 13 Feb 2015
1 answer
95 views
Hi all,

Using VS2013 with UI for ASP.NET AJAX Q3 2014 SP1. Below RadGrid Demo is my Prototype, 1st Grid (i.e. referencing to RadGrid1).

http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/filter-templates/defaultcs.aspx

I would like to have the flexibility to Filter the Grid with Check all, Single Selection or Multiple Selections from Filter Templates via Checkbox. Existing Functionality of the Above Grid Should remain the same.

Is it possible to Filter above Grid with ComboBox - Selection with Checkbox like below link?

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx

Thanks a lot
Eyup
Telerik team
 answered on 13 Feb 2015
1 answer
86 views
I have radgrid popup for edit and add new record. From this popup I want to invisible the close button available on top. What is the Id for close button
 
Eyup
Telerik team
 answered on 13 Feb 2015
1 answer
283 views
Hello,

Is there a way to load multiple user controls asynchronously using Telerik ?
I have a web page that uses 10-12 user controls.
I want to page to load each control after another so that the user will need to wait for such a long time.

Regards,
Tal
Maria Ilieva
Telerik team
 answered on 13 Feb 2015
3 answers
84 views
Hi,

Assuming that I have a RadPivotGrid which contains 3 filters, year, quarter and month.

If I filter the values to a specific year and then try and filter on a specific quarter, the values which appear in the list of available quarters are outside of the previously filtered range.

The Attached screenshot illustrates this. The list of available filter values should be smaller given that I've already filtered for values in the year 2012.

Thanks

Maria Ilieva
Telerik team
 answered on 13 Feb 2015
10 answers
358 views
Hi everyone,

I'm using a radGrid in a test web page. The EditMode is set to Batch and the "Add new row", "Save changes", and "Cancel changes" are visible. I changed the "Add new row" image using MasterTableView-CommandItemSettings-AddNewRecordImageUrl. I would like to change the image for "Save changes" and "Cancel changes". I have been looking for information about this but I didn't find it. If this is not posible, I would like to know how I could invoke the RadGrid1_BatchEditCommand function from a CommandItemTemplate in the radGrid.

Thanks a lot in advance.

Cheers.

David Ortega.
Eyup
Telerik team
 answered on 13 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?