We are using Telerik Reporting Q3 2014 web report viewer in our MVC 4 project running .net 4.5.
With our reports that use a textbox that require an integer input, we found an issue with data entry into those fields. This issue is only found in IE8+, Google Chrome, and Firefox are unable to replicate this issue. The issue is that whenever an integer is put into this field it is not being sent back to the report resolver and makes the report parameters inoperable for the report rendering it useless. Is this a known issue?
I'm wanting to make custom report parameters for drop down lists, so i may be able to make that work with this particular field. If i can put in Kendo Datetime picker that just does a year it would work better...
So i guess my question after all this, Using the project that i specified above and using an MVC control for the report viewer, how do i go about creating custom parameters for the options on the report.
With our reports that use a textbox that require an integer input, we found an issue with data entry into those fields. This issue is only found in IE8+, Google Chrome, and Firefox are unable to replicate this issue. The issue is that whenever an integer is put into this field it is not being sent back to the report resolver and makes the report parameters inoperable for the report rendering it useless. Is this a known issue?
I'm wanting to make custom report parameters for drop down lists, so i may be able to make that work with this particular field. If i can put in Kendo Datetime picker that just does a year it would work better...
So i guess my question after all this, Using the project that i specified above and using an MVC control for the report viewer, how do i go about creating custom parameters for the options on the report.