User Profile & Activity

Christi Gierloff Member
Posted: October 3, 2014 1:28 PM

Please advise when the release version of the hotfix will be available.  There doesn't appear to be an update on the Support page as of yet.

Posted: September 26, 2014 4:25 PM

Thank you!  We are using the client-side customaggregate that you describe and the javascript error still occurs.  Please confirm that the September hotfix is still on schedule for the week of 9/29.

Thank you for the response!  HTML5  rendering mode resolved the issue with the extra column.

In order for the totals to display, I had to switch to ServerBinding and use a custom aggregate.  Reason:  The group footer totals display and then reset to zero with ClientBinding.  Also, a javascript error occurred with ClientBinding and a custom aggregate. 

Posted: September 17, 2014 11:26 PM
Is there a solution to this problem?

Hello - Yes that solution did resolve the issue.  Thanks!

Hello - I reviewed the sample and made the following changes: 1) Changed the stored procedure to accept varchar(10) datatype (i.e. handles date string in mm/dd/yyyy format), 2) Updated the dataset, 3) The ISDataSource parameters are now set to 'String' datatype. The problem is that the value of the text boxes is still not being passed to the stored procedure. I have a trap in the stored procedure to handle null values and that is being executed. Is there no way to pass parameters to a stored procedure via ISDataSource?

Found solution... It didn't click that select parameters for ISDataSource can be set like a "regular" asp.net SqlDataSource. Thus, I'm setting the defaults as in the following example. 

ISDataSource1.Tables(0).SelectParameters("MinEffDate").DefaultValue = Today.ToShortDateString

Thank you!  I'm having some difficulty locating this page in the samples.  Would you have the complete URL?

Unfortunately that did not resolve the problem.  The code is being returned by a stored procedure that strips out characters such as carriage return and line feed, etc...  Please let me know if there are any other options.  Thanks!

All times are GMT -5. The time now is 4:01 PM.
Previous Next