One more problem with grid. I found on forum how to change expansion indicator in wingrid, using app styling. I created isl file, which contains arrows in a place of + and -. But when I load isl file to my application, i still can see + and - indicator, and not pictures I put in isl file. Than I tried with default settings wingrid, turning off UseOsThemes, and nothing again. What could be the problem ?
Hi,
divac said:I found on forum how to change expansion indicator in wingrid, using app styling.
Where did you find this? Can you post a link to the post you are referring to?
What exactly are you doing in your isl file?
What version of the controls are you using?
I found on this link, and I used your answer, Mike
http://forums.infragistics.com/forums/p/25904/96649.aspx#96649
So, I created new isl file, opened grid tab, choosed hierarchical view, moved mouse over expansion indicator, pressed number 1 on keyboard, and in UIRole changed images in Normal state and Other state, and I could see arrows in grid preview. But when I load file to my application with this code
string newPath = Application.StartupPath + "/grid.isl"; Infragistics.Win.AppStyling.StyleManager.Load(newPath);
Nothing happens. There is still + and - in grid. I am using 2011 volume 1