Virtual Paging with Grouping - get Rows Expanded

10 replies. Last post: November 3, 2010 10:41 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Dave McGoffMember

I am using Virtual Paging with Grouping.  I have a requirement to allow users to set the value of a particular column for all rows currently displayed/expanded. 


So, if my Virtual page size is 20 and the user has expanded a group to display 40 rows, if the user clicks on a certain context menu item off of a cell, then all cells currently expanded (40) within that group and that specific column should be updated.

The functionality is actually like a "Fill Down" in Excel.  So if a user clicks on a cell - they can fill all the cells below (that are currently expanded on the client side) with that value.

The javascript pseudo code would look something like:

ExpandedRows = GetSelectedCell.GetExpandedRowsinGrouping

For Each Expanded Row

  Row.ThisColumn.Value = GetSelectedCell.Value

 

Has anyone done something similar?  Is there a way to get to the list of Expanded Rows within a Group when using Virtual Paing?

Thanks,

Dave

All times are GMT -5. The time now is 9:26 PM.
Previous Next