Jon Walters

  • Total activity 34
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 8

Posts

Recent activity by Jon Walters Recent activity Votes
  • Validation.Javascript

    I am creating some custom JavaScript validation functions.  I have 130 input elements on screen so want to make this scalable. I have this function where I call it within the JavaScript's function ...

  • Export to Excel Styling

    Is there a way to set styling for exporting Tables/CrossTab tables to Excel? Font size, header row color etc?

  • Updating Input Checkbos List (Prevent concatenation)

    I have a checkbox list which i want to update from a selection of a parent select list.  But when I do this it just concatenates the values instead of overwriting them? Any ideas or anyone experien...

  • Legend Color in CrossTab chart

    I have a CrossTab chart and am applying colours based on the CrossTab label column.  But then the Legend is based on the Crosstab column.  How can I neutralise the colour of the legend?  Previous v...

  • Invalid XHTML response for an AJAX request.

    What is the best way to handle this error: (Invalid XHTML response for an AJAX request.) I have values within my drop down which contain the chars that cause this error.  I have avoided this with '...

  • Repeat Element within a Repeat Element

    I have a repeat element within a repeat element.  If I want to only repeat data items from the parent Repeat data source how do I pass this value.  The column names are different to avoid any dupli...

  • Link Paramaters in QueryString

    Is there a way to hide the parameters from the link to the next page much like the POST method in HTML?

  • Data Labels (Last Point)

    Is there a way to just show The Final Point data label in a line series? I can do this using an extra series line element with an additional datalayer and setting the width to 0 but my data is very...