Hello Support,
I am starting to get into the full swing of Telerik Reports. A problem I am currently having is the filtering "toolbar".
When I am in Visual Studio (13) and I compile and run my solution the filter toolbar with my input parameters is all messed up. I have filter and parameters for a Date Range, Company ID and Transaction type ID. Basically two Date Time pickers and two drop down lists the user can chose from. Like I said before all works well in the Designer when previewing the Reports.
The issues are:
- The DateTime picker style is bulky.
- When I click on the Date To (second date time picker) it triggers the first date time picker. So I cant set an end date (unless I type it in)
- In the company list the first item disappears?
- In the transaction type drop down list instead of seeing the default text <select a value> it reads <select&160;a value>
Separate from the filters but another issue is the pagination:
- The paging navigation controls do not work (I can not step through or jump to a page)
I have tried to solve the issue so far but no luck:
- I have made sure the httpHandlers in the web config file are the correct version ( I have 8.2.14.1204)
<add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=8.2.14.1204, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE" />
Is my current setting..
I am not sure what it could be or why it is happening when checking the console in the browser there dont seem to be any errors?
Appreciate the feedback and any ideas?
Thank you
Brenden
I am starting to get into the full swing of Telerik Reports. A problem I am currently having is the filtering "toolbar".
When I am in Visual Studio (13) and I compile and run my solution the filter toolbar with my input parameters is all messed up. I have filter and parameters for a Date Range, Company ID and Transaction type ID. Basically two Date Time pickers and two drop down lists the user can chose from. Like I said before all works well in the Designer when previewing the Reports.
The issues are:
- The DateTime picker style is bulky.
- When I click on the Date To (second date time picker) it triggers the first date time picker. So I cant set an end date (unless I type it in)
- In the company list the first item disappears?
- In the transaction type drop down list instead of seeing the default text <select a value> it reads <select&160;a value>
Separate from the filters but another issue is the pagination:
- The paging navigation controls do not work (I can not step through or jump to a page)
I have tried to solve the issue so far but no luck:
- I have made sure the httpHandlers in the web config file are the correct version ( I have 8.2.14.1204)
<add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=8.2.14.1204, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE" />
Is my current setting..
I am not sure what it could be or why it is happening when checking the console in the browser there dont seem to be any errors?
Appreciate the feedback and any ideas?
Thank you
Brenden