[CLOSED] Loop through all the row in grdipanel code behind

  1. #1

    [CLOSED] Loop through all the row in grdipanel code behind

    Hi ,

    I need to loop through the grdipanel in code behind.

    Is there any away other than passing parameters in extraparams.

    Thanks,
    Vamsi.
    Last edited by fabricio.murta; Mar 22, 2016 at 11:24 PM. Reason: no user feedback for 7+ days
  2. #2
    Hello @vamsi!

    I'm afraid the answer is not very long. And is just "no".

    The design choice we made on Ext.NET not to pass anything not explicitly specified by the user was to avoid unnecessary data transmission in every post back or ajax request an user can ever make. This is particularly true as most internet connections have asymmetric upload and download rates, the former being almost always several times lower than the latter.

    Passing an entire grid panel data to-from client-server is a really cumbersome action, for example, if the user is just validating server-side if a "save" button in the form should be enabled or disabled at a given time -- and that status had nothing to do with actual data inside the grid.

    In the other hand, if you have a grid data that shouldn't be changed by the user, you may just repeat the original query to get data from server-side instead of passing all data back from client to server.

    Well, I hope it helps!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Store.Reload loop
    By mj.daly in forum 1.x Help
    Replies: 3
    Last Post: Oct 25, 2013, 4:38 PM
  2. Replies: 2
    Last Post: Jan 23, 2013, 6:37 AM
  3. Replies: 1
    Last Post: Oct 16, 2012, 9:19 AM
  4. Loop into an existing treepanel
    By springrider in forum 2.x Help
    Replies: 1
    Last Post: May 17, 2012, 3:46 AM
  5. gridpanel loop
    By maxdiable in forum 1.x Help
    Replies: 4
    Last Post: Jul 09, 2009, 9:37 AM

Posting Permissions