Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
103 views
Hello,

Using this code base;

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandsplitterresizing/defaultcs.aspx?product=splitter

If I added a second grid to the bottom panel, Can I get the splitter to resize both grids?  If so, what would be the best way of resizing both grids to take up the entire browser screen? (When I set the height value of the panes to a percentage, it does not display properly).

Thanks,

Richard.
Dimo
Telerik team
 answered on 09 Nov 2010
1 answer
269 views
I am using grouping with the RadGrid, everything works great.  However, I'd really like to get single row expand to work when clicking on the header.  What I mean is, when a group header is clicked, I'd like that header to expand, and all it's children stay collapsed.  I've seen this work when GroupLoadMode is set to Server, and this is taken care on the server side.  I'd really like to keep this fix on the client side using Javascript, but I just can't seem to get it to work.  The following code was my best attempt:

function RowClicked(sender)
{
    var grid = $find("<%= rgSpecialOrders.ClientID %>");
    var master = grid.get_masterTableView();
  
    $('#' + sender.parentElement.parentElement.id).each(
        function (i)
        {
            master.collapseItem(i + sender.sectionRowIndex + 1);
        });
}

Unfortunately this did not work?  Do you have any suggestions on how to get this to work while only using Javascript and JQuery?  Thanks a lot for your help!
Scott Harrington
Top achievements
Rank 1
 answered on 09 Nov 2010
1 answer
112 views
Hi,

I have radgrid setup with a popup modal editform.
The editform has two button Save and Cancel. These work with CommandNames "PerformInsert" and "Cancel"

In the InsertCommand event i process the actual insert into the database.
During this InsertCommand the Popup editform remains visible and the user can click on Save again, so the InsertCommand event is triggered again.

Is'n't it possible to have the LoadingPanel cover the popup-form? It does cover the grid during InsertCommand.
Or is there another way to prevent the user from clicking Save more than once?

Kind regards.
Dimo
Telerik team
 answered on 09 Nov 2010
1 answer
112 views
Hi,

Scenario:

 I have got a RadGrid  working perfectly fine. New requirement now - how can I return the user back to the same page number of the grid once the record is updated. For instance, user wants to edit a record which is at Page 3. Clicking on edit button takes user to new page. Once record is updated, I need to return the user to the same grid but not to first page but to the Page 3.


Could someone please hint me how it can be done?

Many thanks

MG
pylacroix
Top achievements
Rank 1
 answered on 09 Nov 2010
2 answers
199 views
Just floating the idea...I know it wont be in the release, or potentially available ever

but: Sprite Framework for image button icons


sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 09 Nov 2010
5 answers
124 views
Hi,

    I downloaded the trial version of Telerik RAD Editor (Full version) for MOSS. I set up my new single server (Virtual) MOSS 2007 farm to use the ASP.NET Ajax Extensions 3.5 and added the solution using the recommended steps. However, after I activate the feature on my site collection (Use RadEditor to edit List Items feature), I go to list item, and edit richtext field, and instead of the RADEditor, I am still seeing the default editor. I have tried the usual suspects - iisreset, ensure web.config entries, gac etc, and everything is ok. In fact I can build an asp.net web project, and embed a Telerik Editor in it, and it works without any issues. It is only in the SharePoint site where I am unable to see the Telerik RADEditor when I edit list item that uses Enhanced RichText field.

Please note that I tried it with version 5.7.2.0, 5.7.3.0, etc all the way to 6.0.0.0 and have the same problem. Some of these wsp's for MOSSRadEditor were downloaded several months ago, so not sure if it is time boxed to not work after certain # of trial days. Any input will be appreciated, as I have wasted enough time on it. Thank you.

Abrar
Abrar
Top achievements
Rank 1
 answered on 09 Nov 2010
1 answer
113 views
Hello,

Using this code base;

http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandsplitterresizing/defaultcs.aspx?product=splitter

If I added a second grid to the bottom panel, Can I get the splitter to resize both grids?  If so, what would be the best way of resizing both grids to take up the entire browser screen? (When I set the height value of the panes to a percentage, it does not display properly).

Thanks,

Richard.

Dobromir
Telerik team
 answered on 09 Nov 2010
4 answers
105 views
The GridAttachmentColumn class inherits from the GridEditableColumn.

Looking at the GridAttachmentColumn's Overview page this becomes more than obvious as the text is a straight copy of its ancestor's equivalent (only the names have been changed).

Call me old fashioned, but I'd like to see the GridAttachmentColumn's Overview page give an overview of the GridAttachmentColumn. :-)

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 09 Nov 2010
5 answers
156 views
hi,
do't confuse above title actually i have resolve my problem.
my new problem is that how can i create new row after filling first row by user.
actully when user click add button grid display with single row after first row how can i generate new row in grid view as first row.
Thanks
Maria Ilieva
Telerik team
 answered on 09 Nov 2010
1 answer
448 views
I would like to add two types of animations to a web app:

1. Page loading animations that display while a page is being loaded (i.e, the animation probably cannot be attached to the page being loaded).

2. Save confirmation animations that display in a popup window when a "Save & Close" type button is pressed, and while the subsequent form is being loaded.

I have defined the RadAjaxManager on the master pages in the app, and ideally the animations should be controlled from the master pages.

Do you have any fully coded examples that provide this type of functionality?
Maria Ilieva
Telerik team
 answered on 09 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?