When rows that match a search are displayed, so are the hidden columns. Is there any way to prevent this?
Hello Lill,
I have opened a support request for this forum post. Please use the following link to log onto your account at Infragistics.Com:
<https://ko.infragistics.com/Membership/MySupport.aspx>
Once you are logged onto your account, go to My Support Activity to view the progress of this support request. To send us your sample, attach the sample in a zip file format and respond to the support request. Include any additional information on how to reproduce the described behavior.
Please let me know if you have any questions.
Thank you.
Sincerely,Mike D.Developer Support EngineerInfragisticswww.infragistics.com/support
Am running an old version and cannot upgrade, at least not now.
using Infragistics35.Web.v9.2, Version=9.2.20092.1003,
Following is a sample of the settings for the columns which are hidden until a filter by is done.
<ig:BoundDataField DataFieldName="LSavingsDeNorm" Key="LSavingsDeNorm" Hidden="True" >
<Header Text="$Savings" />
</ig:BoundDataField>
This is the column I am filtering by
<ig:BoundDataField DataFieldName="Comment" Key="Comment" >
<Header Text="Select / Edit Comments" />
in behaviors
<ig:Filtering>
</ig:Filtering>
I have a templated column with a checkbox in it as the first column.
I would have to email the sample, couldn't post it here.
Hi,
Ok, that makes a bit more sense. Could you let us know what version and build you are using? If you are not using the latest Service Release, could you perhaps try to upgrade and see if that resolves the problem? If not, a sample would definitely help in checking this out. Unless it is straight up filtering where you have hidden the column on the aspx?
thanks,Dave
Sorry, I meant the FIlterBy feature.
Hi Lill Lansey,
I'm a little unclear about what you mean by a search. Could you maybe attach a sample showing this behavior or be a little more descriptive? It sounds like the hidden columns are just losing their hidden css or something.
regards,
David Young