We just converted to ASP .NET 2010v3 for our web application (Assembly="Infragistics4.Web.v10.3, Version=10.3.20103.2105). We have a HierarchicalDataGrid that no longer shows the vertical and horizontal grid lines. I have checked our skin ids and nothing jumps out at me. Can you point me in the right direction? The grid no longer operates like it used to.
Hello cuigpremier,
if you upgrade from previous version, sometimes ig_res folder is not upgraded. Can you create empty website, drag one WebHierarchicalDataGrid on the page. New ig_res folder will be generated. Try to replace your ig_res folder with the new one.
Please attach sample if is possible.
Thank you
I tried creating the empty website and using the new ig_res folder. This did not work. Attached is a sample application. The grid comes up but there are not grid lines. Thanks for your help.
the attached zip file contains only solution file - WebSiteEmpty.slnCan you attach it again.
My bad. Here is the zip file. I did not include the ig_res folder in the zip file because that made the zip file too big.
We have used a tool and determined that our css files are not being downloaded in the current version of the application. So I am trying to figure out why our css files are not being utilized.
Thanks for your help.
please be sure that you have ig_res folder and all styles are loaded correctly. Here is what I get when run your sample:
Hi,
I am using Infragistic version 10.3.20103.2105. I want to add SelectAll header box in column and on select/unselect that I want to check/uncheck all the check boxes in all the rows in that column.
Can you please help me how to do this.
Thanks!