We have paging, column moving, column resizing, sorting enabled.
It works fine with Infragistics 11.2
Is this a known problem?
Example markup is as below.
AutoGenerateColumns="False" EnableAjax="true"> GroupedRowExpanded="whdgWebHierarchicalDataGrid_onGroupedRowExpanded" DoubleClick="whdgTest_onDoubleClick" />
We have eventually tracked this down to having hidden columns within the grid. If for example, we make the 10th column hidden, then we cannot move a column past the 10th position. If the first column is hidden, then we cannot move any column except to the 1st or last positions.
As we do not generally use C# (use VB instead) I am not sure of the code to reproduce this in your sample. Perhaps you can try and let me know if you can now reproduce it and whether it is therefore a bug and if there is a workaround.
We have considered moving all our hidden columns to the far right but this this causes problems if we reposition a column to the far right as we are then unable to move a column to the last position but one on the right hand side.
Hello JJB,
I am following up to see if the sample and information provided has resolved this matter. If this isn’t the case please answer the following questions:
Please let me know if I may be of further assistance with this matter.
Thank you for contacting Infragistics. I have created a sample to attempt to reproduce this and I have been unable to. I am attaching the sample to the forum thread. I am using service release 1007 of v12.2, which version are you using? Can you run my sample and see if you see the same behavior? Please note I have removed the ig_res folder so the size is small enough to be attached to the forums.