HI
I am experiencing a column hiding issue after I rebind the igGrid.
I have 2 columns in a grid and if user hide first column and rebind the grid the data of the second column start showing in first column and in column chooser also display incorrect state of the column.
If I open column chooser it show link as "Hide" instead of link as "Show" and also if I click on status link to change to show/hide and click apply button nothing happen.
Please reply asap what could possibly be wrong.
Hello anileshlakhtakia ,
Thank you for reporting this.
I was able to reproduce the issue when I have defined columnSettings in the Hiding feature.
I created a development issue regarding this
126924 - The values of a hidden column are shown after rebind
I am attaching the sample that I used in order to replicate the behavior.
Let me know if you experience the same.
Thanks for your reply,
Your solution is still working better in my case I have all features included and my Column chooser stop working when grid is rebind. See attached image.
There is one more bug regarding this.
In my application we save the columns hide by user. Now if instead of rebinding we destroyed the grid and again bind it the column hide hyperlink stop working
Please see in attached code and follow the Step
1. Hide Product ID column
2. Click Databind button
3. from Product Name column Open Column Chooser (Image1)
4. From Column Chooser again show the Product ID column and click Apply
5. Now Product Id column is visible but if you try to hide it again using column hide link it will not work (Image 2)
Now we stuck because Grid databind is not working and grid re create also is not working. Our application is already on production.
It will be really helpful if you take this issue in high priority and also let me know the tentative dates for fixing this issue.
Hello Anilesh,
Thank you for the update.
Yes, the "Column Chooser" issue is taken into account too.
Once the issue is fixed and release you will receive an update.
Thanks for patience and understanding.
Try and run this sample which you have send me I modify and add more features in Grid and now this is replicating my issue.
Any Idea when The development task you created will be resolved by Infragistics
Thanks,
Anilesh