Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
118 views
hi,
i have two radgrids ,i want to drag cell or image cell from the first grid to the cell in other grid ,
if this not supported , please help me how to prevent dropping bellow row  always above. 
my case is :
grid 1                                                                                        grid 2 

AccountID                                                                                    RegisterID   
1                                                                                                     2
2                                                                                                     1
3                                                                                                      3


AccountID  can assign to RegisterID 1 or 2 or 3
i want to assign them drag-able                                                                                       
Ashraf
Top achievements
Rank 2
 answered on 06 Sep 2012
1 answer
37 views
I am using following call,s... any idea ? this is not consistent behavior

 <script language="javascript" type="text/javascript">
            var loadingPanel = "";
            var pageRequestManager = Sys.WebForms.PageRequestManager.getInstance();
            var postBackElement = "";
            pageRequestManager.add_initializeRequest(initializeRequest);
            pageRequestManager.add_endRequest(endRequest);

            function initializeRequest(sender, eventArgs) {
                loadingPanel = $("#<%=LoadingPanel.ClientID%>");
                postBackElement = eventArgs.get_postBackElement().id;
                loadingPanel.show(postBackElement);
            }

            function endRequest(sender, eventArgs) {
                loadingPanel = $("#<%=LoadingPanel.ClientID%>");
                loadingPanel.hide(postBackElement);
            }
        </script>

Maria Ilieva
Telerik team
 answered on 06 Sep 2012
3 answers
165 views
Hi,
Rad Grid auto height is not working.
Please find the attached screenshot.

Please download sample program from below link.
Sample Program
 
Maria Ilieva
Telerik team
 answered on 06 Sep 2012
1 answer
81 views
If one exception is thrown in UpdateCommand event of RadGrid and not catched, seems the page will no any error information and edit mode is still in there . Whether must add try catch block to handle all exception?
Radoslav
Telerik team
 answered on 06 Sep 2012
1 answer
65 views
Is there a way to open RadWindow in "Add a Record" link which is provided by RadGrid? I don't want to put a link in CommandTemplate and add js to open. 
Shinu
Top achievements
Rank 2
 answered on 06 Sep 2012
5 answers
112 views
How to get the bound entity of editing record in UpdateCommand event? For example, I bound a List<Customer> to a RadGrid, when I clicking save button to fire the RadGridFunction_UpdateCommand event, I have no way to get the Customer entity of editing record. Because I don't want to retrieve the record based on current primary key from DB, I only want to get from bound source.
Andrey
Telerik team
 answered on 06 Sep 2012
2 answers
90 views
Hi Team,
  I'm using Telerick Radgrid(Q2 2010 version). I face a problem with paging. Please can you help me on this issue.
Problem: In my database I have 15 records, and I bind to radbrid here I set allow paging="true" property and pagesize=10, every thing works fine for me. now my problem is in paging dropdown I select 20 number all the records are displaying, and paging dropdown is not to visible at all, why I need is if again I want to display 10 per page I need page dropdown right?

 Advance Thanks
Mr.Perfect
Perfect
Top achievements
Rank 1
 answered on 06 Sep 2012
3 answers
274 views
Hi,
I'm currently evaluating your Grid component.
One thing I could not do is center my text horizontally in a cell and preserve the cell's fixed height.
I do not want my cell to change its size according to the text (which again , should be vertically align to middle).
The text should be cut when its overfloaing over the cell height.

How Can I achieve that ?

Thx
Sagi
Jayesh Goyani
Top achievements
Rank 2
 answered on 06 Sep 2012
3 answers
132 views
Dear ALL,

how to bind menu from generic list that means i have method namely Public List<Roles> GetRoles() which is return list of roles every list contain properties are RoleID,RoleName,ParentRoleID,NavigateURL. 
 1) I need to bind menu based on this role name should be display with based on ParentRoleID heiarchy.
 2)And also i have NavigateURL property when i click RoleName in Menu based on NavigatURL my page will naviagte to another page     and how to implement this ? i am new to this if you guide me and very needful for me ..

Thanks in Advance..!
Kate
Telerik team
 answered on 06 Sep 2012
1 answer
159 views
When I apply filter feature in RadGrid, the position of the filter menu is not correct while click the filter icon. The attached is screenshot of the issue.
Eyup
Telerik team
 answered on 06 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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
Iron
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?