iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
It does. It's unfortunate we have to do this, so if it could potentially be considered in a future release that would be great.
Hi - It is one of the columns. I tried with a few others as well to no avail. Could it be a timing issue with when the grid builds out the columns from the GetReportColumns() and the creation of the groupby column? If I add it to the .ascx instead of dynamically adding it, it works.
Found the WebGridFormatCondition tag on the grid. All set.
Thanks. Worked as expected.
I implmented the same code except for a few differences. I try to perform the groupby without first clicking on a button. I don't need to run the RetrieveStructure function. If I add the column to the ascx side under the <roottable> <columns> section like below it works. But I don't know the column names so I can't do that. Once I remove the WebGridColumn from below it gives me the error assuming oI'm doing my grouping on the vchHHName. If I try to do my grouping on any other column that I don't include below it fails.
Thanks. That worked! I actually had to declare the functions in the aspx code the intialize and databinding code. I tried just to use the default functions in the code behind for the grid and some how that didn't work. Now, my dynamic grouping does not work, but I should be able to resolve that. It gives an object reference not found error. I tried placing it in the WebGrid1_PrepareDataBinding event and also the WebGrid1_InitializeLayout to no avail. I know the column exists. Here's the error and code:
Error: Object reference not set to an instance of an object.
.Columns.Clear()
.SortedColumns.Clear()
reportGrid.RootTable.Columns.Add(col)
groupBy.ColumnMember = "vchHHName"
groupBy.GroupInterval = GroupInterval.Text
groupBy.SortOrder = SortOrder.Ascending
reportGrid.RootTable.GroupedColumns.Add(groupBy) ''it errors due to this line
End Sub
Is it possible to grab the total for the entire group when it covers more than 1 page? When I implement the below code it only totals the row count for the page I'm on. I want total for the entire group to display. GroupRowInfoFormat="SupplierID: [value] - ([count])"
Thanks again!
One last item I forgot to mention.. The XML export is the only one that works 100%. The other export types only pull back the group header text. No detail rows.
-----
Got it to work. Had to remove the RowLayout="ColumnSet" from the settings. Not sure why, but now all the data is exporting as it should.
I don't get the error when I have the doctype line in below , but no data other than the group by header row is exported into the chosen export file type. Here are my settings:
</head><
Did you ever figure out what was wrong? I had my export working fine, then I had to change the below line to the new line to get the columns to align up properly. That worked for my alignment issues, but then I started getting this export error "invalid argument". I tried setting autoheight and autowidth to no avail. Any other suggestions?
Old Line
New Line
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname