User Profile & Activity

F Gogan Member
Posted: November 5, 2010 8:24 AM

Hi

I'm a colleague of Dermot who raised this bug.

I have installed SP1 and this problem has been resolved. However we have come up with another problem. If you try and sort  by a column the grid freezes with "Loading Data" in status bar. Does your grid support sorting if paging is done in ViewModel? If not is there a workaround?

You should be able to reproduce the issue in the sample project we previously provided you with. We deleted the line DataLoadingMode="PagedData" EnablePaging="Yes" PageSize="10"  as you said to do

Thanks

 

Posted: November 5, 2010 7:03 AM

That worked

 

Thank you very much

Posted: April 15, 2010 3:38 PM

Hi

I have the same issue. I would like to when exporting include the total of a different column in the group header i.e in your attached sample have CategoryID : 1 Total Units on Order : 60

 

I have tried

 

  WebGrid1.RootTable.GroupedColumns[0].GroupRowValueFormatString = "CategoryID : [value] and Total Units  on Order : [sum(TotalUnitsonOrder)]
 This doesn't work. It just prints out Total Units on Order : [sum(TotalUnitsonOrder)]

The value we want is from another column. You say previously that we need to calculate sum(amount) and fill into GroupRowValueFormatString. How would we do this? Any help would be greatly appreciated. We have a client who can't understand why we can get the total displayed in group headers on grid but not when exporting to Excel

Posted: January 29, 2010 4:37 AM

I've removed option to export to XML using your code

Thank you very much

Posted: January 5, 2010 10:04 AM

Found the solution

 

e.Table.Caption

All times are GMT -5. The time now is 2:24 AM.
Previous Next