Need a special offer?Find out if your project fits.
+

Reloading page once clicked on search button in Fields.

Resolved
TEG asked on October 22, 2018

Hi,
I have two queries, one is CSV compressor technique with asp.net.
Once the data got loaded, When i click on search Button in the fields area, post back is happening.How it avoid it.
Second one is how to display different name on mouse over for the field using CSV.
Example Filed Name is EmpID, on Mouse over i would like to show it as "Employee ID"
Please help me asap. It is very urgent for me.
Thanks in advance.

Attachments:
Fields.JPG

6 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster October 22, 2018

Hello Teg,
Thank you for writing. The issue with the post back request is a known one and it was fixed some minor releases ago.
Please update to the latest version, that should resolve the issue. Here is a small guide of how to update to the latest version: https://www.flexmonster.com/doc/updating-to-the-latest-version/ .
As for the Mouse over caption, there is no option to customize it. The possible workaround is to change the whole caption from "EmpID" to "Employee ID". You can pre-set the caption from the report. Please see the example here: http://jsfiddle.net/flexmonster/rkprvhhs/1134/.
Let us know if you need any other assistance.
Regards,
Dmytro

Public
TEG October 22, 2018

Thank you.
I have latest version. Could please send me a sample with csv compression technique. That might help me to solve the issue. If I click on fields and then search, post back is happening. If I click on filters then search post back is not happening and it's working as expected.

Public
TEG October 23, 2018

is there any update?
I have updated with latest version, still post back is happening whilw search in Fields.
Please update me asap.

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster October 23, 2018

Hello Teg,
Thank you for your feedback. You can find the example with the Data Compressor attached.
Please note that the post pack request is not happening there. 
Also, we recommend clearing the browser's cache since an old version may have been stored in the browser's memory.
Please let us know if you managed to resolve the issue.
Regards,
Dmytro
 

Public
TEG October 23, 2018

Thank you for the quick response. I will check from my end and let you know.

Public
TEG October 24, 2018

Thank you. It is working fine for me.
I was using angular js,so that post back was happening.
i have completely changed to java script now it is working fine from my end.
 

Please login or Register to Submit Answer