Hi Team,
We are migrating 12.2 sample to 14.1. In web hierarchical data grid the expand symbol is not coming when no rows are binder in chlild band. But it is working perfectly in IG12.2.
Our requirement is to have a the parent grid in one level and on expamd click ajax call is made to get the data from database and will bind the data to child level using client elements rowexpanding.
In the sample last row has no child band atached to it, so the expend button is not viisible.
Please review and advise.
We want the expand symbol to be attached to every row irrespective of the child row availability.
Regards,
Ahmed.
Hi,
Thank you for your response.
I have few queries on this encoding part,
1)IG 12.2 does not do HTMLEncode in a default way. But IG14.2 does. Is it a bug or enhancement?
2)If I set HTMLEncode false in column level explicitly, will it impact my application performance?
3)Because of this encoding action in IG14.2, my application is breaking in many location.
4)How about this encode property effect on Bound and Unbound fields?
This is the way how to set up HTMLEncode propery.
Best Regards,
Infragistics version 14.2.20142.2317 is working as expected. But could notice few discrepency. It is doing HTML encode on its own (ie) HTMLEncode is made true in default.
Is there any way to make HTMLEncode propery to false in the grid level instead of column level.
Hi Ahmed,
In version 14.2.20142.1028 the bug is not fixed. It's fixed in 2317.
I tried with version 14.2.20142.1028, it gives the expand arrow, but when I try to extract row island in client side to add chile rows, it is giving "undefined" for the parameter
grid.get_gridview().get_rows().get_row(index).get_rowIslands()[0] is undefined.
Could you please verify and let me know if the latest version of 14.2 with '2317' resolves above issue?
Thanks,Ahmed