This is a migrated thread and some comments may be shown as answers.

Grid cell Editing

5 Answers 105 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ramraj
Top achievements
Rank 1
Ramraj asked on 21 Jul 2010, 01:14 PM
Hi

Am using inline editing ,setting  item to edit mode in grid prerender event it takes long time to rebind.

Is there workaround for it.

Also i use another method , when i load the grid initially  i use editindexes.add to set all the items in edit mode but when i navigate to next page the grid is not rendering in edit mode.

since our company is facing more issues in telerik am facing hard time to convince my manager.

Please help it is urgent.

Regards

Sathya

5 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 26 Jul 2010, 10:19 AM
Hello Sathya,

You can find a working implementation of Excel-like RadGrid in the following code-library:
Excel-like RadGrid CL

Regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ramraj
Top achievements
Rank 1
answered on 29 Jul 2010, 06:17 AM
Hi Daniel,

Thanks for providing me a sample application.
I did the same adding the rows to editindexes in databinding event.Initial page loading renders properly the rows with edit mode
My issue is with paging,while i navigate page , i notice while debugging the griddataitems are in editmode but the rows are not rendering in edit mode.
if i do the same thing in prerender mode and fire rebind  it renders properly but takes longtime for page navigation.

Is there a way to avoid rebind.Please it urgent to complete my POC.


Regards

Sathya
0
Radoslav
Telerik team
answered on 04 Aug 2010, 11:19 AM
Hello Sathya,

The only way to set all RadGrid's items for all pages to edit mode is to add all items indexes to the RadGrid.EditIndexes collection and call Rebind() method. There is not other way to achieve the desired functionality.

Additionally if you worry about the performance of the applications we have many optimization techniques and I am sure some of them will be of great help for your project . The info below summarize the most important performance info we already have in our documentation resources:
Optimization Tips series in the blogs:
Optimization Tips:The Rad Managers for ASP.NET AJAX
Optimization Tips: Testing Page Performance
Optimization Tips: Using RadAjaxManagerProxy Controls
Optimization Tips: Using HTTP Compression

Optimizing the RadGrid performance.
Please review the following links on how to optimize the performance of RadGrid:
http://www.telerik.com/products/aspnet-ajax/resources/top-performance.aspx
http://www.telerik.com/help/aspnet-ajax/grdviewstatereductiontechniques.html
http://www.telerik.com/help/aspnet-ajax/grdsavinggridviewstateinsession.html
http://www.telerik.com/help/aspnet-ajax/radinputmanager_performance.html

I hope this helps.

Kind regards,
Radoslav
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Augusto
Top achievements
Rank 1
answered on 23 Mar 2011, 09:43 AM
Hello.

Do you plan at Telerik to implement cell input like in Excel. In other words the possibility to enter values in cells without switching to edit mode like we do now. No need to be Excel compatible (formulas, formatting, etc). Just fast input.

That would be a great feature !

Thanks
Best regards
Augusto
0
Sebastian
Telerik team
answered on 23 Mar 2011, 10:20 AM
Hi Augusto,

Currently we do not have plans to support the Excel-like behavior you request out-of-the-box. You may consider utilizing the solution from the code library entry linked previously in this thread.
 
Best regards,
Sebastian
the Telerik team
Tags
Grid
Asked by
Ramraj
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Ramraj
Top achievements
Rank 1
Radoslav
Telerik team
Augusto
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or